AdministrativeCredentials 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.
AdministrativeCredentials represents the admin credentials for the device requiring password-based authentication.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.AdministrativeCredentialsTypeConverter))]
public class AdministrativeCredentials : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IAdministrativeCredentials
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.AdministrativeCredentialsTypeConverter))>]
type AdministrativeCredentials = class
interface IAdministrativeCredentials
interface IJsonSerializable
Public Class AdministrativeCredentials
Implements IAdministrativeCredentials
- Inheritance
-
AdministrativeCredentials
- Attributes
- Implements
Constructors
AdministrativeCredentials() |
Creates an new AdministrativeCredentials instance. |
Properties
Password |
The password of the administrator of the device used during initialization. |
Username |
The username of the administrator of the device used during initialization. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AdministrativeCredentials. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AdministrativeCredentials. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IAdministrativeCredentials. |
FromJsonString(String) |
Creates a new instance of AdministrativeCredentials, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AdministrativeCredentials into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |