Class ClusterResourceProperties

java.lang.Object
com.azure.resourcemanager.appplatform.models.ClusterResourceProperties

public final class ClusterResourceProperties extends Object
Service properties payload.
  • Constructor Details

    • ClusterResourceProperties

      public ClusterResourceProperties()
  • Method Details

    • provisioningState

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

      public NetworkProfile networkProfile()
      Get the networkProfile property: Network profile of the Service.
      Returns:
      the networkProfile value.
    • withNetworkProfile

      public ClusterResourceProperties withNetworkProfile(NetworkProfile networkProfile)
      Set the networkProfile property: Network profile of the Service.
      Parameters:
      networkProfile - the networkProfile value to set.
      Returns:
      the ClusterResourceProperties object itself.
    • version

      public Integer version()
      Get the version property: Version of the Service.
      Returns:
      the version value.
    • serviceId

      public String serviceId()
      Get the serviceId property: ServiceInstanceEntity GUID which uniquely identifies a created resource.
      Returns:
      the serviceId value.
    • zoneRedundant

      public Boolean zoneRedundant()
      Get the zoneRedundant property: The zoneRedundant property.
      Returns:
      the zoneRedundant value.
    • withZoneRedundant

      public ClusterResourceProperties withZoneRedundant(Boolean zoneRedundant)
      Set the zoneRedundant property: The zoneRedundant property.
      Parameters:
      zoneRedundant - the zoneRedundant value to set.
      Returns:
      the ClusterResourceProperties object itself.
    • fqdn

      public String fqdn()
      Get the fqdn property: Fully qualified dns name of the service instance.
      Returns:
      the fqdn value.
    • validate

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