IWithCreate 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義的階段,其中包含要建立之資源的所有最小必要輸入,但也允許指定任何其他選擇性設定。
public interface IWithCreate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Cdn.Fluent.ICdnProfile>
type IWithCreate = interface
interface ICreatable<ICdnProfile>
interface IIndexable
interface IDefinitionWithTags<IWithCreate>
Public Interface IWithCreate
Implements ICreatable(Of ICdnProfile), IDefinitionWithTags(Of IWithCreate)
- 衍生
- 實作
屬性
Key |
定義的階段,其中包含要建立之資源的所有最小必要輸入,但也允許指定任何其他選擇性設定。 (繼承來源 IIndexable) |
Name |
取得可建立資源的名稱。 (繼承來源 ICreatable<T>) |
方法
Create() |
執行建立要求。 (繼承來源 ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
將要求放入佇列,並允許 HTTP 用戶端在系統資源可用時執行。 (繼承來源 ICreatable<T>) |
WithTag(String, String) |
將標籤新增至資源。 (繼承來源 IDefinitionWithTags<T>) |
WithTags(IDictionary<String,String>) |
將資源的標籤指定為 {@link Map}。 (繼承來源 IDefinitionWithTags<T>) |