Aracılığıyla paylaş


PrivateEndpointConnectionsResponse Interface

public interface PrivateEndpointConnectionsResponse

An immutable client-side representation of PrivateEndpointConnectionsResponse.

Method Summary

Modifier and Type Method and Description
abstract PrivateEndpointConnectionsResponseInner innerModel()

Gets the inner com.azure.resourcemanager.digitaltwins.fluent.models.PrivateEndpointConnectionsResponseInner object.

abstract List<PrivateEndpointConnection> value()

Gets the value property: The list of available private link connections for a Digital Twin.

Method Details

innerModel

public abstract PrivateEndpointConnectionsResponseInner innerModel()

Gets the inner com.azure.resourcemanager.digitaltwins.fluent.models.PrivateEndpointConnectionsResponseInner object.

Returns:

the inner object.

value

public abstract List<PrivateEndpointConnection> value()

Gets the value property: The list of available private link connections for a Digital Twin.

Returns:

the value value.

Applies to