Share via


DedicatedHsmOperation Class

Definition

REST API operation

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.DedicatedHsmOperationTypeConverter))]
public class DedicatedHsmOperation : Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.IDedicatedHsmOperation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.DedicatedHsmOperationTypeConverter))>]
type DedicatedHsmOperation = class
    interface IDedicatedHsmOperation
    interface IJsonSerializable
Public Class DedicatedHsmOperation
Implements IDedicatedHsmOperation
Inheritance
DedicatedHsmOperation
Attributes
Implements

Constructors

DedicatedHsmOperation()

Creates an new DedicatedHsmOperation instance.

Properties

DisplayDescription

The object that represents the operation.

DisplayOperation

Operation type: Read, write, delete, etc.

DisplayProvider

The Resource Provider of the operation

DisplayResource

Resource on which the operation is performed.

IsDataAction

Gets or sets a value indicating whether it is a data plane action

Name

The name of the Dedicated HSM Resource Provider Operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DedicatedHsmOperation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DedicatedHsmOperation.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.IDedicatedHsmOperation.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DedicatedHsmOperation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to