Share via


NonAzureQueryProperties Constructors

Definition

Overloads

NonAzureQueryProperties()

Initializes a new instance of the NonAzureQueryProperties class.

NonAzureQueryProperties(String, String)

Initializes a new instance of the NonAzureQueryProperties class.

NonAzureQueryProperties()

Initializes a new instance of the NonAzureQueryProperties class.

public NonAzureQueryProperties ();
Public Sub New ()

Applies to

NonAzureQueryProperties(String, String)

Initializes a new instance of the NonAzureQueryProperties class.

public NonAzureQueryProperties (string functionAlias = default, string workspaceId = default);
new Microsoft.Azure.Management.Automation.Models.NonAzureQueryProperties : string * string -> Microsoft.Azure.Management.Automation.Models.NonAzureQueryProperties
Public Sub New (Optional functionAlias As String = Nothing, Optional workspaceId As String = Nothing)

Parameters

functionAlias
String

Log Analytics Saved Search name.

workspaceId
String

Workspace Id for Log Analytics in which the saved Search is resided.

Applies to