ManagedClusterPodIdentityProfile Constructors
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.
Overloads
ManagedClusterPodIdentityProfile() |
Initializes a new instance of the ManagedClusterPodIdentityProfile class. |
ManagedClusterPodIdentityProfile(Nullable<Boolean>, IList<ManagedClusterPodIdentity>, IList<ManagedClusterPodIdentityException>) |
Initializes a new instance of the ManagedClusterPodIdentityProfile class. |
ManagedClusterPodIdentityProfile()
Initializes a new instance of the ManagedClusterPodIdentityProfile class.
public ManagedClusterPodIdentityProfile ();
Public Sub New ()
Applies to
ManagedClusterPodIdentityProfile(Nullable<Boolean>, IList<ManagedClusterPodIdentity>, IList<ManagedClusterPodIdentityException>)
Initializes a new instance of the ManagedClusterPodIdentityProfile class.
public ManagedClusterPodIdentityProfile (bool? enabled = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPodIdentity> userAssignedIdentities = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPodIdentityException> userAssignedIdentityExceptions = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPodIdentityProfile : Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPodIdentity> * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPodIdentityException> -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPodIdentityProfile
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing, Optional userAssignedIdentities As IList(Of ManagedClusterPodIdentity) = Nothing, Optional userAssignedIdentityExceptions As IList(Of ManagedClusterPodIdentityException) = Nothing)
Parameters
- userAssignedIdentities
- IList<ManagedClusterPodIdentity>
User assigned pod identity settings.
- userAssignedIdentityExceptions
- IList<ManagedClusterPodIdentityException>
User assigned pod identity exception settings.
Applies to
Azure SDK for .NET