AgentPoolsOperationsExtensions.GetUpgradeProfile Method

Definition

Gets the upgrade profile for an agent pool.

public static Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeProfile GetUpgradeProfile (this Microsoft.Azure.Management.ContainerService.IAgentPoolsOperations operations, string resourceGroupName, string resourceName, string agentPoolName);
static member GetUpgradeProfile : Microsoft.Azure.Management.ContainerService.IAgentPoolsOperations * string * string * string -> Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeProfile
<Extension()>
Public Function GetUpgradeProfile (operations As IAgentPoolsOperations, resourceGroupName As String, resourceName As String, agentPoolName As String) As AgentPoolUpgradeProfile

Parameters

operations
IAgentPoolsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

resourceName
String

The name of the managed cluster resource.

agentPoolName
String

The name of the agent pool.

Returns

Applies to