共用方式為


ICdnProfile 介面

定義

Azure CDN 設定檔的不可變用戶端標記法。

public interface ICdnProfile : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.Cdn.Fluent.ICdnManager,Microsoft.Azure.Management.Cdn.Fluent.Models.ProfileInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Cdn.Fluent.Models.ProfileInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Cdn.Fluent.ICdnManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Cdn.Fluent.ICdnProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate>
type ICdnProfile = interface
    interface IGroupableResource<ICdnManager, ProfileInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<ICdnManager>
    interface IHasInner<ProfileInner>
    interface IRefreshable<ICdnProfile>
    interface IUpdatable<IUpdate>
Public Interface ICdnProfile
Implements IGroupableResource(Of ICdnManager, ProfileInner), IHasInner(Of ProfileInner), IHasManager(Of ICdnManager), IRefreshable(Of ICdnProfile), IUpdatable(Of IUpdate)
實作

屬性

Endpoints

取得 CDN 管理員設定檔中的端點,並依名稱編制索引。

Id

取得資源識別碼字串

(繼承來源 IHasId)
Inner

Azure CDN 設定檔的不可變用戶端標記法。

(繼承來源 IHasInner<T>)
IsPremiumVerizon

如果此 CDN 設定檔的 SKU 是 Premium Verizon,則取得 true,否則為 false。

Key

Azure CDN 設定檔的不可變用戶端標記法。

(繼承來源 IIndexable)
Manager

取得此資源類型的管理員用戶端類型。

(繼承來源 IHasManager<ManagerT>)
Name

取得資源的名稱

(繼承來源 IHasName)
Region

Azure CDN 設定檔的不可變用戶端標記法。

(繼承來源 IResource)
RegionName

Azure CDN 設定檔的不可變用戶端標記法。

(繼承來源 IResource)
ResourceGroupName

Azure CDN 設定檔的不可變用戶端標記法。

(繼承來源 IHasResourceGroup)
ResourceState

取得 CDN 設定檔狀態。

Sku

取得 CDN 設定檔的 SKU。

Tags

Azure CDN 設定檔的不可變用戶端標記法。

(繼承來源 IResource)
Type

Azure CDN 設定檔的不可變用戶端標記法。

(繼承來源 IResource)

方法

CheckEndpointNameAvailability(String)

檢查端點名稱的可用性,而不需建立 CDN 端點。

CheckEndpointNameAvailabilityAsync(String, CancellationToken)

檢查端點名稱的可用性,而不需以非同步方式建立 CDN 端點。

GenerateSsoUri()

產生動態 SSO URI,用來登入用於進階管理工作的 CDN 補充入口網站。

GenerateSsoUriAsync(CancellationToken)

以非同步方式產生動態 SSO URI,用來登入用於進階管理工作的 CDN 補充入口網站。

ListResourceUsage()

Azure CDN 設定檔的不可變用戶端標記法。

LoadEndpointContent(String, ISet<String>)

強制在 CDN 設定檔中預先載入 CDN 端點內容。 請注意,這僅適用于 Verizon 設定檔。

LoadEndpointContentAsync(String, ISet<String>, CancellationToken)

強制在 CDN 設定檔中以非同步方式預先載入 CDN 端點內容。 請注意,這僅適用于 Verizon 設定檔。

PurgeEndpointContent(String, ISet<String>)

強制清除 CDN 設定檔中的 CDN 端點內容。

PurgeEndpointContentAsync(String, ISet<String>, CancellationToken)

以非同步方式清除 CDN 設定檔中的 CDN 端點內容。

Refresh()

重新整理要與 Azure 同步處理的資源。

(繼承來源 IRefreshable<T>)
RefreshAsync(CancellationToken)

重新整理要與 Azure 同步處理的資源。

(繼承來源 IRefreshable<T>)
StartEndpoint(String)

啟動已停止的 CDN 端點。

StartEndpointAsync(String, CancellationToken)

以非同步方式啟動已停止的 CDN 端點。

StopEndpoint(String)

停止執行中的 CDN 端點。

StopEndpointAsync(String, CancellationToken)

以非同步方式停止執行中的 CDN 端點。

Update()

Azure CDN 設定檔的不可變用戶端標記法。

(繼承來源 IUpdatable<T>)
ValidateEndpointCustomDomain(String, String)

驗證自訂網域對應,以確保它對應至目前設定檔中 DNS 中的正確 CNAME。

ValidateEndpointCustomDomainAsync(String, String, CancellationToken)

驗證自訂網域對應,以確保它以非同步方式對應至 DNS 中正確的 CNAME。

適用於