GetServiceEndpointPlainArgs

data class GetServiceEndpointPlainArgs(val accountName: String, val resourceGroupName: String, val serviceEndpointName: String) : ConvertibleToJava<GetServiceEndpointPlainArgs>

Constructors

Link copied to clipboard
constructor(accountName: String, resourceGroupName: String, serviceEndpointName: String)

Properties

Link copied to clipboard

The name of the RecommendationsService Account resource.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

The name of the ServiceEndpoint resource.

Functions

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