GetOrchestratedVirtualMachineScaleSetResult

data class GetOrchestratedVirtualMachineScaleSetResult(val id: String, val identities: List<GetOrchestratedVirtualMachineScaleSetIdentity>, val location: String, val name: String, val networkInterfaces: List<GetOrchestratedVirtualMachineScaleSetNetworkInterface>, val resourceGroupName: String)

A collection of values returned by getOrchestratedVirtualMachineScaleSet.

Constructors

constructor(id: String, identities: List<GetOrchestratedVirtualMachineScaleSetIdentity>, location: String, name: String, networkInterfaces: List<GetOrchestratedVirtualMachineScaleSetNetworkInterface>, 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

The Azure Region in which this Orchestrated 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