GetTaskPlainArgs

data class GetTaskPlainArgs(val registryName: String, val resourceGroupName: String, val taskName: String) : ConvertibleToJava<GetTaskPlainArgs>

Constructors

Link copied to clipboard
fun GetTaskPlainArgs(registryName: String, resourceGroupName: String, taskName: String)

Functions

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

Properties

Link copied to clipboard

The name of the container registry.

Link copied to clipboard

The name of the resource group to which the container registry belongs.

Link copied to clipboard

The name of the container registry task.