Class ClusterResourceProperties
- java.lang.Object
-
- com.azure.resourcemanager.appplatform.models.ClusterResourceProperties
-
public final class ClusterResourceProperties extends Object
Service properties payload.
-
-
Constructor Summary
Constructors Constructor Description ClusterResourceProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkProfilenetworkProfile()Get the networkProfile property: Network profile of the Service.ProvisioningStateprovisioningState()Get the provisioningState property: Provisioning state of the Service.StringserviceId()Get the serviceId property: ServiceInstanceEntity GUID which uniquely identifies a created resource.voidvalidate()Validates the instance.Integerversion()Get the version property: Version of the Service.ClusterResourcePropertieswithNetworkProfile(NetworkProfile networkProfile)Set the networkProfile property: Network profile of the Service.
-
-
-
Method Detail
-
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.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-