GetVirtualMachineScaleSetPlainArgs

data class GetVirtualMachineScaleSetPlainArgs(val expand: String? = null, val resourceGroupName: String, val vmScaleSetName: String) : ConvertibleToJava<GetVirtualMachineScaleSetPlainArgs>

Constructors

Link copied to clipboard
constructor(expand: String? = null, resourceGroupName: String, vmScaleSetName: String)

Properties

Link copied to clipboard
val expand: String? = null

The expand expression to apply on the operation. 'UserData' retrieves the UserData property of the VM scale set that was provided by the user during the VM scale set Create/Update operation

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the VM scale set.

Functions

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