ArmHDInsightContainersModelFactory.AksClusterProfile Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of AksClusterProfile.
public static Azure.ResourceManager.HDInsight.Containers.Models.AksClusterProfile AksClusterProfile (Azure.Core.ResourceIdentifier aksClusterResourceId = default, Azure.ResourceManager.HDInsight.Containers.Models.HDInsightIdentityProfile aksClusterAgentPoolIdentityProfile = default, string aksVersion = default);
static member AksClusterProfile : Azure.Core.ResourceIdentifier * Azure.ResourceManager.HDInsight.Containers.Models.HDInsightIdentityProfile * string -> Azure.ResourceManager.HDInsight.Containers.Models.AksClusterProfile
Public Shared Function AksClusterProfile (Optional aksClusterResourceId As ResourceIdentifier = Nothing, Optional aksClusterAgentPoolIdentityProfile As HDInsightIdentityProfile = Nothing, Optional aksVersion As String = Nothing) As AksClusterProfile
Parameters
- aksClusterResourceId
- ResourceIdentifier
ARM Resource ID of the AKS cluster.
- aksClusterAgentPoolIdentityProfile
- HDInsightIdentityProfile
Identity properties of the AKS cluster agentpool MSI.
- aksVersion
- String
AKS control plane and default node pool version of this ClusterPool.
Returns
A new AksClusterProfile instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET