Share via


BmcKeySetList Class

Definition

BmcKeySetList represents a list of baseboard management controller key sets.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.BmcKeySetListTypeConverter))]
public class BmcKeySetList : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBmcKeySetList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.BmcKeySetListTypeConverter))>]
type BmcKeySetList = class
    interface IBmcKeySetList
    interface IJsonSerializable
Public Class BmcKeySetList
Implements IBmcKeySetList
Inheritance
BmcKeySetList
Attributes
Implements

Constructors

Name Description
BmcKeySetList()

Creates an new BmcKeySetList instance.

Properties

Name Description
NextLink

The link used to get the next page of operations.

Value

The list of baseboard management controller key sets.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BmcKeySetList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BmcKeySetList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBmcKeySetList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BmcKeySetList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to