DedicatedHsmListResult 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.
List of dedicated HSMs
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.DedicatedHsmListResultTypeConverter))]
public class DedicatedHsmListResult : Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.IDedicatedHsmListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.DedicatedHsmListResultTypeConverter))>]
type DedicatedHsmListResult = class
interface IDedicatedHsmListResult
interface IJsonSerializable
Public Class DedicatedHsmListResult
Implements IDedicatedHsmListResult
- Inheritance
-
DedicatedHsmListResult
- Attributes
- Implements
Constructors
DedicatedHsmListResult() |
Creates an new DedicatedHsmListResult instance. |
Properties
NextLink |
The URL to get the next set of dedicated hsms. |
Value |
The list of dedicated HSMs. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DedicatedHsmListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DedicatedHsmListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Models.Api20211130.IDedicatedHsmListResult. |
FromJsonString(String) |
Creates a new instance of DedicatedHsmListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DedicatedHsmListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |