CreatedByType Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define valores para 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)
- Herança
- Atributos
-
Newtonsoft.Json.JsonConverterAttribute
Construtores
CreatedByType() |
Define valores para CreatedByType. |
Campos
Application |
Define valores para CreatedByType. |
Key |
Define valores para CreatedByType. |
ManagedIdentity |
Define valores para CreatedByType. |
User |
Define valores para CreatedByType. |
Propriedades
Value |
Define valores para CreatedByType. (Herdado de ExpandableStringEnum<T>) |
Métodos
Equals(Object) |
Define valores para CreatedByType. (Herdado de ExpandableStringEnum<T>) |
Equals(String) |
Define valores para CreatedByType. (Herdado de ExpandableStringEnum<T>) |
GetHashCode() |
Define valores para CreatedByType. (Herdado de ExpandableStringEnum<T>) |
ToString() |
Define valores para CreatedByType. (Herdado de ExpandableStringEnum<T>) |
Aplica-se a
Azure SDK for .NET