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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python