Class ExpressRoutePortAuthorizationPropertiesFormat
java.lang.Object
com.azure.resourcemanager.network.fluent.models.ExpressRoutePortAuthorizationPropertiesFormat
ExpressRoute Port Authorization Properties
Properties of ExpressRoutePort Authorization.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ExpressRoutePortAuthorizationPropertiesFormat class. -
Method Summary
Modifier and TypeMethodDescriptionGet the authorizationKey property: The authorization key.Get the authorizationUseStatus property: The authorization use status.Get the circuitResourceUri property: The reference to the ExpressRoute circuit resource using the authorization.Get the provisioningState property: The provisioning state of the authorization resource.voidvalidate()Validates the instance.
-
Constructor Details
-
ExpressRoutePortAuthorizationPropertiesFormat
public ExpressRoutePortAuthorizationPropertiesFormat()Creates an instance of ExpressRoutePortAuthorizationPropertiesFormat class.
-
-
Method Details
-
authorizationKey
Get the authorizationKey property: The authorization key.- Returns:
- the authorizationKey value.
-
authorizationUseStatus
Get the authorizationUseStatus property: The authorization use status.- Returns:
- the authorizationUseStatus value.
-
circuitResourceUri
Get the circuitResourceUri property: The reference to the ExpressRoute circuit resource using the authorization.- Returns:
- the circuitResourceUri value.
-
provisioningState
Get the provisioningState property: The provisioning state of the authorization resource.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-