get Dev Box Definition
Gets a Dev Box definition API Version: 2022-09-01-preview.
Return
Represents a definition for a Developer Machine.
Parameters
argument
null
suspend fun getDevBoxDefinition(devBoxDefinitionName: String, devCenterName: String, resourceGroupName: String): GetDevBoxDefinitionResult
Return
Represents a definition for a Developer Machine.
Parameters
dev Box Definition Name
The name of the Dev Box definition.
dev Center Name
The name of the devcenter.
resource Group Name
Name of the resource group within the Azure subscription.
See also
suspend fun getDevBoxDefinition(argument: suspend GetDevBoxDefinitionPlainArgsBuilder.() -> Unit): GetDevBoxDefinitionResult
Return
Represents a definition for a Developer Machine.
Parameters
argument
Builder for com.pulumi.azurenative.devcenter.kotlin.inputs.GetDevBoxDefinitionPlainArgs.