CaptureIdentityType Struct

Definition

Type of Azure Active Directory Managed Identity.

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

Fields

SystemAssigned
UserAssigned

Methods

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

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

Equals(CaptureIdentityType)

Compares values of enum type CaptureIdentityType

Equals(Object)

Compares values of enum type CaptureIdentityType (override for Object)

GetHashCode()

Returns hashCode for enum CaptureIdentityType

ToString()

Returns string representation for CaptureIdentityType

Operators

Equality(CaptureIdentityType, CaptureIdentityType)

Overriding == operator for enum CaptureIdentityType

Implicit(CaptureIdentityType to String)

Implicit operator to convert CaptureIdentityType to string

Implicit(String to CaptureIdentityType)

Implicit operator to convert string to CaptureIdentityType

Inequality(CaptureIdentityType, CaptureIdentityType)

Overriding != operator for enum CaptureIdentityType

Applies to