Share via


IdentityManagementTypes Struct

Definition

Argument completer implementation for IdentityManagementTypes.

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

Fields

Actor
DelegatedResourceIdentity
NotSpecified
SystemAssigned
UserAssigned

Methods

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

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

Equals(IdentityManagementTypes)

Compares values of enum type IdentityManagementTypes

Equals(Object)

Compares values of enum type IdentityManagementTypes (override for Object)

GetHashCode()

Returns hashCode for enum IdentityManagementTypes

ToString()

Returns string representation for IdentityManagementTypes

Operators

Equality(IdentityManagementTypes, IdentityManagementTypes)

Overriding == operator for enum IdentityManagementTypes

Implicit(IdentityManagementTypes to String)

Implicit operator to convert IdentityManagementTypes to string

Implicit(String to IdentityManagementTypes)

Implicit operator to convert string to IdentityManagementTypes

Inequality(IdentityManagementTypes, IdentityManagementTypes)

Overriding != operator for enum IdentityManagementTypes

Applies to