ListJobCredentialsPlainArgs

data class ListJobCredentialsPlainArgs(val jobName: String, val resourceGroupName: String) : ConvertibleToJava<ListJobCredentialsPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only

Link copied to clipboard

The Resource Group Name

Functions

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