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>, val storageProfile: Output<StorageProfileArgs>? = null) : 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>, storageProfile: Output<StorageProfileArgs>? = null)
Properties
Link copied to clipboard
The VM images of the machines in the pool.
Link copied to clipboard
The network profile of the machines in the pool.
Link copied to clipboard
The OS profile of the machines in the pool.
Link copied to clipboard
The Azure SKU of the machines in the pool.
Link copied to clipboard
The storage profile of the machines in the pool.