次の方法で共有


PrivateEndpointConnectionListResultDescription Class

Definition

List of private endpoint connection associated with the specified storage account

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

Constructors

PrivateEndpointConnectionListResultDescription()

Creates an new PrivateEndpointConnectionListResultDescription instance.

Properties

Value

Array of private endpoint connections

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateEndpointConnectionListResultDescription.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateEndpointConnectionListResultDescription.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateEndpointConnectionListResultDescription into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to