Class ManagedClustersGetCommandResultHeaders
java.lang.Object
com.azure.resourcemanager.containerservice.models.ManagedClustersGetCommandResultHeaders
The ManagedClustersGetCommandResultHeaders model.
-
Constructor Summary
ConstructorsConstructorDescriptionManagedClustersGetCommandResultHeaders(com.azure.core.http.HttpHeaders rawHeaders) Creates an instance of ManagedClustersGetCommandResultHeaders class. -
Method Summary
Modifier and TypeMethodDescriptionlocation()Get the location property: The Location property.voidvalidate()Validates the instance.withLocation(String location) Set the location property: The Location property.
-
Constructor Details
-
ManagedClustersGetCommandResultHeaders
public ManagedClustersGetCommandResultHeaders(com.azure.core.http.HttpHeaders rawHeaders) Creates an instance of ManagedClustersGetCommandResultHeaders class.- Parameters:
rawHeaders- The raw HttpHeaders that will be used to create the property values.
-
-
Method Details
-
location
Get the location property: The Location property.- Returns:
- the location value.
-
withLocation
Set the location property: The Location property.- Parameters:
location- the location value to set.- Returns:
- the ManagedClustersGetCommandResultHeaders object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-