次の方法で共有


ApplicationGetHttpsEndpoint Class

Gets the application HTTP endpoints.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
msrest.serialization.Model
ApplicationGetHttpsEndpoint

Constructor

ApplicationGetHttpsEndpoint(*, access_modes: List[str] | None = None, destination_port: int | None = None, private_ip_address: str | None = None, sub_domain_suffix: str | None = None, disable_gateway_auth: bool | None = None, **kwargs)

Parameters

Name Description
access_modes
Required

The list of access modes for the application.

destination_port
Required
int

The destination port to connect to.

private_ip_address
Required
str

The private ip address of the endpoint.

sub_domain_suffix
Required
str

The subdomain suffix of the application.

disable_gateway_auth
Required

The value indicates whether to disable GatewayAuth.

Keyword-Only Parameters

Name Description
access_modes
Required
destination_port
Required
private_ip_address
Required
sub_domain_suffix
Required
disable_gateway_auth
Required

Variables

Name Description
location
str

The location of the endpoint.

public_port
int

The public port to connect to.