GetRestorableDatabaseAccountsPlainArgs

data class GetRestorableDatabaseAccountsPlainArgs(val location: String, val name: String) : ConvertibleToJava<GetRestorableDatabaseAccountsPlainArgs>

A collection of arguments for invoking getRestorableDatabaseAccounts.

Constructors

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

Properties

Link copied to clipboard

The location where the Cosmos DB Database Account.

Link copied to clipboard

The name of this Cosmos DB Database Account.

Functions

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