次の方法で共有


IPAddressAllocationMethod 構造体

定義

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

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

コンストラクター

IPAddressAllocationMethod(String)

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

プロパティ

Dynamic

動的。

Linklayer

linklayer。

Other

他。

Random

ランダム。

Static

静的。

Unset

解除。

メソッド

Equals(IPAddressAllocationMethod)

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

ToString()

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

演算子

Equality(IPAddressAllocationMethod, IPAddressAllocationMethod)

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

Implicit(String to IPAddressAllocationMethod)

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

Inequality(IPAddressAllocationMethod, IPAddressAllocationMethod)

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

適用対象