Interface MapsAccountKeys


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.maps.fluent.models.MapsAccountKeysInner object.
    Gets the primaryKey property: The primary key for accessing the Maps REST APIs.
    Gets the primaryKeyLastUpdated property: The last updated date and time of the primary key.
    Gets the secondaryKey property: The secondary key for accessing the Maps REST APIs.
    Gets the secondaryKeyLastUpdated property: The last updated date and time of the secondary key.
  • Method Details

    • primaryKeyLastUpdated

      String primaryKeyLastUpdated()
      Gets the primaryKeyLastUpdated property: The last updated date and time of the primary key.
      Returns:
      the primaryKeyLastUpdated value.
    • primaryKey

      String primaryKey()
      Gets the primaryKey property: The primary key for accessing the Maps REST APIs.
      Returns:
      the primaryKey value.
    • secondaryKey

      String secondaryKey()
      Gets the secondaryKey property: The secondary key for accessing the Maps REST APIs.
      Returns:
      the secondaryKey value.
    • secondaryKeyLastUpdated

      String secondaryKeyLastUpdated()
      Gets the secondaryKeyLastUpdated property: The last updated date and time of the secondary key.
      Returns:
      the secondaryKeyLastUpdated value.
    • innerModel

      MapsAccountKeysInner innerModel()
      Gets the inner com.azure.resourcemanager.maps.fluent.models.MapsAccountKeysInner object.
      Returns:
      the inner object.