Get Pool Result
data class GetPoolResult(val accountName: String, val autoScales: List<GetPoolAutoScale>, val certificates: List<GetPoolCertificate>, val containerConfigurations: List<GetPoolContainerConfiguration>, val dataDisks: List<GetPoolDataDisk>, val diskEncryptions: List<GetPoolDiskEncryption>, val displayName: String, val extensions: List<GetPoolExtension>, val fixedScales: List<GetPoolFixedScale>, val id: String, val interNodeCommunication: String, val licenseType: String, val maxTasksPerNode: Int, val metadata: Map<String, String>, val mounts: List<GetPoolMount>, val name: String, val networkConfigurations: List<GetPoolNetworkConfiguration>, val nodeAgentSkuId: String, val nodePlacements: List<GetPoolNodePlacement>, val osDiskPlacement: String, val resourceGroupName: String, val startTasks: List<GetPoolStartTask>, val storageImageReferences: List<GetPoolStorageImageReference>, val taskSchedulingPolicies: List<GetPoolTaskSchedulingPolicy>, val userAccounts: List<GetPoolUserAccount>, val vmSize: String, val windows: List<GetPoolWindow>)
A collection of values returned by getPool.
Constructors
Link copied to clipboard
fun GetPoolResult(accountName: String, autoScales: List<GetPoolAutoScale>, certificates: List<GetPoolCertificate>, containerConfigurations: List<GetPoolContainerConfiguration>, dataDisks: List<GetPoolDataDisk>, diskEncryptions: List<GetPoolDiskEncryption>, displayName: String, extensions: List<GetPoolExtension>, fixedScales: List<GetPoolFixedScale>, id: String, interNodeCommunication: String, licenseType: String, maxTasksPerNode: Int, metadata: Map<String, String>, mounts: List<GetPoolMount>, name: String, networkConfigurations: List<GetPoolNetworkConfiguration>, nodeAgentSkuId: String, nodePlacements: List<GetPoolNodePlacement>, osDiskPlacement: String, resourceGroupName: String, startTasks: List<GetPoolStartTask>, storageImageReferences: List<GetPoolStorageImageReference>, taskSchedulingPolicies: List<GetPoolTaskSchedulingPolicy>, userAccounts: List<GetPoolUserAccount>, vmSize: String, windows: List<GetPoolWindow>)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard