PrivateEndpointConnectionsOperationsExtensions.List Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List private endpoint connection properties.
public static Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnectionsResponse List (this Microsoft.Azure.Management.DigitalTwins.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName);
static member List : Microsoft.Azure.Management.DigitalTwins.IPrivateEndpointConnectionsOperations * string * string -> Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnectionsResponse
<Extension()>
Public Function List (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, resourceName As String) As PrivateEndpointConnectionsResponse
Parameters
- operations
- IPrivateEndpointConnectionsOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group that contains the DigitalTwinsInstance.
- resourceName
- String
The name of the DigitalTwinsInstance.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET