Delegation Class
Details the service to which the subnet is delegated.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.SubResourceDelegation
Constructor
Delegation(*, id: str | None = None, name: str | None = None, type: str | None = None, service_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource that is unique within a subnet. This name can be used to access the resource. |
type
|
Resource type. |
service_name
|
The name of the service to whom the subnet should be delegated (e.g. Microsoft.Sql/servers). |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource that is unique within a subnet. This name can be used to access the resource. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
type
|
Resource type. |
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: "Succeeded", "Updating", "Deleting", and "Failed". |
Azure SDK for Python