IpAllocation クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IpAllocation リソース。
[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
- 継承
- 属性
コンストラクター
IpAllocation() |
IpAllocation クラスの新しいインスタンスを初期化します。 |
IpAllocation(String, String, String, String, IDictionary<String, String>, SubResource, SubResource, String, String, Nullable<Int32>, String, String, IDictionary<String,String>, String) |
IpAllocation クラスの新しいインスタンスを初期化します。 |
プロパティ
AllocationTags |
ipAllocation タグを取得または設定します。 |
Etag |
リソースが更新されるたびに変更される一意の読み取り専用文字列を取得します。 |
Id |
リソース ID を取得または設定します。 (継承元 Resource) |
IpAllocationType |
IpAllocation の型を取得または設定します。 使用可能な値は、'Undefined'、'Hypernet' です。 |
IpamAllocationId |
IPAM 割り当て ID を取得または設定します。 |
Location |
リソースの場所を取得または設定します。 (継承元 Resource) |
Name |
リソース名を取得します。 (継承元 Resource) |
Prefix |
IpAllocation のアドレス プレフィックスを取得または設定します。 |
PrefixLength |
IpAllocation のアドレス プレフィックスの長さを取得または設定します。 |
PrefixType |
IpAllocation のアドレス プレフィックス Type を取得または設定します。 使用可能な値は、'IPv4'、'IPv6' です。 |
Subnet |
この IpAllocation リソースのプレフィックスを使用するサブネットを取得します。 |
Tags |
リソース タグを取得または設定します。 (継承元 Resource) |
Type |
リソースの種類を取得します。 (継承元 Resource) |
VirtualNetwork |
この IpAllocation リソースのプレフィックスを使用する VirtualNetwork を取得します。 |
適用対象
Azure SDK for .NET