次の方法で共有


SyncRemoteAddressSpace 構造体

定義

SyncRemoteAddressSpace。

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

コンストラクター

SyncRemoteAddressSpace(String)

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

プロパティ

True

true。

メソッド

Equals(SyncRemoteAddressSpace)

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

ToString()

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

演算子

Equality(SyncRemoteAddressSpace, SyncRemoteAddressSpace)

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

Implicit(String to SyncRemoteAddressSpace)

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

Inequality(SyncRemoteAddressSpace, SyncRemoteAddressSpace)

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

適用対象