VirtualNetworkConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET