Class MixedRealityAccountProperties

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

public final class MixedRealityAccountProperties extends Object
Common Properties shared by Mixed Reality Accounts.
  • Constructor Details

    • MixedRealityAccountProperties

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

    • storageAccountName

      public String storageAccountName()
      Get the storageAccountName property: The name of the storage account associated with this accountId.
      Returns:
      the storageAccountName value.
    • withStorageAccountName

      public MixedRealityAccountProperties withStorageAccountName(String storageAccountName)
      Set the storageAccountName property: The name of the storage account associated with this accountId.
      Parameters:
      storageAccountName - the storageAccountName value to set.
      Returns:
      the MixedRealityAccountProperties object itself.
    • accountId

      public String accountId()
      Get the accountId property: unique id of certain account.
      Returns:
      the accountId value.
    • accountDomain

      public String accountDomain()
      Get the accountDomain property: Correspond domain name of certain Spatial Anchors Account.
      Returns:
      the accountDomain value.
    • validate

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