Package-level declarations

Types

Link copied to clipboard
class DedicatedCloudNode : KotlinCustomResource

Dedicated cloud node model Uses Azure REST API version 2019-04-01. In version 2.x of the Azure Native provider, it used API version 2019-04-01.

Link copied to clipboard
data class DedicatedCloudNodeArgs(val availabilityZoneId: Output<String>? = null, val dedicatedCloudNodeName: Output<String>? = null, val id: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val nodesCount: Output<Int>? = null, val placementGroupId: Output<String>? = null, val purchaseId: Output<String>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<DedicatedCloudNodeArgs>

Dedicated cloud node model Uses Azure REST API version 2019-04-01. In version 2.x of the Azure Native provider, it used API version 2019-04-01.

Link copied to clipboard
Link copied to clipboard
class DedicatedCloudService : KotlinCustomResource

Dedicated cloud service model Uses Azure REST API version 2019-04-01. In version 2.x of the Azure Native provider, it used API version 2019-04-01.

Link copied to clipboard
data class DedicatedCloudServiceArgs(val dedicatedCloudServiceName: Output<String>? = null, val gatewaySubnet: Output<String>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<DedicatedCloudServiceArgs>

Dedicated cloud service model Uses Azure REST API version 2019-04-01. In version 2.x of the Azure Native provider, it used API version 2019-04-01.

Link copied to clipboard
Link copied to clipboard
class VirtualMachine : KotlinCustomResource

Virtual machine model Uses Azure REST API version 2019-04-01. In version 2.x of the Azure Native provider, it used API version 2019-04-01.

Link copied to clipboard
data class VirtualMachineArgs(val amountOfRam: Output<Int>? = null, val customization: Output<GuestOSCustomizationArgs>? = null, val disks: Output<List<VirtualDiskArgs>>? = null, val exposeToGuestVM: Output<Boolean>? = null, val location: Output<String>? = null, val nics: Output<List<VirtualNicArgs>>? = null, val numberOfCores: Output<Int>? = null, val password: Output<String>? = null, val privateCloudId: Output<String>? = null, val resourceGroupName: Output<String>? = null, val resourcePool: Output<ResourcePoolArgs>? = null, val tags: Output<Map<String, String>>? = null, val templateId: Output<String>? = null, val username: Output<String>? = null, val vSphereNetworks: Output<List<String>>? = null, val virtualMachineName: Output<String>? = null) : ConvertibleToJava<VirtualMachineArgs>

Virtual machine model Uses Azure REST API version 2019-04-01. In version 2.x of the Azure Native provider, it used API version 2019-04-01.

Link copied to clipboard
Link copied to clipboard
object VirtualMachineMapper : ResourceMapper<VirtualMachine>
Link copied to clipboard