VirtualNetworkConfiguration Class

Definition

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

public class VirtualNetworkConfiguration
type VirtualNetworkConfiguration = class
Public Class VirtualNetworkConfiguration
Inheritance
VirtualNetworkConfiguration

Constructors

VirtualNetworkConfiguration()

Initializes a new instance of the VirtualNetworkConfiguration class.

VirtualNetworkConfiguration(String, String, String)

Initializes a new instance of the VirtualNetworkConfiguration class.

Properties

Subnetname

Gets the name of the subnet.

SubnetResourceId

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

Vnetid

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

Methods

Validate()

Validate the object.

Applies to