ICreatable<T> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
- 衍生
-
Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IDefinition
- 實作
屬性
Key | (繼承來源 IIndexable) |
Name |
取得可建立資源的名稱。 |
方法
Create() |
執行建立要求。 |
CreateAsync(CancellationToken, Boolean) |
將要求放入佇列中,並允許 HTTP 用戶端在系統資源可用時執行。 |