NewAzureRmServiceFabricCluster.VmPassword Property

Definition

[System.Management.Automation.Parameter(HelpMessage="The password of the Vm.", Mandatory=false, ParameterSetName="ByExistingKeyVault", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="The password of the Vm.", Mandatory=false, ParameterSetName="ByNewPfxAndVaultName", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="The password of the Vm.", Mandatory=false, ParameterSetName="ByExistingPfxAndVaultName", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="The password of the Vm.", Mandatory=true, ParameterSetName="ByDefaultArmTemplate", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Security.SecureString VmPassword { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The password of the Vm.", Mandatory=false, ParameterSetName="ByExistingKeyVault", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="The password of the Vm.", Mandatory=false, ParameterSetName="ByNewPfxAndVaultName", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="The password of the Vm.", Mandatory=false, ParameterSetName="ByExistingPfxAndVaultName", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="The password of the Vm.", Mandatory=true, ParameterSetName="ByDefaultArmTemplate", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.VmPassword : System.Security.SecureString with get, set
Public Property VmPassword As SecureString

Property Value

SecureString
Attributes

Applies to