次の方法で共有


IResourceGroups インターフェイス

定義

リソース グループ管理 API へのエントリ ポイント。

public interface IResourceGroups : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBeginDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.ResourceManager.Fluent.ResourceGroup.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByTag<Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroup>
type IResourceGroups = interface
    interface ISupportsListing<IResourceGroup>
    interface ISupportsListingByTag<IResourceGroup>
    interface ISupportsGettingByName<IResourceGroup>
    interface ISupportsCreating<IBlank>
    interface ISupportsDeletingByName
    interface ISupportsBeginDeletingByName
    interface ISupportsBatchCreation<IResourceGroup>
Public Interface IResourceGroups
Implements ISupportsBatchCreation(Of IResourceGroup), ISupportsBeginDeletingByName, ISupportsCreating(Of IBlank), ISupportsDeletingByName, ISupportsGettingByName(Of IResourceGroup), ISupportsListing(Of IResourceGroup), ISupportsListingByTag(Of IResourceGroup)
実装

メソッド

BeginDeleteByName(String)

Azure からリソースの削除を開始し、リソース名で識別します。 get() が null を返すまで、リソースは維持されます。

(継承元 ISupportsBeginDeletingByName)
BeginDeleteByNameAsync(String, CancellationToken)

Azure からリソースの削除を開始し、リソース名で識別します。 get() が null を返すまで、リソースは維持されます。

(継承元 ISupportsBeginDeletingByName)
CheckExistence(String)
古い.

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

CheckExistenceAsync(String, CancellationToken)
古い.

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

Contain(String)

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

ContainAsync(String, CancellationToken)

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

Create(ICreatable<IFluentResourceT>[])

リソースのセット (バッチ) を作成します。

(継承元 ISupportsBatchCreation<IFluentResourceT>)
Create(IEnumerable<ICreatable<IFluentResourceT>>)

リソースのセット (バッチ) を作成します。

(継承元 ISupportsBatchCreation<IFluentResourceT>)
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken)

リソースのセット (バッチ) を作成します。

(継承元 ISupportsBatchCreation<IFluentResourceT>)
Define(String)

リソース グループ管理 API へのエントリ ポイント。

(継承元 ISupportsCreating<T>)
DeleteByName(String)

Azure からリソースを削除し、リソース名で識別します。

(継承元 ISupportsDeletingByName)
DeleteByName(String, String)

Azure からリソースを削除し、リソース名で識別します。

DeleteByNameAsync(String, CancellationToken)

リソースを Azure から非同期的に削除し、リソース名で識別します。

(継承元 ISupportsDeletingByName)
DeleteByNameAsync(String, String, CancellationToken)

リソースを Azure から非同期的に削除し、リソース名で識別します。

GetByName(String)

現在のリソース グループ内のリソース名に基づいて、Azure からリソースに関する情報を取得します。

(継承元 ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

現在のリソース グループ内のリソース名に基づいて、Azure からリソースに関する情報を取得します。

(継承元 ISupportsGettingByName<T>)
List()

現在選択されているサブスクリプション内の指定した種類のすべてのリソースを一覧表示します。

(継承元 ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

現在選択されているサブスクリプション内の指定した種類のすべてのリソースを一覧表示します。

(継承元 ISupportsListing<T>)
ListByTag(String, String)

指定したタグを持つすべてのリソースを一覧表示します。

(継承元 ISupportsListingByTag<T>)
ListByTagAsync(String, String, Boolean, CancellationToken)

指定したタグを持つすべてのリソースを一覧表示します。

(継承元 ISupportsListingByTag<T>)

適用対象