NetworkConfiguration Class
The network configuration.
- Inheritance
-
msrest.serialization.ModelNetworkConfiguration
Constructor
NetworkConfiguration(*, virtual_network_address_space: str | None = None, access_endpoint: IntegrationServiceEnvironmentAccessEndpoint | None = None, subnets: List[ResourceReference] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
virtual_network_address_space
|
Gets the virtual network address space. |
access_endpoint
|
The access endpoint. |
subnets
|
The subnets. |
Variables
Name | Description |
---|---|
virtual_network_address_space
|
Gets the virtual network address space. |
access_endpoint
|
The access endpoint. |
subnets
|
The subnets. |
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