NonAzureQueryProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET