DelegationArgs

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

Details the service to which the subnet is delegated.

Constructors

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

Properties

Link copied to clipboard
val actions: Output<List<String>>? = null

Describes the actions permitted to the service upon delegation

Link copied to clipboard
val etag: Output<String>? = null

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

Link copied to clipboard
val id: Output<String>? = null

Resource ID.

Link copied to clipboard
val name: Output<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
val serviceName: Output<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: Output<String>? = null

Resource type.

Functions

Link copied to clipboard
open override fun toJava(): DelegationArgs