GetPostgresInstancePlainArgs

data class GetPostgresInstancePlainArgs(val postgresInstanceName: String, val resourceGroupName: String) : ConvertibleToJava<GetPostgresInstancePlainArgs>

Constructors

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

Properties

Link copied to clipboard

Name of Postgres Instance

Link copied to clipboard

The name of the Azure resource group

Functions

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