PrivateEndpointConnectionProxyListResult Class

Definition

The response of a PrivateEndpointConnectionProxy list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.PrivateEndpointConnectionProxyListResultTypeConverter))]
public class PrivateEndpointConnectionProxyListResult : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IPrivateEndpointConnectionProxyListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.PrivateEndpointConnectionProxyListResultTypeConverter))>]
type PrivateEndpointConnectionProxyListResult = class
    interface IPrivateEndpointConnectionProxyListResult
    interface IJsonSerializable
Public Class PrivateEndpointConnectionProxyListResult
Implements IPrivateEndpointConnectionProxyListResult
Inheritance
PrivateEndpointConnectionProxyListResult
Attributes
Implements

Constructors

Name Description
PrivateEndpointConnectionProxyListResult()

Creates an new PrivateEndpointConnectionProxyListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The PrivateEndpointConnectionProxy items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateEndpointConnectionProxyListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateEndpointConnectionProxyListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IPrivateEndpointConnectionProxyListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateEndpointConnectionProxyListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to