Get Orchestrated Virtual Machine Scale Set Result
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
Link copied to clipboard
constructor(id: String, identities: List<GetOrchestratedVirtualMachineScaleSetIdentity>, location: String, name: String, networkInterfaces: List<GetOrchestratedVirtualMachineScaleSetNetworkInterface>, resourceGroupName: String)