ServiceDelegationPropertiesFormat Class
Properties of a service delegation.
Constructor
ServiceDelegationPropertiesFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
service_name
|
The name of the service to whom the subnet should be delegated (e.g. Microsoft.Sql/servers). |
|
actions
|
The actions permitted to the service upon delegation. |
|
provisioning_state
|
The provisioning state of the service delegation resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
Attributes
actions
The actions permitted to the service upon delegation.
actions: list[str] | None
provisioning_state
"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".
provisioning_state: str | _models.ProvisioningState | None
service_name
The name of the service to whom the subnet should be delegated (e.g. Microsoft.Sql/servers).
service_name: str | None