ExpressRouteCircuitAuthorizationArgs

data class ExpressRouteCircuitAuthorizationArgs(val authorizationKey: Output<String>? = null, val authorizationUseStatus: Output<Either<String, AuthorizationUseStatus>>? = null, val id: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<ExpressRouteCircuitAuthorizationArgs>

Authorization in an ExpressRouteCircuit resource.

Constructors

Link copied to clipboard
constructor(authorizationKey: Output<String>? = null, authorizationUseStatus: Output<Either<String, AuthorizationUseStatus>>? = null, id: Output<String>? = null, name: Output<String>? = null)

Properties

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

The authorization key.

Link copied to clipboard

The authorization use status.

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 resource group. This name can be used to access the resource.

Functions

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