DelegationArgs

data class DelegationArgs(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(id: Output<String>? = null, name: Output<String>? = null, serviceName: Output<String>? = null, type: Output<String>? = null)

Properties

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