IntegrationServiceEnvironmentNetworkEndpoint Class
The network endpoint.
- Inheritance
-
msrest.serialization.ModelIntegrationServiceEnvironmentNetworkEndpoint
Constructor
IntegrationServiceEnvironmentNetworkEndpoint(*, accessibility: str | IntegrationServiceEnvironmentNetworkEndPointAccessibilityState | None = None, domain_name: str | None = None, ports: List[str] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
accessibility
|
The accessibility state. Possible values include: "NotSpecified", "Unknown", "Available", "NotAvailable". |
domain_name
|
The domain name. |
ports
|
The ports. |
Variables
Name | Description |
---|---|
accessibility
|
The accessibility state. Possible values include: "NotSpecified", "Unknown", "Available", "NotAvailable". |
domain_name
|
The domain name. |
ports
|
The ports. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python