Partilhar via


ResourceIdentityType Struct

Definition

For more information see use managed identities in AKS.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ResourceIdentityTypeTypeConverter))]
public struct ResourceIdentityType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ResourceIdentityType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ResourceIdentityTypeTypeConverter))>]
type ResourceIdentityType = struct
    interface IArgumentCompleter
Public Structure ResourceIdentityType
Implements IArgumentCompleter, IEquatable(Of ResourceIdentityType)
Inheritance
ResourceIdentityType
Attributes
Implements

Fields

None

Do not use a managed identity for the Managed Cluster, service principal will be used instead.

SystemAssigned

Use an implicitly created system assigned managed identity to manage cluster resources. Master components in the control plane such as kube-controller-manager will use the system assigned managed identity to manipulate Azure resources.

UserAssigned

Use a user-specified identity to manage cluster resources. Master components in the control plane such as kube-controller-manager will use the specified user assigned managed identity to manipulate Azure resources.

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type ResourceIdentityType (override for Object)

Equals(ResourceIdentityType)

Compares values of enum type ResourceIdentityType

GetHashCode()

Returns hashCode for enum ResourceIdentityType

ToString()

Returns string representation for ResourceIdentityType

Operators

Equality(ResourceIdentityType, ResourceIdentityType)

Overriding == operator for enum ResourceIdentityType

Implicit(ResourceIdentityType to String)

Implicit operator to convert ResourceIdentityType to string

Implicit(String to ResourceIdentityType)

Implicit operator to convert string to ResourceIdentityType

Inequality(ResourceIdentityType, ResourceIdentityType)

Overriding != operator for enum ResourceIdentityType

Applies to