你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |