GetVirtualMachineScaleSetVMExtensionPlainArgs

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

Constructors

constructor(expand: String? = null, instanceId: String, resourceGroupName: String, vmExtensionName: String, vmScaleSetName: String)

Properties

Link copied to clipboard
val expand: String? = null

The expand expression to apply on the operation.

Link copied to clipboard

The instance ID of the virtual machine.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the virtual machine extension.

Link copied to clipboard

The name of the VM scale set.

Functions

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