ExpressRouteAuthorizationInner Class

public final class ExpressRouteAuthorizationInner
extends ProxyResource

ExpressRoute Circuit Authorization.

Constructor Summary

Constructor Description
ExpressRouteAuthorizationInner()

Creates an instance of ExpressRouteAuthorizationInner class.

Method Summary

Modifier and Type Method and Description
String expressRouteAuthorizationId()

Get the expressRouteAuthorizationId property: The ID of the ExpressRoute Circuit Authorization.

String expressRouteAuthorizationKey()

Get the expressRouteAuthorizationKey property: The key of the ExpressRoute Circuit Authorization.

String expressRouteId()

Get the expressRouteId property: The ID of the ExpressRoute Circuit.

ExpressRouteAuthorizationProvisioningState provisioningState()

Get the provisioningState property: The state of the ExpressRoute Circuit Authorization provisioning.

void validate()

Validates the instance.

ExpressRouteAuthorizationInner withExpressRouteId(String expressRouteId)

Set the expressRouteId property: The ID of the ExpressRoute Circuit.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

ExpressRouteAuthorizationInner

public ExpressRouteAuthorizationInner()

Creates an instance of ExpressRouteAuthorizationInner class.

Method Details

expressRouteAuthorizationId

public String expressRouteAuthorizationId()

Get the expressRouteAuthorizationId property: The ID of the ExpressRoute Circuit Authorization.

Returns:

the expressRouteAuthorizationId value.

expressRouteAuthorizationKey

public String expressRouteAuthorizationKey()

Get the expressRouteAuthorizationKey property: The key of the ExpressRoute Circuit Authorization.

Returns:

the expressRouteAuthorizationKey value.

expressRouteId

public String expressRouteId()

Get the expressRouteId property: The ID of the ExpressRoute Circuit.

Returns:

the expressRouteId value.

provisioningState

public ExpressRouteAuthorizationProvisioningState provisioningState()

Get the provisioningState property: The state of the ExpressRoute Circuit Authorization provisioning.

Returns:

the provisioningState value.

validate

public void validate()

Validates the instance.

withExpressRouteId

public ExpressRouteAuthorizationInner withExpressRouteId(String expressRouteId)

Set the expressRouteId property: The ID of the ExpressRoute Circuit.

Parameters:

expressRouteId - the expressRouteId value to set.

Returns:

the ExpressRouteAuthorizationInner object itself.

Applies to