IResourceGroupsOperations インターフェイス

定義

ResourceGroupsOperations 操作。

public interface IResourceGroupsOperations
type IResourceGroupsOperations = interface
Public Interface IResourceGroupsOperations

メソッド

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

リソース グループを削除します。

BeginExportTemplateWithHttpMessagesAsync(String, ExportTemplateRequest, Dictionary<String,List<String>>, CancellationToken)

指定したリソース グループをテンプレートとしてキャプチャします。

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

リソース グループが存在するかどうかを確認します。

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

リソース グループを作成または更新します。

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

リソース グループを削除します。

ExportTemplateWithHttpMessagesAsync(String, ExportTemplateRequest, Dictionary<String,List<String>>, CancellationToken)

指定したリソース グループをテンプレートとしてキャプチャします。

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

リソース グループを取得します。

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

サブスクリプションのすべてのリソース グループを取得します。

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

サブスクリプションのすべてのリソース グループを取得します。

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

リソース グループを更新します。

拡張メソッド

BeginDelete(IResourceGroupsOperations, String, String)

リソース グループを削除します。

BeginDeleteAsync(IResourceGroupsOperations, String, String, CancellationToken)

リソース グループを削除します。

BeginExportTemplate(IResourceGroupsOperations, String, ExportTemplateRequest)

指定したリソース グループをテンプレートとしてキャプチャします。

BeginExportTemplateAsync(IResourceGroupsOperations, String, ExportTemplateRequest, CancellationToken)

指定したリソース グループをテンプレートとしてキャプチャします。

CheckExistence(IResourceGroupsOperations, String)

リソース グループが存在するかどうかを確認します。

CheckExistenceAsync(IResourceGroupsOperations, String, CancellationToken)

リソース グループが存在するかどうかを確認します。

CreateOrUpdate(IResourceGroupsOperations, String, ResourceGroup)

リソース グループを作成または更新します。

CreateOrUpdateAsync(IResourceGroupsOperations, String, ResourceGroup, CancellationToken)

リソース グループを作成または更新します。

Delete(IResourceGroupsOperations, String, String)

リソース グループを削除します。

DeleteAsync(IResourceGroupsOperations, String, String, CancellationToken)

リソース グループを削除します。

ExportTemplate(IResourceGroupsOperations, String, ExportTemplateRequest)

指定したリソース グループをテンプレートとしてキャプチャします。

ExportTemplateAsync(IResourceGroupsOperations, String, ExportTemplateRequest, CancellationToken)

指定したリソース グループをテンプレートとしてキャプチャします。

Get(IResourceGroupsOperations, String)

リソース グループを取得します。

GetAsync(IResourceGroupsOperations, String, CancellationToken)

リソース グループを取得します。

List(IResourceGroupsOperations, ODataQuery<ResourceGroupFilter>)

サブスクリプションのすべてのリソース グループを取得します。

ListAsync(IResourceGroupsOperations, ODataQuery<ResourceGroupFilter>, CancellationToken)

サブスクリプションのすべてのリソース グループを取得します。

ListNext(IResourceGroupsOperations, String)

サブスクリプションのすべてのリソース グループを取得します。

ListNextAsync(IResourceGroupsOperations, String, CancellationToken)

サブスクリプションのすべてのリソース グループを取得します。

Update(IResourceGroupsOperations, String, ResourceGroupPatchable)

リソース グループを更新します。

UpdateAsync(IResourceGroupsOperations, String, ResourceGroupPatchable, CancellationToken)

リソース グループを更新します。

適用対象