你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AvailableDelegation Class

The serviceName of an AvailableDelegation indicates a possible delegation for a subnet.

Inheritance
azure.mgmt.network._serialization.Model
AvailableDelegation

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
str

The name of the AvailableDelegation resource.

id
str

A unique identifier of the AvailableDelegation resource.

type
str

Resource type.

service_name
str

The name of the service and resource.

actions

The actions permitted to the service upon delegation.

Variables

Name Description
name
str

The name of the AvailableDelegation resource.

id
str

A unique identifier of the AvailableDelegation resource.

type
str

Resource type.

service_name
str

The name of the service and resource.

actions

The actions permitted to the service upon delegation.