Class ExpressRouteAuthorizationInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.avs.fluent.models.ExpressRouteAuthorizationInner

public final class ExpressRouteAuthorizationInner extends com.azure.core.management.ProxyResource
ExpressRoute Circuit Authorization.
  • Constructor Details

    • ExpressRouteAuthorizationInner

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

    • provisioningState

      public ExpressRouteAuthorizationProvisioningState provisioningState()
      Get the provisioningState property: The state of the ExpressRoute Circuit Authorization provisioning.
      Returns:
      the provisioningState value.
    • 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.
    • 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.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.