Class ProvisionedClustersResponseInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.hybridcontainerservice.fluent.models.ProvisionedClustersResponseInner
public final class ProvisionedClustersResponseInner
extends com.azure.core.management.Resource
The provisionedClusters resource definition.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ProvisionedClustersResponseInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the extendedLocation property: The extendedLocation property.identity()
Get the identity property: Identity for the Provisioned cluster.Get the properties property: The properties property.com.azure.core.management.SystemData
Get the systemData property: Metadata pertaining to creation and last modification of the resource.void
validate()
Validates the instance.withExtendedLocation
(ProvisionedClustersResponseExtendedLocation extendedLocation) Set the extendedLocation property: The extendedLocation property.withIdentity
(ProvisionedClusterIdentity identity) Set the identity property: Identity for the Provisioned cluster.withLocation
(String location) withProperties
(ProvisionedClustersResponseProperties properties) Set the properties property: The properties property.Methods inherited from class com.azure.core.management.Resource
location, tags
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
ProvisionedClustersResponseInner
public ProvisionedClustersResponseInner()Creates an instance of ProvisionedClustersResponseInner class.
-
-
Method Details
-
identity
Get the identity property: Identity for the Provisioned cluster.- Returns:
- the identity value.
-
withIdentity
Set the identity property: Identity for the Provisioned cluster.- Parameters:
identity
- the identity value to set.- Returns:
- the ProvisionedClustersResponseInner object itself.
-
properties
Get the properties property: The properties property.- Returns:
- the properties value.
-
withProperties
public ProvisionedClustersResponseInner withProperties(ProvisionedClustersResponseProperties properties) Set the properties property: The properties property.- Parameters:
properties
- the properties value to set.- Returns:
- the ProvisionedClustersResponseInner 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
Get the extendedLocation property: The extendedLocation property.- Returns:
- the extendedLocation value.
-
withExtendedLocation
public ProvisionedClustersResponseInner withExtendedLocation(ProvisionedClustersResponseExtendedLocation extendedLocation) Set the extendedLocation property: The extendedLocation property.- Parameters:
extendedLocation
- the extendedLocation value to set.- Returns:
- the ProvisionedClustersResponseInner object itself.
-
withLocation
- Overrides:
withLocation
in classcom.azure.core.management.Resource
-
withTags
- Overrides:
withTags
in classcom.azure.core.management.Resource
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-