共用方式為


InstanceEndpoint Class

Definition

Objects that provide instance endpoint details.

public class InstanceEndpoint
type InstanceEndpoint = class
Public Class InstanceEndpoint
Inheritance
InstanceEndpoint

Constructors

InstanceEndpoint()

Initializes a new instance of the InstanceEndpoint class.

Properties

IdleTimeoutInMinutes

Optional. The idle timeout in minutes for this endpoint.

LocalPort

Optional. Specifies the internal port on which the virtual machine is listening to serve the endpoint. This element is only listed for Virtual Machine deployments.

Name

Optional. Specifies the name for the external endpoint. This element is only listed for Virtual Machine deployments.

Port

Optional. The external port of the role instance endpoint.

Protocol

Optional. Specifies the transport protocol for the endpoint.

VirtualIPAddress

Optional. The Virtual IP of the role endpoint.

Applies to