Class MapsAccountKeysInner

java.lang.Object
com.azure.resourcemanager.maps.fluent.models.MapsAccountKeysInner

public final class MapsAccountKeysInner extends Object
The set of keys which can be used to access the Maps REST APIs. Two keys are provided for key rotation without interruption.
  • Constructor Details

    • MapsAccountKeysInner

      public MapsAccountKeysInner()
      Creates an instance of MapsAccountKeysInner class.
  • Method Details

    • primaryKeyLastUpdated

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

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

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

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

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.