AzureQueryProperties 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
AzureQueryProperties() |
Initialiseert een nieuw exemplaar van de klasse AzureQueryProperties. |
AzureQueryProperties(IList<String>, IList<String>, TagSettingsProperties) |
Initialiseert een nieuw exemplaar van de klasse AzureQueryProperties. |
AzureQueryProperties()
Initialiseert een nieuw exemplaar van de klasse AzureQueryProperties.
public AzureQueryProperties ();
Public Sub New ()
Van toepassing op
AzureQueryProperties(IList<String>, IList<String>, TagSettingsProperties)
Initialiseert een nieuw exemplaar van de klasse AzureQueryProperties.
public AzureQueryProperties (System.Collections.Generic.IList<string> scope = default, System.Collections.Generic.IList<string> locations = default, Microsoft.Azure.Management.Automation.Models.TagSettingsProperties tagSettings = default);
new Microsoft.Azure.Management.Automation.Models.AzureQueryProperties : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.Automation.Models.TagSettingsProperties -> Microsoft.Azure.Management.Automation.Models.AzureQueryProperties
Public Sub New (Optional scope As IList(Of String) = Nothing, Optional locations As IList(Of String) = Nothing, Optional tagSettings As TagSettingsProperties = Nothing)
Parameters
- tagSettings
- TagSettingsProperties
Taginstellingen voor de VM.
Van toepassing op
Azure SDK for .NET