Compartilhar via


Password Class

Definition

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

Constructors

Name Description
Password()

Creates an new Password instance.

Properties

Name Description
Name
Value

Methods

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