BareMetalMachineKeySetPatchParameters Class
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.
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.Api20240701.BareMetalMachineKeySetPatchParametersTypeConverter))]
public class BareMetalMachineKeySetPatchParameters : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBareMetalMachineKeySetPatchParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.BareMetalMachineKeySetPatchParametersTypeConverter))>]
type BareMetalMachineKeySetPatchParameters = class
interface IBareMetalMachineKeySetPatchParameters
interface IJsonSerializable
Public Class BareMetalMachineKeySetPatchParameters
Implements IBareMetalMachineKeySetPatchParameters
- Inheritance
-
BareMetalMachineKeySetPatchParameters
- Attributes
- Implements
Bare |
Creates an new BareMetalMachineKeySetPatchParameters instance. |
Expiration |
The date and time after which the users in this key set will be removed from the bare metal machines. |
Jump |
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. |
User |
The unique list of permitted users. |
Deserialize |
Deserializes a IDictionary into an instance of BareMetalMachineKeySetPatchParameters. |
Deserialize |
Deserializes a PSObject into an instance of BareMetalMachineKeySetPatchParameters. |
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBareMetalMachineKeySetPatchParameters. |
From |
Creates a new instance of BareMetalMachineKeySetPatchParameters, deserializing the content from a json string. |
To |
Serializes this instance of BareMetalMachineKeySetPatchParameters into a JsonNode. |
To |
Serializes this instance to a json string. |
To |