ResourceGroupsOperationsExtensions クラス

定義

ResourceGroupsOperations の拡張メソッド。

public static class ResourceGroupsOperationsExtensions
type ResourceGroupsOperationsExtensions = class
Public Module ResourceGroupsOperationsExtensions
継承
ResourceGroupsOperationsExtensions

メソッド

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)

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

適用対象