次の方法で共有


ISqlVirtualMachineGroupsOperations インターフェイス

定義

SqlVirtualMachineGroupsOperations 操作。

public interface ISqlVirtualMachineGroupsOperations
type ISqlVirtualMachineGroupsOperations = interface
Public Interface ISqlVirtualMachineGroupsOperations

メソッド

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, SqlVirtualMachineGroup, Dictionary<String,List<String>>, CancellationToken)

SQL 仮想マシン グループを作成または更新します。

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

SQL 仮想マシン グループを削除します。

BeginUpdateWithHttpMessagesAsync(String, String, SqlVirtualMachineGroupUpdate, Dictionary<String,List<String>>, CancellationToken)

SQL 仮想マシン グループ タグを更新します。

CreateOrUpdateWithHttpMessagesAsync(String, String, SqlVirtualMachineGroup, Dictionary<String,List<String>>, CancellationToken)

SQL 仮想マシン グループを作成または更新します。

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

SQL 仮想マシン グループを削除します。

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

SQL 仮想マシン グループを取得します。

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

リソース グループ内のすべての SQL 仮想マシン グループを取得します。

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

リソース グループ内のすべての SQL 仮想マシン グループを取得します。

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

サブスクリプション内のすべての SQL 仮想マシン グループを取得します。

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

サブスクリプション内のすべての SQL 仮想マシン グループを取得します。

UpdateWithHttpMessagesAsync(String, String, SqlVirtualMachineGroupUpdate, Dictionary<String,List<String>>, CancellationToken)

SQL 仮想マシン グループ タグを更新します。

拡張メソッド

BeginCreateOrUpdate(ISqlVirtualMachineGroupsOperations, String, String, SqlVirtualMachineGroup)

SQL 仮想マシン グループを作成または更新します。

BeginCreateOrUpdateAsync(ISqlVirtualMachineGroupsOperations, String, String, SqlVirtualMachineGroup, CancellationToken)

SQL 仮想マシン グループを作成または更新します。

BeginDelete(ISqlVirtualMachineGroupsOperations, String, String)

SQL 仮想マシン グループを削除します。

BeginDeleteAsync(ISqlVirtualMachineGroupsOperations, String, String, CancellationToken)

SQL 仮想マシン グループを削除します。

BeginUpdate(ISqlVirtualMachineGroupsOperations, String, String, SqlVirtualMachineGroupUpdate)

SQL 仮想マシン グループ タグを更新します。

BeginUpdateAsync(ISqlVirtualMachineGroupsOperations, String, String, SqlVirtualMachineGroupUpdate, CancellationToken)

SQL 仮想マシン グループ タグを更新します。

CreateOrUpdate(ISqlVirtualMachineGroupsOperations, String, String, SqlVirtualMachineGroup)

SQL 仮想マシン グループを作成または更新します。

CreateOrUpdateAsync(ISqlVirtualMachineGroupsOperations, String, String, SqlVirtualMachineGroup, CancellationToken)

SQL 仮想マシン グループを作成または更新します。

Delete(ISqlVirtualMachineGroupsOperations, String, String)

SQL 仮想マシン グループを削除します。

DeleteAsync(ISqlVirtualMachineGroupsOperations, String, String, CancellationToken)

SQL 仮想マシン グループを削除します。

Get(ISqlVirtualMachineGroupsOperations, String, String)

SQL 仮想マシン グループを取得します。

GetAsync(ISqlVirtualMachineGroupsOperations, String, String, CancellationToken)

SQL 仮想マシン グループを取得します。

List(ISqlVirtualMachineGroupsOperations)

サブスクリプション内のすべての SQL 仮想マシン グループを取得します。

ListAsync(ISqlVirtualMachineGroupsOperations, CancellationToken)

サブスクリプション内のすべての SQL 仮想マシン グループを取得します。

ListByResourceGroup(ISqlVirtualMachineGroupsOperations, String)

リソース グループ内のすべての SQL 仮想マシン グループを取得します。

ListByResourceGroupAsync(ISqlVirtualMachineGroupsOperations, String, CancellationToken)

リソース グループ内のすべての SQL 仮想マシン グループを取得します。

ListByResourceGroupNext(ISqlVirtualMachineGroupsOperations, String)

リソース グループ内のすべての SQL 仮想マシン グループを取得します。

ListByResourceGroupNextAsync(ISqlVirtualMachineGroupsOperations, String, CancellationToken)

リソース グループ内のすべての SQL 仮想マシン グループを取得します。

ListNext(ISqlVirtualMachineGroupsOperations, String)

サブスクリプション内のすべての SQL 仮想マシン グループを取得します。

ListNextAsync(ISqlVirtualMachineGroupsOperations, String, CancellationToken)

サブスクリプション内のすべての SQL 仮想マシン グループを取得します。

Update(ISqlVirtualMachineGroupsOperations, String, String, SqlVirtualMachineGroupUpdate)

SQL 仮想マシン グループ タグを更新します。

UpdateAsync(ISqlVirtualMachineGroupsOperations, String, String, SqlVirtualMachineGroupUpdate, CancellationToken)

SQL 仮想マシン グループ タグを更新します。

適用対象