次の方法で共有


RestorePointExpand 構造体

定義

RestorePointExpand。

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

コンストラクター

RestorePointExpand(String)

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

プロパティ

InstanceView

instanceView。

メソッド

Equals(RestorePointExpand)

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

ToString()

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

演算子

Equality(RestorePointExpand, RestorePointExpand)

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

Implicit(String to RestorePointExpand)

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

Inequality(RestorePointExpand, RestorePointExpand)

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

適用対象