get Private Endpoint Connections For SCCPowershell
suspend fun getPrivateEndpointConnectionsForSCCPowershell(argument: GetPrivateEndpointConnectionsForSCCPowershellPlainArgs): GetPrivateEndpointConnectionsForSCCPowershellResult
Gets the specified private endpoint connection associated with the service. Uses Azure REST API version 2021-03-08.
Return
The Private Endpoint Connection resource.
Parameters
argument
null
suspend fun getPrivateEndpointConnectionsForSCCPowershell(privateEndpointConnectionName: String, resourceGroupName: String, resourceName: String): GetPrivateEndpointConnectionsForSCCPowershellResult
Return
The Private Endpoint Connection resource.
Parameters
private Endpoint Connection Name
The name of the private endpoint connection associated with the Azure resource
resource Group Name
The name of the resource group that contains the service instance.
resource Name
The name of the service instance.
See also
suspend fun getPrivateEndpointConnectionsForSCCPowershell(argument: suspend GetPrivateEndpointConnectionsForSCCPowershellPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionsForSCCPowershellResult
Return
The Private Endpoint Connection resource.
Parameters
argument
Builder for com.pulumi.azurenative.securityandcompliance.kotlin.inputs.GetPrivateEndpointConnectionsForSCCPowershellPlainArgs.