Class SpatialAnchorsAccountInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.mixedreality.fluent.models.SpatialAnchorsAccountInner

public final class SpatialAnchorsAccountInner extends com.azure.core.management.Resource
SpatialAnchorsAccount Response.
  • Constructor Details

    • SpatialAnchorsAccountInner

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

    • identity

      public Identity identity()
      Get the identity property: The identity associated with this account.
      Returns:
      the identity value.
    • withIdentity

      public SpatialAnchorsAccountInner withIdentity(Identity identity)
      Set the identity property: The identity associated with this account.
      Parameters:
      identity - the identity value to set.
      Returns:
      the SpatialAnchorsAccountInner object itself.
    • plan

      public Identity plan()
      Get the plan property: The plan associated with this account.
      Returns:
      the plan value.
    • withPlan

      public SpatialAnchorsAccountInner withPlan(Identity plan)
      Set the plan property: The plan associated with this account.
      Parameters:
      plan - the plan value to set.
      Returns:
      the SpatialAnchorsAccountInner object itself.
    • sku

      public Sku sku()
      Get the sku property: The sku associated with this account.
      Returns:
      the sku value.
    • withSku

      public SpatialAnchorsAccountInner withSku(Sku sku)
      Set the sku property: The sku associated with this account.
      Parameters:
      sku - the sku value to set.
      Returns:
      the SpatialAnchorsAccountInner object itself.
    • kind

      public Sku kind()
      Get the kind property: The kind of account, if supported.
      Returns:
      the kind value.
    • withKind

      public SpatialAnchorsAccountInner withKind(Sku kind)
      Set the kind property: The kind of account, if supported.
      Parameters:
      kind - the kind value to set.
      Returns:
      the SpatialAnchorsAccountInner object itself.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: System metadata for this account.
      Returns:
      the systemData value.
    • withLocation

      public SpatialAnchorsAccountInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public SpatialAnchorsAccountInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • storageAccountName

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

      public SpatialAnchorsAccountInner 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 SpatialAnchorsAccountInner 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.