Propriedade InputEndpoint.Protocol
Required. Required for each input endpoint. Transport protocol for the endpoint. Its value has to be one of the following: 'tcp', 'udp', 'http', 'https'.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models.ExtensionEndpointConfiguration
Assembly: Microsoft.WindowsAzure.Management.Compute (em Microsoft.WindowsAzure.Management.Compute.dll)
Uso
'Uso
Dim instance As InputEndpoint
Dim value As String
value = instance.Protocol
instance.Protocol = value
Sintaxe
'Declaração
Public Property Protocol As String
public string Protocol { get; set; }
public:
property String^ Protocol {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Protocol ()
/** @property */
public void set_Protocol (String value)
public function get Protocol () : String
public function set Protocol (value : String)
Segurança de thread
Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows 7 e Windows Server 2008
Plataformas de destino
Consulte também
Referência
Classe InputEndpoint
Membros InputEndpoint
Namespace Microsoft.WindowsAzure.Management.Compute.Models.ExtensionEndpointConfiguration