VnetGateway 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
VnetGateway() |
Initializes a new instance of the VnetGateway class. |
VnetGateway(String, String, String, String, String, String) |
Initializes a new instance of the VnetGateway class. |
VnetGateway()
Initializes a new instance of the VnetGateway class.
public VnetGateway ();
Public Sub New ()
Applies to
VnetGateway(String, String, String, String, String, String)
Initializes a new instance of the VnetGateway class.
public VnetGateway (string vpnPackageUri, string id = default, string name = default, string kind = default, string type = default, string vnetName = default);
new Microsoft.Azure.Management.WebSites.Models.VnetGateway : string * string * string * string * string * string -> Microsoft.Azure.Management.WebSites.Models.VnetGateway
Public Sub New (vpnPackageUri As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional vnetName As String = Nothing)
Parameters
- vpnPackageUri
- String
The URI where the VPN package can be downloaded.
- id
- String
Resource Id.
- name
- String
Resource Name.
- kind
- String
Kind of resource.
- type
- String
Resource type.
- vnetName
- String
The Virtual Network name.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET