Interface AccountKeys


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.mixedreality.fluent.models.AccountKeysInner object.
    Gets the primaryKey property: value of primary key.
    Gets the secondaryKey property: value of secondary key.
  • Method Details

    • primaryKey

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

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

      AccountKeysInner innerModel()
      Gets the inner com.azure.resourcemanager.mixedreality.fluent.models.AccountKeysInner object.
      Returns:
      the inner object.