Class CustomerSubscriptionProperties

java.lang.Object
com.azure.resourcemanager.azurestack.fluent.models.CustomerSubscriptionProperties

public final class CustomerSubscriptionProperties extends Object
Customer subscription properties.
  • Constructor Details

    • CustomerSubscriptionProperties

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

    • tenantId

      public String tenantId()
      Get the tenantId property: Tenant Id.
      Returns:
      the tenantId value.
    • withTenantId

      public CustomerSubscriptionProperties withTenantId(String tenantId)
      Set the tenantId property: Tenant Id.
      Parameters:
      tenantId - the tenantId value to set.
      Returns:
      the CustomerSubscriptionProperties object itself.
    • validate

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