Freigeben über


PrivateEndpointConnectionList Class

Definition

Paged list of private endpoint connections

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.PrivateEndpointConnectionListTypeConverter))]
public class PrivateEndpointConnectionList : Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IPrivateEndpointConnectionList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.PrivateEndpointConnectionListTypeConverter))>]
type PrivateEndpointConnectionList = class
    interface IPrivateEndpointConnectionList
    interface IJsonSerializable
Public Class PrivateEndpointConnectionList
Implements IPrivateEndpointConnectionList
Inheritance
PrivateEndpointConnectionList
Attributes
Implements

Constructors

PrivateEndpointConnectionList()

Creates an new PrivateEndpointConnectionList instance.

Properties

Count

Total item count.

NextLink

The Url of next result page.

Value

Collection of items of type results.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateEndpointConnectionList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateEndpointConnectionList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IPrivateEndpointConnectionList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateEndpointConnectionList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to