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

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