NewAzureRmServiceFabricCluster.VmPassword Property
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.
[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
- Attributes