GetPrivateAtlasePlainArgs

data class GetPrivateAtlasePlainArgs(val accountName: String, val privateAtlasName: String, val resourceGroupName: String) : ConvertibleToJava<GetPrivateAtlasePlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of the Maps Account.

Link copied to clipboard

The name of the Private Atlas instance.

Link copied to clipboard

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

Functions

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