Share via


IAdministrativeCredentials Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.AdministrativeCredentialsTypeConverter))]
public interface IAdministrativeCredentials : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.AdministrativeCredentialsTypeConverter))>]
type IAdministrativeCredentials = interface
    interface IJsonSerializable
Public Interface IAdministrativeCredentials
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
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

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to