Delegation interface
Details the service to which the subnet is delegated.
- Extends
Properties
actions | The actions permitted to the service upon delegation. NOTE: This property will not be serialized. It can only be populated by the server. |
etag | A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource that is unique within a subnet. This name can be used to access the resource. |
provisioning |
The provisioning state of the service delegation resource. NOTE: This property will not be serialized. It can only be populated by the server. |
service |
The name of the service to whom the subnet should be delegated (e.g. Microsoft.Sql/servers). |
type | Resource type. |
Inherited Properties
id | Resource ID. |
Property Details
actions
The actions permitted to the service upon delegation. NOTE: This property will not be serialized. It can only be populated by the server.
actions?: string[]
Property Value
string[]
etag
A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
name
The name of the resource that is unique within a subnet. This name can be used to access the resource.
name?: string
Property Value
string
provisioningState
The provisioning state of the service delegation resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
serviceName
The name of the service to whom the subnet should be delegated (e.g. Microsoft.Sql/servers).
serviceName?: string
Property Value
string
type
Resource type.
type?: string
Property Value
string