IpAllocation Klasse
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.
IpAllocation-Ressource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class IpAllocation : Microsoft.Azure.Management.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type IpAllocation = class
inherit Resource
Public Class IpAllocation
Inherits Resource
- Vererbung
- Attribute
Konstruktoren
IpAllocation() |
Initialisiert eine neue instance der IpAllocation-Klasse. |
IpAllocation(String, String, String, String, IDictionary<String, String>, SubResource, SubResource, String, String, Nullable<Int32>, String, String, IDictionary<String,String>, String) |
Initialisiert eine neue instance der IpAllocation-Klasse. |
Eigenschaften
AllocationTags |
Ruft ipAllocation-Tags ab oder legt diese fest. |
Etag |
Ruft eine eindeutige schreibgeschützte Zeichenfolge ab, die sich ändert, wenn die Ressource aktualisiert wird. |
Id |
Ruft die Ressourcen-ID ab oder legt sie fest. (Geerbt von Resource) |
IpAllocationType |
Ruft den Typ für ipAllocation ab oder legt den Typ fest. Mögliche Werte: "Undefined", "Hypernet" |
IpamAllocationId |
Ruft die IPAM-Zuordnungs-ID ab oder legt sie fest. |
Location |
Ruft den Ressourcenspeicherort ab oder legt diese fest. (Geerbt von Resource) |
Name |
Ruft den Ressourcennamen ab. (Geerbt von Resource) |
Prefix |
Ruft das Adresspräfix für ipAllocation ab oder legt es fest. |
PrefixLength |
Ruft die Länge des Adresspräfixes für ipAllocation ab oder legt diese fest. |
PrefixType |
Ruft den Adresspräfixtyp für ipAllocation ab oder legt dieses fest. Mögliche Werte: "IPv4", "IPv6" |
Subnet |
Ruft das Subnetz ab, das das Präfix dieser IpAllocation-Ressource verwendet. |
Tags |
Ruft Ressourcentags ab oder legt diese fest. (Geerbt von Resource) |
Type |
Ruft den Ressourcentyp ab. (Geerbt von Resource) |
VirtualNetwork |
Ruft das VirtualNetwork ab, das das Präfix dieser IpAllocation-Ressource verwendet. |
Gilt für:
Azure SDK for .NET