ExpressRouteAuthorization Interface

public interface ExpressRouteAuthorization

An immutable client-side representation of ExpressRouteAuthorization.

Method Summary

Modifier and Type Method and Description
abstract String expressRouteAuthorizationId()

Gets the expressRouteAuthorizationId property: The ID of the ExpressRoute Circuit Authorization.

abstract String expressRouteAuthorizationKey()

Gets the expressRouteAuthorizationKey property: The key of the ExpressRoute Circuit Authorization.

abstract String expressRouteId()

Gets the expressRouteId property: The ID of the ExpressRoute Circuit.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract ExpressRouteAuthorizationInner innerModel()

Gets the inner com.azure.resourcemanager.avs.fluent.models.ExpressRouteAuthorizationInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract ExpressRouteAuthorizationProvisioningState provisioningState()

Gets the provisioningState property: The state of the ExpressRoute Circuit Authorization provisioning.

abstract ExpressRouteAuthorization refresh()

Refreshes the resource to sync with Azure.

abstract ExpressRouteAuthorization refresh(Context context)

Refreshes the resource to sync with Azure.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the ExpressRouteAuthorization resource.

Method Details

expressRouteAuthorizationId

public abstract String expressRouteAuthorizationId()

Gets the expressRouteAuthorizationId property: The ID of the ExpressRoute Circuit Authorization.

Returns:

the expressRouteAuthorizationId value.

expressRouteAuthorizationKey

public abstract String expressRouteAuthorizationKey()

Gets the expressRouteAuthorizationKey property: The key of the ExpressRoute Circuit Authorization.

Returns:

the expressRouteAuthorizationKey value.

expressRouteId

public abstract String expressRouteId()

Gets the expressRouteId property: The ID of the ExpressRoute Circuit.

Returns:

the expressRouteId value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract ExpressRouteAuthorizationInner innerModel()

Gets the inner com.azure.resourcemanager.avs.fluent.models.ExpressRouteAuthorizationInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

provisioningState

public abstract ExpressRouteAuthorizationProvisioningState provisioningState()

Gets the provisioningState property: The state of the ExpressRoute Circuit Authorization provisioning.

Returns:

the provisioningState value.

refresh

public abstract ExpressRouteAuthorization refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract ExpressRouteAuthorization refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract ExpressRouteAuthorization.Update update()

Begins update for the ExpressRouteAuthorization resource.

Returns:

the stage of resource update.

Applies to