次の方法で共有


ManagedIdentityType Struct

Definition

Represents the identity type: systemAssigned, userAssigned, None

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

Fields

None
SystemAssigned
UserAssigned

Methods

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

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

Equals(ManagedIdentityType)

Compares values of enum type ManagedIdentityType

Equals(Object)

Compares values of enum type ManagedIdentityType (override for Object)

GetHashCode()

Returns hashCode for enum ManagedIdentityType

ToString()

Returns string representation for ManagedIdentityType

Operators

Equality(ManagedIdentityType, ManagedIdentityType)

Overriding == operator for enum ManagedIdentityType

Implicit(ManagedIdentityType to String)

Implicit operator to convert ManagedIdentityType to string

Implicit(String to ManagedIdentityType)

Implicit operator to convert string to ManagedIdentityType

Inequality(ManagedIdentityType, ManagedIdentityType)

Overriding != operator for enum ManagedIdentityType

Applies to