NetworkConfigurationResponse

data class NetworkConfigurationResponse(val accessEndpoint: IntegrationServiceEnvironmentAccessEndpointResponse? = null, val subnets: List<ResourceReferenceResponse>? = null, val virtualNetworkAddressSpace: String? = null)

The network configuration.

Constructors

Link copied to clipboard
constructor(accessEndpoint: IntegrationServiceEnvironmentAccessEndpointResponse? = null, subnets: List<ResourceReferenceResponse>? = null, virtualNetworkAddressSpace: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The subnets.

Link copied to clipboard

Gets the virtual network address space.