MhsmPrivateLinkResourceListResult 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.
A list of private link resources
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.MhsmPrivateLinkResourceListResultTypeConverter))]
public class MhsmPrivateLinkResourceListResult : Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IMhsmPrivateLinkResourceListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.MhsmPrivateLinkResourceListResultTypeConverter))>]
type MhsmPrivateLinkResourceListResult = class
interface IMhsmPrivateLinkResourceListResult
interface IJsonSerializable
Public Class MhsmPrivateLinkResourceListResult
Implements IMhsmPrivateLinkResourceListResult
- Inheritance
-
MhsmPrivateLinkResourceListResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| MhsmPrivateLinkResourceListResult() |
Creates an new MhsmPrivateLinkResourceListResult instance. |
Properties
| Name | Description |
|---|---|
| Value |
Array of private link resources |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MhsmPrivateLinkResourceListResult. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MhsmPrivateLinkResourceListResult. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IMhsmPrivateLinkResourceListResult. |
| FromJsonString(String) |
Creates a new instance of MhsmPrivateLinkResourceListResult, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of MhsmPrivateLinkResourceListResult into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |