VirtualNetworkConfigurationResponse

data class VirtualNetworkConfigurationResponse(val subnetResourceId: String? = null, val subnetname: String, val vnetid: String)

Configuration of a virtual network to which API Management service is deployed.

Constructors

Link copied to clipboard
constructor(subnetResourceId: String? = null, subnetname: String, vnetid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the subnet.

Link copied to clipboard

The full resource ID of a subnet in a virtual network to deploy the API Management service in.

Link copied to clipboard

The virtual network ID. This is typically a GUID. Expect a null GUID by default.