EndpointDependency Class
A domain name and connection details used to access a dependency.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.batch._serialization.ModelEndpointDependency
Constructor
EndpointDependency(**kwargs: Any)
Variables
Name | Description |
---|---|
domain_name
|
The domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard. |
description
|
Human-readable supplemental information about the dependency and when it is applicable. |
endpoint_details
|
The list of connection details for this endpoint. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python