Interface EndpointAuthKeys


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.EndpointAuthKeysInner object.
    Gets the primaryKey property: The primary key.
    Gets the secondaryKey property: The secondary key.
  • Method Details

    • primaryKey

      String primaryKey()
      Gets the primaryKey property: The primary key.
      Returns:
      the primaryKey value.
    • secondaryKey

      String secondaryKey()
      Gets the secondaryKey property: The secondary key.
      Returns:
      the secondaryKey value.
    • innerModel

      EndpointAuthKeysInner innerModel()
      Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.EndpointAuthKeysInner object.
      Returns:
      the inner object.