你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ICdnProfile 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 |
获取资源 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) |