Class ProvisionedClusters

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.hybridcontainerservice.models.ProvisionedClusters

public final class ProvisionedClusters extends com.azure.core.management.Resource
The provisionedClusters resource definition.
  • Constructor Details

    • ProvisionedClusters

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

    • identity

      public ProvisionedClusterIdentity identity()
      Get the identity property: Identity for the Provisioned cluster.
      Returns:
      the identity value.
    • withIdentity

      public ProvisionedClusters withIdentity(ProvisionedClusterIdentity identity)
      Set the identity property: Identity for the Provisioned cluster.
      Parameters:
      identity - the identity value to set.
      Returns:
      the ProvisionedClusters object itself.
    • properties

      public ProvisionedClustersAllProperties properties()
      Get the properties property: All properties of the provisioned cluster.
      Returns:
      the properties value.
    • withProperties

      public ProvisionedClusters withProperties(ProvisionedClustersAllProperties properties)
      Set the properties property: All properties of the provisioned cluster.
      Parameters:
      properties - the properties value to set.
      Returns:
      the ProvisionedClusters object itself.
    • 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.
    • extendedLocation

      public ProvisionedClustersExtendedLocation extendedLocation()
      Get the extendedLocation property: The extendedLocation property.
      Returns:
      the extendedLocation value.
    • withExtendedLocation

      public ProvisionedClusters withExtendedLocation(ProvisionedClustersExtendedLocation extendedLocation)
      Set the extendedLocation property: The extendedLocation property.
      Parameters:
      extendedLocation - the extendedLocation value to set.
      Returns:
      the ProvisionedClusters object itself.
    • withLocation

      public ProvisionedClusters withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public ProvisionedClusters withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • validate

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