GetVirtualMachineScaleSetResult

data class GetVirtualMachineScaleSetResult(val id: String, val identities: List<GetVirtualMachineScaleSetIdentity>, val instances: List<GetVirtualMachineScaleSetInstance>, val location: String, val name: String, val networkInterfaces: List<GetVirtualMachineScaleSetNetworkInterface>, val resourceGroupName: String)

A collection of values returned by getVirtualMachineScaleSet.

Constructors

Link copied to clipboard
constructor(id: String, identities: List<GetVirtualMachineScaleSetIdentity>, instances: List<GetVirtualMachineScaleSetInstance>, location: String, name: String, networkInterfaces: List<GetVirtualMachineScaleSetNetworkInterface>, resourceGroupName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A identity block as defined below.

Link copied to clipboard

A list of instances blocks as defined below.

Link copied to clipboard

The Azure Region in which this Virtual Machine Scale Set exists.

Link copied to clipboard

The name of the public IP address configuration

Link copied to clipboard

A list of network_interface blocks as defined below.

Link copied to clipboard