ProtocolType 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 ProtocolType.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Cdn.Fluent.Models.ProtocolType>))]
public class ProtocolType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Cdn.Fluent.Models.ProtocolType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Cdn.Fluent.Models.ProtocolType>))>]
type ProtocolType = class
inherit ExpandableStringEnum<ProtocolType>
Public Class ProtocolType
Inherits ExpandableStringEnum(Of ProtocolType)
- Herança
- Atributos
-
Newtonsoft.Json.JsonConverterAttribute
Construtores
ProtocolType() |
Define valores para ProtocolType. |
Campos
IPBased |
Define valores para ProtocolType. |
ServerNameIndication |
Define valores para ProtocolType. |
Propriedades
Value |
Define valores para ProtocolType. (Herdado de ExpandableStringEnum<T>) |
Métodos
Equals(Object) |
Define valores para ProtocolType. (Herdado de ExpandableStringEnum<T>) |
Equals(String) |
Define valores para ProtocolType. (Herdado de ExpandableStringEnum<T>) |
GetHashCode() |
Define valores para ProtocolType. (Herdado de ExpandableStringEnum<T>) |
ToString() |
Define valores para ProtocolType. (Herdado de ExpandableStringEnum<T>) |
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET