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

CreatedByType Struct

Definition

The type of identity that created the resource.

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

Fields

Application
Key
ManagedIdentity
User

Methods

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

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

Equals(CreatedByType)

Compares values of enum type CreatedByType

Equals(Object)

Compares values of enum type CreatedByType (override for Object)

GetHashCode()

Returns hashCode for enum CreatedByType

ToString()

Returns string representation for CreatedByType

Operators

Equality(CreatedByType, CreatedByType)

Overriding == operator for enum CreatedByType

Implicit(CreatedByType to String)

Implicit operator to convert CreatedByType to string

Implicit(String to CreatedByType)

Implicit operator to convert string to CreatedByType

Inequality(CreatedByType, CreatedByType)

Overriding != operator for enum CreatedByType

Applies to