ServiceDelegationPropertiesFormatOutput interface
Properties of a service delegation.
Properties
| actions | The actions permitted to the service upon delegation. |
| provisioning |
The provisioning state of the service delegation resource. |
| service |
The name of the service to whom the subnet should be delegated (e.g. Microsoft.Sql/servers). |
Property Details
actions
The actions permitted to the service upon delegation.
actions?: string[]
Property Value
string[]
provisioningState
The provisioning state of the service delegation resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
serviceName
The name of the service to whom the subnet should be delegated (e.g. Microsoft.Sql/servers).
serviceName?: string
Property Value
string