Class AccountResourceProperties

java.lang.Object
com.azure.resourcemanager.graphservices.models.AccountResourceProperties

public final class AccountResourceProperties extends Object
Property bag from billing account.
  • Constructor Details

    • AccountResourceProperties

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

    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: Provisioning state.
      Returns:
      the provisioningState value.
    • appId

      public String appId()
      Get the appId property: Customer owned application ID.
      Returns:
      the appId value.
    • withAppId

      public AccountResourceProperties withAppId(String appId)
      Set the appId property: Customer owned application ID.
      Parameters:
      appId - the appId value to set.
      Returns:
      the AccountResourceProperties object itself.
    • billingPlanId

      public String billingPlanId()
      Get the billingPlanId property: Billing Plan Id.
      Returns:
      the billingPlanId value.
    • validate

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