ApplicationSecurityGroupPropertiesFormat 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
| Name | Description |
|---|---|
| ApplicationSecurityGroupPropertiesFormat() |
Initializes a new instance of the ApplicationSecurityGroupPropertiesFormat class. |
| ApplicationSecurityGroupPropertiesFormat(String, String) |
Initializes a new instance of the ApplicationSecurityGroupPropertiesFormat class. |
ApplicationSecurityGroupPropertiesFormat()
Initializes a new instance of the ApplicationSecurityGroupPropertiesFormat class.
public ApplicationSecurityGroupPropertiesFormat();
Public Sub New ()
Applies to
ApplicationSecurityGroupPropertiesFormat(String, String)
Initializes a new instance of the ApplicationSecurityGroupPropertiesFormat class.
public ApplicationSecurityGroupPropertiesFormat(string resourceGuid = default, string provisioningState = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.ApplicationSecurityGroupPropertiesFormat : string * string -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.ApplicationSecurityGroupPropertiesFormat
Public Sub New (Optional resourceGuid As String = Nothing, Optional provisioningState As String = Nothing)
Parameters
- resourceGuid
- String
The resource GUID property of the application security group resource. It uniquely identifies a resource, even if the user changes its name or migrate the resource across subscriptions or resource groups.
- provisioningState
- String
The provisioning state of the application security group resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'