Class AgentPoolsUpgradeNodeImageVersionHeaders
- java.lang.Object
-
- com.azure.resourcemanager.containerservice.models.AgentPoolsUpgradeNodeImageVersionHeaders
-
public final class AgentPoolsUpgradeNodeImageVersionHeaders extends Object
The AgentPoolsUpgradeNodeImageVersionHeaders model.
-
-
Constructor Summary
Constructors Constructor Description AgentPoolsUpgradeNodeImageVersionHeaders()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringazureAsyncOperation()Get the azureAsyncOperation property: The Azure-AsyncOperation property.voidvalidate()Validates the instance.AgentPoolsUpgradeNodeImageVersionHeaderswithAzureAsyncOperation(String azureAsyncOperation)Set the azureAsyncOperation property: The Azure-AsyncOperation property.
-
-
-
Method Detail
-
azureAsyncOperation
public String azureAsyncOperation()
Get the azureAsyncOperation property: The Azure-AsyncOperation property.- Returns:
- the azureAsyncOperation value.
-
withAzureAsyncOperation
public AgentPoolsUpgradeNodeImageVersionHeaders withAzureAsyncOperation(String azureAsyncOperation)
Set the azureAsyncOperation property: The Azure-AsyncOperation property.- Parameters:
azureAsyncOperation- the azureAsyncOperation value to set.- Returns:
- the AgentPoolsUpgradeNodeImageVersionHeaders object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-