Delen via


Password Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.PasswordTypeConverter))]
public class Password : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IPassword
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.PasswordTypeConverter))>]
type Password = class
    interface IPassword
    interface IJsonSerializable
Public Class Password
Implements IPassword
Inheritance
Password
Attributes
Implements

Constructors

Password()

Creates an new Password instance.

Properties

Name
Value

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Password.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Password.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IPassword.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Password into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to