Class ExpressRoutePortAuthorizationPropertiesFormat

java.lang.Object
com.azure.resourcemanager.network.fluent.models.ExpressRoutePortAuthorizationPropertiesFormat

public final class ExpressRoutePortAuthorizationPropertiesFormat extends Object
ExpressRoute Port Authorization Properties Properties of ExpressRoutePort Authorization.
  • Constructor Details

    • ExpressRoutePortAuthorizationPropertiesFormat

      public ExpressRoutePortAuthorizationPropertiesFormat()
      Creates an instance of ExpressRoutePortAuthorizationPropertiesFormat class.
  • Method Details

    • authorizationKey

      public String authorizationKey()
      Get the authorizationKey property: The authorization key.
      Returns:
      the authorizationKey value.
    • authorizationUseStatus

      public ExpressRoutePortAuthorizationUseStatus authorizationUseStatus()
      Get the authorizationUseStatus property: The authorization use status.
      Returns:
      the authorizationUseStatus value.
    • circuitResourceUri

      public String circuitResourceUri()
      Get the circuitResourceUri property: The reference to the ExpressRoute circuit resource using the authorization.
      Returns:
      the circuitResourceUri value.
    • provisioningState

      public ProvisioningState 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.