CreatedByType Struct

Definition

Defines values for CreatedByType.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.CreatedByTypeConverter))]
public struct CreatedByType : IEquatable<Microsoft.Azure.Management.Media.Models.CreatedByType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.CreatedByTypeConverter))>]
type CreatedByType = struct
Public Structure CreatedByType
Implements IEquatable(Of CreatedByType)
Inheritance
CreatedByType
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Fields

Application
Key
ManagedIdentity
User

Methods

Equals(CreatedByType)

Compares enums of type CreatedByType

Equals(Object)

Overrides Equals operator for CreatedByType

GetHashCode()

Returns for hashCode 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