Share via


IViCredential Interface

Definition

[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)

Applies to