ConfigurationSetInputEndpoint Class
Initializes a network configuration input endpoint.
name: Specifies the name for the external endpoint.
protocol: Specifies the protocol to use to inspect the virtual machine availability status. Possible values are: HTTP, TCP.
port: Specifies the external port to use for the endpoint.
local_port: Specifies the internal port on which the virtual machine is listening to serve the endpoint.
load_balanced_endpoint_set_name: Specifies a name for a set of load-balanced endpoints. Specifying this element for a given endpoint adds it to the set. If you are setting an endpoint to use to connect to the virtual machine via the Remote Desktop, do not set this property.
enable_direct_server_return: Specifies whether direct server return load balancing is enabled.
- Inheritance
-
azure.servicemanagement._common_models.WindowsAzureDataConfigurationSetInputEndpoint
Constructor
ConfigurationSetInputEndpoint(name='', protocol='', port='', local_port='', load_balanced_endpoint_set_name='', enable_direct_server_return=False, idle_timeout_in_minutes=4)
Parameters
- name
- protocol
- port
- local_port
- load_balanced_endpoint_set_name
- enable_direct_server_return
- idle_timeout_in_minutes
Feedback
Submit and view feedback for