Class CustomDomainInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.webpubsub.fluent.models.CustomDomainInner

public final class CustomDomainInner extends com.azure.core.management.ProxyResource
A custom domain.
  • Constructor Details

    • CustomDomainInner

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

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Metadata pertaining to creation and last modification of the resource.
      Returns:
      the systemData value.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: Provisioning state of the resource.
      Returns:
      the provisioningState value.
    • domainName

      public String domainName()
      Get the domainName property: The custom domain name.
      Returns:
      the domainName value.
    • withDomainName

      public CustomDomainInner withDomainName(String domainName)
      Set the domainName property: The custom domain name.
      Parameters:
      domainName - the domainName value to set.
      Returns:
      the CustomDomainInner object itself.
    • customCertificate

      public ResourceReference customCertificate()
      Get the customCertificate property: Reference to a resource.
      Returns:
      the customCertificate value.
    • withCustomCertificate

      public CustomDomainInner withCustomCertificate(ResourceReference customCertificate)
      Set the customCertificate property: Reference to a resource.
      Parameters:
      customCertificate - the customCertificate value to set.
      Returns:
      the CustomDomainInner object itself.
    • validate

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