ManagedClustersGetCommandResultHeaders Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. ManagedClustersGetCommandResultHeaders
- com.
public final class ManagedClustersGetCommandResultHeaders
The ManagedClustersGetCommandResultHeaders model.
Constructor Summary
Constructor | Description |
---|---|
ManagedClustersGetCommandResultHeaders(HttpHeaders rawHeaders) |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
location()
Get the location property: The Location property. |
void |
validate()
Validates the instance. |
Managed |
withLocation(String location)
Set the location property: The Location property. |
Methods inherited from java.lang.Object
Constructor Details
ManagedClustersGetCommandResultHeaders
public ManagedClustersGetCommandResultHeaders(HttpHeaders rawHeaders)
Creates an instance of ManagedClustersGetCommandResultHeaders class.
Parameters:
Method Details
location
public String location()
Get the location property: The Location property.
Returns:
validate
public void validate()
Validates the instance.
withLocation
public ManagedClustersGetCommandResultHeaders withLocation(String location)
Set the location property: The Location property.
Parameters:
Returns:
Applies to
Azure SDK for Java