CreatedByType Class

Definition

Defines values for CreatedByType.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.ContainerService.Fluent.Models.CreatedByType>))]
public class CreatedByType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.ContainerService.Fluent.Models.CreatedByType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.ContainerService.Fluent.Models.CreatedByType>))>]
type CreatedByType = class
    inherit ExpandableStringEnum<CreatedByType>
Public Class CreatedByType
Inherits ExpandableStringEnum(Of CreatedByType)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

CreatedByType()

Fields

Application
Key
ManagedIdentity
User

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to