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

PSDeploymentResult Constructors

Definition

Overloads

PSDeploymentResult()
PSDeploymentResult(PSDeploymentExtended, PSCluster, String, List<PSKeyVault>)

PSDeploymentResult()

public PSDeploymentResult ();
Public Sub New ()

Applies to

PSDeploymentResult(PSDeploymentExtended, PSCluster, String, List<PSKeyVault>)

public PSDeploymentResult (Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentExtended deployment, Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster cluster, string vmUserName, System.Collections.Generic.List<Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault> certificates);
new Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentResult : Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentExtended * Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster * string * System.Collections.Generic.List<Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault> -> Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentResult
Public Sub New (deployment As PSDeploymentExtended, cluster As PSCluster, vmUserName As String, certificates As List(Of PSKeyVault))

Parameters

cluster
PSCluster
vmUserName
String
certificates
List<PSKeyVault>

Applies to