次の方法で共有


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

定義

public interface ICreatable<T> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable
type ICreatable<'T> = interface
    interface IIndexable
Public Interface ICreatable(Of T)
Implements IIndexable

型パラメーター

T
派生
実装

プロパティ

Key (継承元 IIndexable)
Name

作成可能なリソースの名前を取得します。

メソッド

Create()

作成要求を実行します。

CreateAsync(CancellationToken, Boolean)

要求をキューに格納し、システム リソースが使用可能になったときに HTTP クライアントが要求を実行できるようにします。

適用対象