Freigeben über


BareMetalMachineKeySetPatchParameters Class

Definition

BareMetalMachineKeySetPatchParameters represents the body of the request to patch the bare metal machine key set.

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

Constructors

BareMetalMachineKeySetPatchParameters()

Creates an new BareMetalMachineKeySetPatchParameters instance.

Properties

Expiration

The date and time after which the users in this key set will be removed from the bare metal machines.

JumpHostsAllowed

The list of IP addresses of jump hosts with management network access from which a login will be allowed for the users.

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 BareMetalMachineKeySetPatchParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BareMetalMachineKeySetPatchParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BareMetalMachineKeySetPatchParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to