IntegrationServiceEnvironmentNetworkDependency Class
The azure async operation resource.
- Inheritance
-
msrest.serialization.ModelIntegrationServiceEnvironmentNetworkDependency
Constructor
IntegrationServiceEnvironmentNetworkDependency(*, category: str | IntegrationServiceEnvironmentNetworkDependencyCategoryType | None = None, display_name: str | None = None, endpoints: List[IntegrationServiceEnvironmentNetworkEndpoint] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
category
|
The network dependency category type. Possible values include: "NotSpecified", "AzureStorage", "AzureManagement", "AzureActiveDirectory", "SSLCertificateVerification", "DiagnosticLogsAndMetrics", "IntegrationServiceEnvironmentConnectors", "RedisCache", "AccessEndpoints", "RecoveryService", "SQL", "RegionalService". |
display_name
|
The display name. |
endpoints
|
The endpoints. |
Variables
Name | Description |
---|---|
category
|
The network dependency category type. Possible values include: "NotSpecified", "AzureStorage", "AzureManagement", "AzureActiveDirectory", "SSLCertificateVerification", "DiagnosticLogsAndMetrics", "IntegrationServiceEnvironmentConnectors", "RedisCache", "AccessEndpoints", "RecoveryService", "SQL", "RegionalService". |
display_name
|
The display name. |
endpoints
|
The endpoints. |
Azure SDK for Python