GetServiceEndpointConnectionsPlainArgs

data class GetServiceEndpointConnectionsPlainArgs(val resourceGroupName: String, val serviceId: String) : ConvertibleToJava<GetServiceEndpointConnectionsPlainArgs>

A collection of arguments for invoking getServiceEndpointConnections.

Constructors

Link copied to clipboard
constructor(resourceGroupName: String, serviceId: String)

Properties

Link copied to clipboard

The name of the resource group in which the private link service resides.

Link copied to clipboard

The resource ID of the private link service.

Functions

Link copied to clipboard
open override fun toJava(): GetServiceEndpointConnectionsPlainArgs