Megosztás a következőn keresztül:


PasswordHashListResult Class

Definition

List of password hash results

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.PasswordHashListResultTypeConverter))]
public class PasswordHashListResult : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IPasswordHashListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.PasswordHashListResultTypeConverter))>]
type PasswordHashListResult = class
    interface IPasswordHashListResult
    interface IJsonSerializable
Public Class PasswordHashListResult
Implements IPasswordHashListResult
Inheritance
PasswordHashListResult
Attributes
Implements

Constructors

PasswordHashListResult()

Creates an new PasswordHashListResult instance.

Properties

NextLink

The uri to fetch the next page of resources.

Value

The list of password hash results.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PasswordHashListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PasswordHashListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IPasswordHashListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PasswordHashListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to