共用方式為


IWithPremiumVerizonCreate 介面

定義

定義的階段,其中包含要建立之資源的所有最小必要輸入,但也允許指定任何其他選擇性設定。

public interface IWithPremiumVerizonCreate : Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithCreate, Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithPremiumVerizonCreateBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, 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 IWithPremiumVerizonCreate = interface
    interface IWithCreate
    interface ICreatable<ICdnProfile>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IWithPremiumVerizonCreateBeta
    interface IBeta
Public Interface IWithPremiumVerizonCreate
Implements IBeta, ICreatable(Of ICdnProfile), IDefinitionWithTags(Of IWithCreate), IWithCreate, IWithPremiumVerizonCreateBeta
衍生
實作

屬性

Key

定義的階段,其中包含要建立之資源的所有最小必要輸入,但也允許指定任何其他選擇性設定。

(繼承來源 IIndexable)
Name

取得可建立資源的名稱。

(繼承來源 ICreatable<T>)

方法

Create()

執行建立要求。

(繼承來源 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

將要求放入佇列中,並允許 HTTP 用戶端在系統資源可用時執行。

(繼承來源 ICreatable<T>)
DefineNewPremiumEndpoint()

啟動要附加至 CDN 設定檔的新端點定義。

(繼承來源 IWithPremiumVerizonCreateBeta)
DefineNewPremiumEndpoint(String)

啟動要附加至 CDN 設定檔的新端點定義。

DefineNewPremiumEndpoint(String, String)

啟動要附加至 CDN 設定檔的新端點定義。

(繼承來源 IWithPremiumVerizonCreateBeta)
WithNewPremiumEndpoint(String)

將新的端點新增至目前的 CDN 設定檔。

WithTag(String, String)

將標籤新增至資源。

(繼承來源 IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

將資源的標籤指定為 {@link Map}。

(繼承來源 IDefinitionWithTags<T>)

適用於