Compartilhar via


Membros InputEndpoint

The extension's input endpoint configuration.

As tabelas a seguir listam os membros expostos pelo tipo InputEndpoint.

Público Construtores

  Nome Descrição
  InputEndpoint Initializes a new instance of the InputEndpoint class.

Início

Público Propriedades

  Nome Descrição
LocalPort Required. Required for each input endpoint. Specifies a port used for internal connections on the endpoint. Its value has to be between 1-65535 inclusive, or '*' indicating any port number automatically allocated by Windows Azure.
Name Required. Required for each input endpoint. A unique name for the external endpoint.
Port Required. Required for each input endpoint. The port for the external endpoint. You can specify any port number you choose, but the port number specified must not collide with port numbers occupied by roles in the service. Possible values range between 1 and 65535, inclusive
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'.

Início

Público Métodos

(consulte tambémProtegido Métodos)

  Nome Descrição
Equals  (Herança de Object)
GetHashCode  (Herança de Object)
GetType  (Herança de Object)
ToString  (Herança de Object)

Início

Protegido Métodos

  Nome Descrição
Finalize  (Herança de Object)
MemberwiseClone  (Herança de Object)

Início

Consulte também

Referência

Classe InputEndpoint
Namespace Microsoft.WindowsAzure.Management.Compute.Models.ExtensionEndpointConfiguration