Class ClusterInfo
- java.lang.Object
-
- com.azure.resourcemanager.streamanalytics.models.ClusterInfo
-
public final class ClusterInfo extends Object
The properties associated with a Stream Analytics cluster.
-
-
Constructor Summary
Constructors Constructor Description ClusterInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
id()
Get the id property: The resource id of cluster.void
validate()
Validates the instance.ClusterInfo
withId(String id)
Set the id property: The resource id of cluster.
-
-
-
Method Detail
-
id
public String id()
Get the id property: The resource id of cluster.- Returns:
- the id value.
-
withId
public ClusterInfo withId(String id)
Set the id property: The resource id of cluster.- Parameters:
id
- the id value to set.- Returns:
- the ClusterInfo object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-