AzureQueryProperties 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
AzureQueryProperties() |
Initializes a new instance of the AzureQueryProperties class. |
AzureQueryProperties(IList<String>, IList<String>, TagSettingsProperties) |
Initializes a new instance of the AzureQueryProperties class. |
AzureQueryProperties()
Initializes a new instance of the AzureQueryProperties class.
public AzureQueryProperties();
Public Sub New ()
Applies to
AzureQueryProperties(IList<String>, IList<String>, TagSettingsProperties)
Initializes a new instance of the AzureQueryProperties class.
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
Tag settings for the VM.