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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET