GetJitRequestPlainArgs

data class GetJitRequestPlainArgs(val jitRequestName: String, val resourceGroupName: String) : ConvertibleToJava<GetJitRequestPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of the JIT request.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Functions

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