CreatedByType Struct

Definition

The type of identity that created the resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dashboard.Support.CreatedByTypeTypeConverter))]
public struct CreatedByType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Dashboard.Support.CreatedByType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dashboard.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