Interface GatewayTokenContract
public interface GatewayTokenContract
An immutable client-side representation of GatewayTokenContract.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.apimanagement.fluent.models.GatewayTokenContractInner object.value()Gets the value property: Shared Access Authentication token value for the Gateway.
-
Method Details
-
value
String value()Gets the value property: Shared Access Authentication token value for the Gateway.- Returns:
- the value value.
-
innerModel
GatewayTokenContractInner innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.GatewayTokenContractInner object.- Returns:
- the inner object.
-