java.lang.Object
com.azure.resourcemanager.mixedreality.fluent.models.AccountKeysInner

public final class AccountKeysInner extends Object
Developer Keys of account.
  • Constructor Details

    • AccountKeysInner

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

    • primaryKey

      public String primaryKey()
      Get the primaryKey property: value of primary key.
      Returns:
      the primaryKey value.
    • secondaryKey

      public String secondaryKey()
      Get the secondaryKey property: value of secondary key.
      Returns:
      the secondaryKey value.
    • validate

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