次の方法で共有


ManagedInstanceOperationParametersPair コンストラクター

定義

オーバーロード

ManagedInstanceOperationParametersPair()

ManagedInstanceOperationParametersPair クラスの新しいインスタンスを初期化します。

ManagedInstanceOperationParametersPair(UpsertManagedServerOperationParameters, UpsertManagedServerOperationParameters)

ManagedInstanceOperationParametersPair クラスの新しいインスタンスを初期化します。

ManagedInstanceOperationParametersPair()

ManagedInstanceOperationParametersPair クラスの新しいインスタンスを初期化します。

public ManagedInstanceOperationParametersPair ();
Public Sub New ()

適用対象

ManagedInstanceOperationParametersPair(UpsertManagedServerOperationParameters, UpsertManagedServerOperationParameters)

ManagedInstanceOperationParametersPair クラスの新しいインスタンスを初期化します。

public ManagedInstanceOperationParametersPair (Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationParameters currentParameters = default, Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationParameters requestedParameters = default);
new Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationParametersPair : Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationParameters * Microsoft.Azure.Management.Sql.Models.UpsertManagedServerOperationParameters -> Microsoft.Azure.Management.Sql.Models.ManagedInstanceOperationParametersPair
Public Sub New (Optional currentParameters As UpsertManagedServerOperationParameters = Nothing, Optional requestedParameters As UpsertManagedServerOperationParameters = Nothing)

パラメーター

currentParameters
UpsertManagedServerOperationParameters

現在のパラメーター。

requestedParameters
UpsertManagedServerOperationParameters

要求されたパラメーター。

適用対象