ManagedClustersOperationsExtensions.GetUpgradeProfile(IManagedClustersOperations, String, String) Method

Definition

public static Microsoft.Azure.Commands.Aks.Generated.Version2017_08_31.Models.ManagedClusterUpgradeProfile GetUpgradeProfile (this Microsoft.Azure.Commands.Aks.Generated.Version2017_08_31.IManagedClustersOperations operations, string resourceGroupName, string resourceName);
static member GetUpgradeProfile : Microsoft.Azure.Commands.Aks.Generated.Version2017_08_31.IManagedClustersOperations * string * string -> Microsoft.Azure.Commands.Aks.Generated.Version2017_08_31.Models.ManagedClusterUpgradeProfile
<Extension()>
Public Function GetUpgradeProfile (operations As IManagedClustersOperations, resourceGroupName As String, resourceName As String) As ManagedClusterUpgradeProfile

Parameters

resourceGroupName
String
resourceName
String

Returns

ManagedClusterUpgradeProfile

Applies to