ApplicationSecurityGroupPropertiesFormat Class
Application security group properties.
Constructor
ApplicationSecurityGroupPropertiesFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
resource_guid
|
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. |
|
provisioning_state
|
The provisioning state of the application security group resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
Attributes
provisioning_state
The provisioning state of the application security group resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".
provisioning_state: str | _models.ProvisioningState | None
resource_guid
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.
resource_guid: str | None