AdminCredentials Class
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.
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
| Name | Description |
|---|---|
| AdminCredentials() |
Creates an new AdminCredentials instance. |
Properties
| Name | Description |
|---|---|
| NsxtPassword |
NSX-T Manager password |
| NsxtUsername |
NSX-T Manager username |
| VcenterPassword |
vCenter admin password |
| VcenterUsername |
vCenter admin username |
Methods
| Name | Description |
|---|---|
| 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() | |