共用方式為


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 用戶端在系統資源可用時執行。

適用於