Vmss Fabric Profile Args
data class VmssFabricProfileArgs(val images: Output<List<PoolImageArgs>>, val kind: Output<String>, val networkProfile: Output<NetworkProfileArgs>? = null, val osProfile: Output<OsProfileArgs>? = null, val sku: Output<DevOpsAzureSkuArgs>) : ConvertibleToJava<VmssFabricProfileArgs>
The agents will run on Virtual Machine Scale Sets.
Constructors
Link copied to clipboard
constructor(images: Output<List<PoolImageArgs>>, kind: Output<String>, networkProfile: Output<NetworkProfileArgs>? = null, osProfile: Output<OsProfileArgs>? = null, sku: Output<DevOpsAzureSkuArgs>)