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