VirtualNetworkProfile Constructors
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.
Overloads
VirtualNetworkProfile() |
Initializes a new instance of the VirtualNetworkProfile class. |
VirtualNetworkProfile(String, String, String, String) |
Initializes a new instance of the VirtualNetworkProfile class. |
VirtualNetworkProfile()
Initializes a new instance of the VirtualNetworkProfile class.
public VirtualNetworkProfile ();
Public Sub New ()
Applies to
VirtualNetworkProfile(String, String, String, String)
Initializes a new instance of the VirtualNetworkProfile class.
public VirtualNetworkProfile (string id, string name = default, string type = default, string subnet = default);
new Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile : string * string * string * string -> Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile
Public Sub New (id As String, Optional name As String = Nothing, Optional type As String = Nothing, Optional subnet As String = Nothing)
Parameters
- id
- String
Resource id of the Virtual Network.
- name
- String
Name of the Virtual Network (read-only).
- type
- String
Resource type of the Virtual Network (read-only).
- subnet
- String
Subnet within the Virtual Network.
Applies to
Azure SDK for .NET