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 Summary
Constructors Constructor Description ExpressRouteAuthorizationInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
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.
-
-