AdminCredentials Class

Definition

Administrative credentials for accessing vCenter and NSX-T

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.AdminCredentialsTypeConverter))]
public class AdminCredentials : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IAdminCredentials
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.AdminCredentialsTypeConverter))>]
type AdminCredentials = class
    interface IAdminCredentials
    interface IJsonSerializable
Public Class AdminCredentials
Implements IAdminCredentials
Inheritance
AdminCredentials
Attributes
Implements

Constructors

AdminCredentials()

Creates an new AdminCredentials instance.

Properties

NsxtPassword

NSX-T Manager password

NsxtUsername

NSX-T Manager username

VcenterPassword

vCenter admin password

VcenterUsername

vCenter admin username

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AdminCredentials.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AdminCredentials.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IAdminCredentials.

FromJsonString(String)

Creates a new instance of AdminCredentials, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AdminCredentials into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to