GetExpressRouteCircuitAuthorizationResult

data class GetExpressRouteCircuitAuthorizationResult(val authorizationKey: String? = null, val authorizationUseStatus: String? = null, val azureApiVersion: String, val connectionResourceUri: String, val etag: String, val id: String? = null, val name: String? = null, val provisioningState: String, val type: String)

Authorization in an ExpressRouteCircuit resource.

Constructors

constructor(authorizationKey: String? = null, authorizationUseStatus: String? = null, azureApiVersion: String, connectionResourceUri: String, etag: String, id: String? = null, name: String? = null, provisioningState: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The authorization key.

Link copied to clipboard

The authorization use status.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The reference to the ExpressRoute connection resource using the authorization.

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

Link copied to clipboard

The provisioning state of the authorization resource.

Link copied to clipboard

Type of the resource.