NonAzureQueryProperties Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
NonAzureQueryProperties() |
Hiermee initialiseert u een nieuw exemplaar van de klasse NonAzureQueryProperties. |
NonAzureQueryProperties(String, String) |
Hiermee initialiseert u een nieuw exemplaar van de klasse NonAzureQueryProperties. |
NonAzureQueryProperties()
Hiermee initialiseert u een nieuw exemplaar van de klasse NonAzureQueryProperties.
public NonAzureQueryProperties();
Public Sub New ()
Van toepassing op
NonAzureQueryProperties(String, String)
Hiermee initialiseert u een nieuw exemplaar van de klasse NonAzureQueryProperties.
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
Naam van opgeslagen zoekopdracht in Log Analytics.
- workspaceId
- String
Werkruimte-id voor Log Analytics waarin de opgeslagen zoekopdracht zich bevindt.
Van toepassing op
Azure SDK for .NET