PSDeploymentResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- deployment
- PSDeploymentExtended
- cluster
- PSCluster
- vmUserName
- String
- certificates
- List<PSKeyVault>