次の方法で共有


InboundEndpointIPAllocationMethod 構造体

定義

プライベート IP アドレスの割り当て方法。

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

コンストラクター

InboundEndpointIPAllocationMethod(String)

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

プロパティ

Dynamic

[動的]

Static

静的。

メソッド

Equals(InboundEndpointIPAllocationMethod)

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

ToString()

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

演算子

Equality(InboundEndpointIPAllocationMethod, InboundEndpointIPAllocationMethod)

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

Implicit(String to InboundEndpointIPAllocationMethod)

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

Inequality(InboundEndpointIPAllocationMethod, InboundEndpointIPAllocationMethod)

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

適用対象