Class AccountResourceInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.graphservices.fluent.models.AccountResourceInner

public final class AccountResourceInner extends com.azure.core.management.Resource
Account details.
  • Constructor Details

    • AccountResourceInner

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

    • systemData

      public AccountResourceSystemData systemData()
      Get the systemData property: Metadata pertaining to creation and last modification of the resource.
      Returns:
      the systemData value.
    • properties

      public AccountResourceProperties properties()
      Get the properties property: Property bag from billing account.
      Returns:
      the properties value.
    • withProperties

      public AccountResourceInner withProperties(AccountResourceProperties properties)
      Set the properties property: Property bag from billing account.
      Parameters:
      properties - the properties value to set.
      Returns:
      the AccountResourceInner object itself.
    • withLocation

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

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

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