NginxPrivateIPAllocationMethod 構造体

定義

NginxPrivateIPAllocationMethod。

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

コンストラクター

NginxPrivateIPAllocationMethod(String)

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

プロパティ

Dynamic

[動的]

Static

静的。

メソッド

Equals(NginxPrivateIPAllocationMethod)

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

ToString()

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

演算子

Equality(NginxPrivateIPAllocationMethod, NginxPrivateIPAllocationMethod)

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

Implicit(String to NginxPrivateIPAllocationMethod)

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

Inequality(NginxPrivateIPAllocationMethod, NginxPrivateIPAllocationMethod)

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

適用対象