DelegationResponse

data class DelegationResponse(val actions: List<String>, val etag: String, val id: String? = null, val name: String? = null, val provisioningState: String, val serviceName: String? = null, val type: String? = null)

Details the service to which the subnet is delegated.

Constructors

Link copied to clipboard
constructor(actions: List<String>, etag: String, id: String? = null, name: String? = null, provisioningState: String, serviceName: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The actions permitted to the service upon delegation.

Link copied to clipboard

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

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val name: String? = null

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

Link copied to clipboard

The provisioning state of the service delegation resource.

Link copied to clipboard
val serviceName: String? = null

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

Link copied to clipboard
val type: String? = null

Resource type.