你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmHybridNetworkModelFactory.ComponentProperties 方法

定义

初始化 ComponentProperties 的新实例。

public static Azure.ResourceManager.HybridNetwork.Models.ComponentProperties ComponentProperties (Azure.ResourceManager.HybridNetwork.Models.ProvisioningState? provisioningState = default, string deploymentProfile = default, Azure.ResourceManager.HybridNetwork.Models.DeploymentStatusProperties deploymentStatus = default);
static member ComponentProperties : Nullable<Azure.ResourceManager.HybridNetwork.Models.ProvisioningState> * string * Azure.ResourceManager.HybridNetwork.Models.DeploymentStatusProperties -> Azure.ResourceManager.HybridNetwork.Models.ComponentProperties
Public Shared Function ComponentProperties (Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional deploymentProfile As String = Nothing, Optional deploymentStatus As DeploymentStatusProperties = Nothing) As ComponentProperties

参数

provisioningState
Nullable<ProvisioningState>

组件资源的预配状态。

deploymentProfile
String

组件资源的 JSON 序列化部署配置文件。

deploymentStatus
DeploymentStatusProperties

组件资源的部署状态。

返回

用于模拟的新 ComponentProperties 实例。

适用于