Password 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.
[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
Password() |
Creates an new Password instance. |
Properties
Name | |
Value |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Password. |
DeserializeFromPSObject(PSObject) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |