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.ModelApplicationGetHttpsEndpoint
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
|
The destination port to connect to. |
private_ip_address
Required
|
The private ip address of the endpoint. |
sub_domain_suffix
Required
|
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
|
The location of the endpoint. |
public_port
|
The public port to connect to. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python