GetDataCollectionEndpointPlainArgs

data class GetDataCollectionEndpointPlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetDataCollectionEndpointPlainArgs>

A collection of arguments for invoking getDataCollectionEndpoint.

Constructors

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

Properties

Link copied to clipboard

Specifies the name of the Data Collection Endpoint.

Link copied to clipboard

Specifies the name of the resource group the Data Collection Endpoint is located in.

Functions

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