public class ExpressRouteCircuitAuthorizationInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
ExpressRouteCircuitAuthorizationInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
authorizationKey()
Get the authorizationKey property: The authorization key.
|
AuthorizationUseStatus |
authorizationUseStatus()
Get the authorizationUseStatus property: The authorization use status.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get the name property: The name of the resource that is unique within a resource group.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the authorization resource.
|
String |
type()
Get the type property: Type of the resource.
|
void |
validate()
Validates the instance.
|
ExpressRouteCircuitAuthorizationInner |
withAuthorizationKey(String authorizationKey)
Set the authorizationKey property: The authorization key.
|
ExpressRouteCircuitAuthorizationInner |
withAuthorizationUseStatus(AuthorizationUseStatus authorizationUseStatus)
Set the authorizationUseStatus property: The authorization use status.
|
ExpressRouteCircuitAuthorizationInner |
withId(String id) |
ExpressRouteCircuitAuthorizationInner |
withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
public ExpressRouteCircuitAuthorizationInner()
public String name()
public ExpressRouteCircuitAuthorizationInner withName(String name)
name - the name value to set.public String etag()
public String type()
public String authorizationKey()
public ExpressRouteCircuitAuthorizationInner withAuthorizationKey(String authorizationKey)
authorizationKey - the authorizationKey value to set.public AuthorizationUseStatus authorizationUseStatus()
public ExpressRouteCircuitAuthorizationInner withAuthorizationUseStatus(AuthorizationUseStatus authorizationUseStatus)
authorizationUseStatus - the authorizationUseStatus value to set.public ProvisioningState provisioningState()
public ExpressRouteCircuitAuthorizationInner withId(String id)
withId in class com.azure.core.management.SubResourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.