VpnSiteInner Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
VpnSiteInner() |
Initialisiert eine neue instance der VpnSiteInner-Klasse. |
VpnSiteInner(String, String, String, String, IDictionary<String, String>, SubResource, DeviceProperties, String, String, AddressSpace, BgpSettings, ProvisioningState, Nullable<Boolean>, IList<VpnSiteLinkInner>, String) |
Initialisiert eine neue instance der VpnSiteInner-Klasse. |
VpnSiteInner()
Initialisiert eine neue instance der VpnSiteInner-Klasse.
public VpnSiteInner ();
Public Sub New ()
Gilt für:
VpnSiteInner(String, String, String, String, IDictionary<String, String>, SubResource, DeviceProperties, String, String, AddressSpace, BgpSettings, ProvisioningState, Nullable<Boolean>, IList<VpnSiteLinkInner>, String)
Initialisiert eine neue instance der VpnSiteInner-Klasse.
public VpnSiteInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource virtualWan = default, Microsoft.Azure.Management.Network.Fluent.Models.DeviceProperties deviceProperties = default, string ipAddress = default, string siteKey = default, Microsoft.Azure.Management.Network.Fluent.Models.AddressSpace addressSpace = default, Microsoft.Azure.Management.Network.Fluent.Models.BgpSettings bgpProperties = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, bool? isSecuritySite = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VpnSiteLinkInner> vpnSiteLinks = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.VpnSiteInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Network.Fluent.Models.DeviceProperties * string * string * Microsoft.Azure.Management.Network.Fluent.Models.AddressSpace * Microsoft.Azure.Management.Network.Fluent.Models.BgpSettings * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VpnSiteLinkInner> * string -> Microsoft.Azure.Management.Network.Fluent.Models.VpnSiteInner
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional virtualWan As SubResource = Nothing, Optional deviceProperties As DeviceProperties = Nothing, Optional ipAddress As String = Nothing, Optional siteKey As String = Nothing, Optional addressSpace As AddressSpace = Nothing, Optional bgpProperties As BgpSettings = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional isSecuritySite As Nullable(Of Boolean) = Nothing, Optional vpnSiteLinks As IList(Of VpnSiteLinkInner) = Nothing, Optional etag As String = Nothing)
Parameter
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- virtualWan
- SubResource
Der VirtualWAN, zu dem die vpnSite gehört.
- deviceProperties
- DeviceProperties
Die Geräteeigenschaften.
- ipAddress
- String
Die IP-Adresse für den VPN-Standort.
- siteKey
- String
Der Schlüssel für vpn-site, der für Verbindungen verwendet werden kann.
- addressSpace
- AddressSpace
Der AddressSpace, der ein Array von IP-Adressbereichen enthält.
- bgpProperties
- BgpSettings
Der Satz von bgp-Eigenschaften.
- provisioningState
- ProvisioningState
Der Bereitstellungsstatus der VPN-Standortressource. Mögliche Werte: "Succeeded", "Updating", "Deleting", "Failed"
- vpnSiteLinks
- IList<VpnSiteLinkInner>
Liste aller VPN-Standortlinks.
- etag
- String
Eine eindeutige schreibgeschützte Zeichenfolge, die sich ändert, wenn die Ressource aktualisiert wird.
Gilt für:
Azure SDK for .NET