次の方法で共有


NetworkIPAllocationMethod 構造体

定義

IP アドレスの割り当て方法。

public readonly struct NetworkIPAllocationMethod : IEquatable<Azure.ResourceManager.Network.Models.NetworkIPAllocationMethod>
type NetworkIPAllocationMethod = struct
Public Structure NetworkIPAllocationMethod
Implements IEquatable(Of NetworkIPAllocationMethod)
継承
NetworkIPAllocationMethod
実装

コンストラクター

NetworkIPAllocationMethod(String)

NetworkIPAllocationMethod の新しいインスタンスを初期化します。

プロパティ

Dynamic

[動的]

Static

静的。

メソッド

Equals(NetworkIPAllocationMethod)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(NetworkIPAllocationMethod, NetworkIPAllocationMethod)

2 つの NetworkIPAllocationMethod 値が同じかどうかを判断します。

Implicit(String to NetworkIPAllocationMethod)

文字列を NetworkIPAllocationMethod に変換します。

Inequality(NetworkIPAllocationMethod, NetworkIPAllocationMethod)

2 つの NetworkIPAllocationMethod 値が同じでないかどうかを判断します。

適用対象