CustomIpPrefix 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
CustomIpPrefix() |
Initialisiert eine neue instance der CustomIpPrefix-Klasse. |
CustomIpPrefix(String, String, String, String, IDictionary<String, String>, ExtendedLocation, String, String, String, String, SubResource, IList<SubResource>, String, Nullable<Boolean>, String, Nullable<Boolean>, String, IList<SubResource>, String, String, String, String, IList<String>) |
Initialisiert eine neue instance der CustomIpPrefix-Klasse. |
CustomIpPrefix()
Initialisiert eine neue instance der CustomIpPrefix-Klasse.
public CustomIpPrefix ();
Public Sub New ()
Gilt für:
CustomIpPrefix(String, String, String, String, IDictionary<String, String>, ExtendedLocation, String, String, String, String, SubResource, IList<SubResource>, String, Nullable<Boolean>, String, Nullable<Boolean>, String, IList<SubResource>, String, String, String, String, IList<String>)
Initialisiert eine neue instance der CustomIpPrefix-Klasse.
public CustomIpPrefix (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Network.Models.ExtendedLocation extendedLocation = default, string asn = default, string cidr = default, string signedMessage = default, string authorizationMessage = default, Microsoft.Azure.Management.Network.Models.SubResource customIpPrefixParent = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> childCustomIpPrefixes = default, string commissionedState = default, bool? expressRouteAdvertise = default, string geo = default, bool? noInternetAdvertise = default, string prefixType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> publicIpPrefixes = default, string resourceGuid = default, string failedReason = default, string provisioningState = default, string etag = default, System.Collections.Generic.IList<string> zones = default);
new Microsoft.Azure.Management.Network.Models.CustomIpPrefix : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Network.Models.ExtendedLocation * string * string * string * string * Microsoft.Azure.Management.Network.Models.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * string * Nullable<bool> * string * Nullable<bool> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * string * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.CustomIpPrefix
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional extendedLocation As ExtendedLocation = Nothing, Optional asn As String = Nothing, Optional cidr As String = Nothing, Optional signedMessage As String = Nothing, Optional authorizationMessage As String = Nothing, Optional customIpPrefixParent As SubResource = Nothing, Optional childCustomIpPrefixes As IList(Of SubResource) = Nothing, Optional commissionedState As String = Nothing, Optional expressRouteAdvertise As Nullable(Of Boolean) = Nothing, Optional geo As String = Nothing, Optional noInternetAdvertise As Nullable(Of Boolean) = Nothing, Optional prefixType As String = Nothing, Optional publicIpPrefixes As IList(Of SubResource) = Nothing, Optional resourceGuid As String = Nothing, Optional failedReason As String = Nothing, Optional provisioningState As String = Nothing, Optional etag As String = Nothing, Optional zones As IList(Of String) = Nothing)
Parameter
- id
- String
Ressourcen-ID
- name
- String
Name der Ressource.
- type
- String
Der Ressourcentyp.
- location
- String
Ressourcenspeicherort
- tags
- IDictionary<String,String>
Ressourcentags.
- extendedLocation
- ExtendedLocation
Der erweiterte Speicherort des benutzerdefinierten IP-Präfixes.
- asn
- String
Die ASN für CIDR-Werbung. Sollte eine ganze Zahl als Zeichenfolge sein.
- cidr
- String
Der Präfixbereich in DER CIDR-Notation. Sollte die Startadresse und die Präfixlänge enthalten.
- signedMessage
- String
Signierte Nachricht für die WAN-Überprüfung.
- authorizationMessage
- String
Autorisierungsmeldung für die WAN-Überprüfung.
- customIpPrefixParent
- SubResource
Das übergeordnete CustomIpPrefix für IPv6 /64 CustomIpPrefix.
- childCustomIpPrefixes
- IList<SubResource>
Die Liste aller Untergeordneten für IPv6 /48 CustomIpPrefix.
- commissionedState
- String
Der Auftragsstatus des präfixbenutzerdefinierten IP. Mögliche Werte sind: "Provisioning", "Provisioned", "Commissioning", "CommissionedNoInternetAdvertise", "Commissioned", "Decommissioning", "Deprovisioning", "Deprovisioned".
- geo
- String
Die Geo for CIDR-Werbung. Sollte ein Geocode sein. Mögliche Werte sind: "GLOBAL", "AFRI", "APAC", "EURO", "LATAM", "NAM", "ME", "OCEANIA", "AQ"
- prefixType
- String
Typ des benutzerdefinierten IP-Präfixes. Sollte Singular, Parent oder Child sein. Mögliche Werte: "Singular", "Parent", "Child"
- publicIpPrefixes
- IList<SubResource>
Die Liste aller PublicIpPrefixes, auf die verwiesen wird.
- resourceGuid
- String
Die GUID-Eigenschaft der benutzerdefinierten IP-Präfixressource.
- failedReason
- String
Der Grund, warum sich die Ressource im Fehlerzustand befindet.
- provisioningState
- String
Der Bereitstellungsstatus der benutzerdefinierten IP-Präfixressource. Mögliche Werte: "Erfolgreich", "Aktualisieren", "Löschen", "Fehler"
- etag
- String
Eine eindeutige schreibgeschützte Zeichenfolge, die sich ändert, wenn die Ressource aktualisiert wird.
Eine Liste der Verfügbarkeitszonen, die die IP-Adresse angibt, die für die Ressourcenanforderungen zugewiesen ist.
Gilt für:
Azure SDK for .NET