你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedServiceIdentitySelectorType Struct

Definition

The type of managed identity that is being selected.

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

Fields

SystemAssignedIdentity
UserAssignedIdentity

Methods

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

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

Equals(ManagedServiceIdentitySelectorType)

Compares values of enum type ManagedServiceIdentitySelectorType

Equals(Object)

Compares values of enum type ManagedServiceIdentitySelectorType (override for Object)

GetHashCode()

Returns hashCode for enum ManagedServiceIdentitySelectorType

ToString()

Returns string representation for ManagedServiceIdentitySelectorType

Operators

Equality(ManagedServiceIdentitySelectorType, ManagedServiceIdentitySelectorType)

Overriding == operator for enum ManagedServiceIdentitySelectorType

Implicit(ManagedServiceIdentitySelectorType to String)

Implicit operator to convert ManagedServiceIdentitySelectorType to string

Implicit(String to ManagedServiceIdentitySelectorType)

Implicit operator to convert string to ManagedServiceIdentitySelectorType

Inequality(ManagedServiceIdentitySelectorType, ManagedServiceIdentitySelectorType)

Overriding != operator for enum ManagedServiceIdentitySelectorType

Applies to