GatewayTokenContract Interface

public interface GatewayTokenContract

An immutable client-side representation of GatewayTokenContract.

Method Summary

Modifier and Type Method and Description
abstract GatewayTokenContractInner innerModel()

Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.GatewayTokenContractInner object.

abstract String value()

Gets the value property: Shared Access Authentication token value for the Gateway.

Method Details

innerModel

public abstract GatewayTokenContractInner innerModel()

Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.GatewayTokenContractInner object.

Returns:

the inner object.

value

public abstract String value()

Gets the value property: Shared Access Authentication token value for the Gateway.

Returns:

the value value.

Applies to