DedicatedHsmOperationListResult 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.
Result of the request to list Dedicated HSM Provider operations. It contains a list of operations.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.DedicatedHsmOperationListResultTypeConverter))]
public class DedicatedHsmOperationListResult : Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.IDedicatedHsmOperationListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.DedicatedHsmOperationListResultTypeConverter))>]
type DedicatedHsmOperationListResult = class
interface IDedicatedHsmOperationListResult
interface IJsonSerializable
Public Class DedicatedHsmOperationListResult
Implements IDedicatedHsmOperationListResult
- Inheritance
-
DedicatedHsmOperationListResult
- Attributes
- Implements
Constructors
DedicatedHsmOperationListResult() |
Creates an new DedicatedHsmOperationListResult instance. |
Properties
Value |
List of Dedicated HSM Resource Provider operations. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DedicatedHsmOperationListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DedicatedHsmOperationListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.IDedicatedHsmOperationListResult. |
FromJsonString(String) |
Creates a new instance of DedicatedHsmOperationListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DedicatedHsmOperationListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |