Class RemoteRenderingAccountInner

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

public final class RemoteRenderingAccountInner extends com.azure.core.management.Resource
RemoteRenderingAccount Response.
  • Constructor Details

    • RemoteRenderingAccountInner

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

    • identity

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

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

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

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

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

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

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

      public RemoteRenderingAccountInner withKind(Sku kind)
      Set the kind property: The kind of account, if supported.
      Parameters:
      kind - the kind value to set.
      Returns:
      the RemoteRenderingAccountInner 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 RemoteRenderingAccountInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

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