你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArmCustomerInsightsModelFactory.HubData 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 HubData 的新实例。
public static Azure.ResourceManager.CustomerInsights.HubData HubData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string apiEndpoint = default, string webEndpoint = default, string provisioningState = default, int? tenantFeatures = default, Azure.ResourceManager.CustomerInsights.Models.HubBillingInfoFormat hubBillingInfo = default);
static member HubData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * string * string * Nullable<int> * Azure.ResourceManager.CustomerInsights.Models.HubBillingInfoFormat -> Azure.ResourceManager.CustomerInsights.HubData
Public Shared Function HubData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional apiEndpoint As String = Nothing, Optional webEndpoint As String = Nothing, Optional provisioningState As String = Nothing, Optional tenantFeatures As Nullable(Of Integer) = Nothing, Optional hubBillingInfo As HubBillingInfoFormat = Nothing) As HubData
参数
ID。
- name
- String
名称。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- tags
- IDictionary<String,String>
标记。
- location
- AzureLocation
位置。
- apiEndpoint
- String
中心的 API 终结点 URL。
- webEndpoint
- String
中心的 Web 终结点 URL。
- provisioningState
- String
中心的预配状态。
已启用的中心功能的位标志。 位 0 设置为 1 表示图形已启用;如果设置为 0,则禁用图形。 位 1 设置为 1 表示中心已禁用,或者如果设置为 0,则启用。
- hubBillingInfo
- HubBillingInfoFormat
中心的计费设置。
返回
用于模拟的新 HubData 实例。