Interface GatewayKeysContract


public interface GatewayKeysContract
An immutable client-side representation of GatewayKeysContract.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.GatewayKeysContractInner object.
    Gets the primary property: Primary gateway key.
    Gets the secondary property: Secondary gateway key.
  • Method Details

    • primary

      String primary()
      Gets the primary property: Primary gateway key.
      Returns:
      the primary value.
    • secondary

      String secondary()
      Gets the secondary property: Secondary gateway key.
      Returns:
      the secondary value.
    • innerModel

      Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.GatewayKeysContractInner object.
      Returns:
      the inner object.