DedicatedHsmPatchParameters Class
Definition
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.
Patchable properties of the dedicated HSM
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.DedicatedHsmPatchParametersTypeConverter))]
public class DedicatedHsmPatchParameters : Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.IDedicatedHsmPatchParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.DedicatedHsmPatchParametersTypeConverter))>]
type DedicatedHsmPatchParameters = class
interface IDedicatedHsmPatchParameters
interface IJsonSerializable
Public Class DedicatedHsmPatchParameters
Implements IDedicatedHsmPatchParameters
- Inheritance
-
DedicatedHsmPatchParameters
- Attributes
- Implements
Constructors
DedicatedHsmPatchParameters() |
Creates an new DedicatedHsmPatchParameters instance. |
Properties
Tag |
Resource tags |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DedicatedHsmPatchParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DedicatedHsmPatchParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.IDedicatedHsmPatchParameters. |
FromJsonString(String) |
Creates a new instance of DedicatedHsmPatchParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DedicatedHsmPatchParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |