Class RegistrationProperties

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

public final class RegistrationProperties extends Object
Properties portion of the registration resource.
  • Constructor Details

    • RegistrationProperties

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

    • objectId

      public String objectId()
      Get the objectId property: The object identifier associated with the Azure Stack connecting to Azure.
      Returns:
      the objectId value.
    • withObjectId

      public RegistrationProperties withObjectId(String objectId)
      Set the objectId property: The object identifier associated with the Azure Stack connecting to Azure.
      Parameters:
      objectId - the objectId value to set.
      Returns:
      the RegistrationProperties object itself.
    • cloudId

      public String cloudId()
      Get the cloudId property: The identifier of the registered Azure Stack.
      Returns:
      the cloudId value.
    • withCloudId

      public RegistrationProperties withCloudId(String cloudId)
      Set the cloudId property: The identifier of the registered Azure Stack.
      Parameters:
      cloudId - the cloudId value to set.
      Returns:
      the RegistrationProperties object itself.
    • billingModel

      public String billingModel()
      Get the billingModel property: Specifies the billing mode for the Azure Stack registration.
      Returns:
      the billingModel value.
    • withBillingModel

      public RegistrationProperties withBillingModel(String billingModel)
      Set the billingModel property: Specifies the billing mode for the Azure Stack registration.
      Parameters:
      billingModel - the billingModel value to set.
      Returns:
      the RegistrationProperties object itself.
    • validate

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