AvailableDelegation Class
The serviceName of an AvailableDelegation indicates a possible delegation for a subnet.
- Inheritance
-
azure.mgmt.network._serialization.ModelAvailableDelegation
Constructor
AvailableDelegation(*, name: str | None = None, id: str | None = None, type: str | None = None, service_name: str | None = None, actions: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the AvailableDelegation resource. |
id
|
A unique identifier of the AvailableDelegation resource. |
type
|
Resource type. |
service_name
|
The name of the service and resource. |
actions
|
The actions permitted to the service upon delegation. |
Variables
Name | Description |
---|---|
name
|
The name of the AvailableDelegation resource. |
id
|
A unique identifier of the AvailableDelegation resource. |
type
|
Resource type. |
service_name
|
The name of the service and resource. |
actions
|
The actions permitted to the service upon delegation. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python