次の方法で共有


PrivateLinkResourceListResultDescription Class

Definition

A list of private link resources

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.PrivateLinkResourceListResultDescriptionTypeConverter))]
public class PrivateLinkResourceListResultDescription : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IPrivateLinkResourceListResultDescription
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.PrivateLinkResourceListResultDescriptionTypeConverter))>]
type PrivateLinkResourceListResultDescription = class
    interface IPrivateLinkResourceListResultDescription
    interface IJsonSerializable
Public Class PrivateLinkResourceListResultDescription
Implements IPrivateLinkResourceListResultDescription
Inheritance
PrivateLinkResourceListResultDescription
Attributes
Implements

Constructors

PrivateLinkResourceListResultDescription()

Creates an new PrivateLinkResourceListResultDescription instance.

Properties

Value

Array of private link resources

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateLinkResourceListResultDescription.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateLinkResourceListResultDescription.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IPrivateLinkResourceListResultDescription.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateLinkResourceListResultDescription into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to