IAdminCredentials.VcenterPassword 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.
vCenter admin password
[Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Create=false, Description="vCenter admin password", PossibleTypes=new System.Type[] { typeof(System.Security.SecureString) }, Read=true, ReadOnly=true, Required=false, SerializedName="vcenterPassword", Update=false)]
public System.Security.SecureString VcenterPassword { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Create=false, Description="vCenter admin password", PossibleTypes=new System.Type[] { typeof(System.Security.SecureString) }, Read=true, ReadOnly=true, Required=false, SerializedName="vcenterPassword", Update=false)>]
member this.VcenterPassword : System.Security.SecureString
Public ReadOnly Property VcenterPassword As SecureString
Property Value
- Attributes