IViCredential Interface
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.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.ViCredentialTypeConverter))]
public interface IViCredential : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.ViCredentialTypeConverter))>]
type IViCredential = interface
interface IJsonSerializable
Public Interface IViCredential
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Password |
Gets or sets the password to connect with the vCenter. |
Username |
Gets or sets username to connect with the vCenter. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |