DedicatedHsmOperationDisplay 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.
The display string.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.DedicatedHsmOperationDisplayTypeConverter))]
public class DedicatedHsmOperationDisplay : Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.IDedicatedHsmOperationDisplay
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.DedicatedHsmOperationDisplayTypeConverter))>]
type DedicatedHsmOperationDisplay = class
interface IDedicatedHsmOperationDisplay
interface IJsonSerializable
Public Class DedicatedHsmOperationDisplay
Implements IDedicatedHsmOperationDisplay
- Inheritance
-
DedicatedHsmOperationDisplay
- Attributes
- Implements
Constructors
DedicatedHsmOperationDisplay() |
Creates an new DedicatedHsmOperationDisplay instance. |
Properties
Description |
The object that represents the operation. |
Operation |
Operation type: Read, write, delete, etc. |
Provider |
The Resource Provider of the operation |
Resource |
Resource on which the operation is performed. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DedicatedHsmOperationDisplay. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DedicatedHsmOperationDisplay. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.IDedicatedHsmOperationDisplay. |
FromJsonString(String) |
Creates a new instance of DedicatedHsmOperationDisplay, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DedicatedHsmOperationDisplay into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |