你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Profile 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Profile() |
初始化 Profile 类的新实例。 |
Profile(String, Sku, String, String, String, SystemData, IDictionary<String,String>, String, String, String) |
初始化 Profile 类的新实例。 |
Profile()
初始化 Profile 类的新实例。
public Profile ();
Public Sub New ()
适用于
Profile(String, Sku, String, String, String, SystemData, IDictionary<String,String>, String, String, String)
初始化 Profile 类的新实例。
public Profile (string location, Microsoft.Azure.Management.Cdn.Models.Sku sku, string id = default, string name = default, string type = default, Microsoft.Azure.Management.Cdn.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, string resourceState = default, string provisioningState = default, string frontdoorId = default);
new Microsoft.Azure.Management.Cdn.Models.Profile : string * Microsoft.Azure.Management.Cdn.Models.Sku * string * string * string * Microsoft.Azure.Management.Cdn.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * string * string * string -> Microsoft.Azure.Management.Cdn.Models.Profile
Public Sub New (location As String, sku As Sku, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional resourceState As String = Nothing, Optional provisioningState As String = Nothing, Optional frontdoorId As String = Nothing)
参数
- location
- String
资源位置。
- sku
- Sku
定价层 (定义 CDN 配置文件的 CDN 提供程序、功能列表和费率) 。
- id
- String
资源 ID。
- name
- String
资源名称。
- type
- String
资源类型。
- systemData
- SystemData
- tags
- IDictionary<String,String>
资源标记。
- resourceState
- String
配置文件的资源状态。 可能的值包括:“Create”、“Active”、“Deleting”、“Disabled”
- provisioningState
- String
配置文件的预配状态。
- frontdoorId
- String
前门的 ID。