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

ManagedIdentityType Struct

Definition

The kind of managed identity assigned to this resource.

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

Fields

SystemAndUserAssigned
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