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.v2019_04_01.models._models_py3.SubResource
Delegation

Constructor

Delegation(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: typing.Union[str, NoneType] = None, service_name: typing.Union[str, NoneType] = None, actions: typing.Union[typing.List[str], NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

name
str

The name of the resource that is unique within a subnet. This name can be used to access the resource.

etag
str

A unique read-only string that changes whenever the resource is updated.

service_name
str

The name of the service to whom the subnet should be delegated (e.g. Microsoft.Sql/servers).

actions
list[str]

Describes the actions permitted to the service upon delegation.

Variables

provisioning_state
str

The provisioning state of the resource.