次の方法で共有


NetAppEndpointType 構造体

定義

ローカル ボリュームがボリューム レプリケーションのソースか宛先かを示します。

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

コンストラクター

NetAppEndpointType(String)

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

プロパティ

Destination

Dst。

Source

Src。

メソッド

Equals(NetAppEndpointType)

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

ToString()

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

演算子

Equality(NetAppEndpointType, NetAppEndpointType)

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

Implicit(String to NetAppEndpointType)

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

Inequality(NetAppEndpointType, NetAppEndpointType)

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

適用対象