GetVirtualMachineScaleSetExtensionPlainArgs

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

Constructors

fun GetVirtualMachineScaleSetExtensionPlainArgs(expand: String? = null, resourceGroupName: String, vmScaleSetName: String, vmssExtensionName: String)

Functions

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

Properties

Link copied to clipboard
val expand: String? = null

The expand expression to apply on the operation.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the VM scale set containing the extension.

Link copied to clipboard

The name of the VM scale set extension.