Freigeben über


BmcKeySetPatchParameters Class

Definition

BmcKeySetPatchParameters represents the body of the request to patch the baseboard management controller key set.

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

Constructors

BmcKeySetPatchParameters()

Creates an new BmcKeySetPatchParameters instance.

Properties

Expiration

The date and time after which the users in this key set will be removed from the baseboard management controllers.

Tag

The Azure resource tags that will replace the existing ones.

UserList

The unique list of permitted users.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BmcKeySetPatchParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BmcKeySetPatchParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BmcKeySetPatchParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to