GetProjectPlainArgs

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

A collection of arguments for invoking getProject.

Constructors

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

Properties

Link copied to clipboard

Name of the database migration project.

Link copied to clipboard

Name of the resource group where resource belongs to.

Link copied to clipboard

Name of the database migration service where resource belongs to.

Functions

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