UpsertManagedServerOperationStepStatus 構造体

定義

UpsertManagedServerOperationStepStatus。

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

コンストラクター

UpsertManagedServerOperationStepStatus(String)

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

プロパティ

Canceled

キャンセル。

Completed

完了。

Failed

失敗。

InProgress

InProgress。

NotStarted

NotStarted。

SlowedDown

SlowedDown。

メソッド

Equals(UpsertManagedServerOperationStepStatus)

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

ToString()

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

演算子

Equality(UpsertManagedServerOperationStepStatus, UpsertManagedServerOperationStepStatus)

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

Implicit(String to UpsertManagedServerOperationStepStatus)

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

Inequality(UpsertManagedServerOperationStepStatus, UpsertManagedServerOperationStepStatus)

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

適用対象