次の方法で共有


ISupportsGettingByNameAsync<T> インターフェイス

定義

名前に基づいて特定のリソースを取得するためのアクセスを提供します。 (このインターフェイスは、ユーザー コードによって実装されるものではありません。

public interface ISupportsGettingByNameAsync<T> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<T>
type ISupportsGettingByNameAsync<'T> = interface
    interface ISupportsGettingByName<'T>
Public Interface ISupportsGettingByNameAsync(Of T)
Implements ISupportsGettingByName(Of T)

型パラメーター

T

リソース コレクションの型。

派生
実装

メソッド

GetByName(String)

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

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

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

(継承元 ISupportsGettingByName<T>)

適用対象