Dela via


ManagedIdentityTypes Struct

Definition

Managed Identity types.

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

Fields

SystemAssigned

Methods

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

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

Equals(ManagedIdentityTypes)

Compares values of enum type ManagedIdentityTypes

Equals(Object)

Compares values of enum type ManagedIdentityTypes (override for Object)

GetHashCode()

Returns hashCode for enum ManagedIdentityTypes

ToString()

Returns string representation for ManagedIdentityTypes

Operators

Equality(ManagedIdentityTypes, ManagedIdentityTypes)

Overriding == operator for enum ManagedIdentityTypes

Implicit(ManagedIdentityTypes to String)

Implicit operator to convert ManagedIdentityTypes to string

Implicit(String to ManagedIdentityTypes)

Implicit operator to convert string to ManagedIdentityTypes

Inequality(ManagedIdentityTypes, ManagedIdentityTypes)

Overriding != operator for enum ManagedIdentityTypes

Applies to