Package-level declarations
Types
Link copied to clipboard
Azure Large Instance info on Azure (ARM properties and AzureLargeInstance properties) Uses Azure REST API version 2024-08-01-preview.
Link copied to clipboard
data class AzureLargeInstanceArgs(val azureLargeInstanceId: Output<String>? = null, val azureLargeInstanceName: Output<String>? = null, val hardwareProfile: Output<HardwareProfileArgs>? = null, val hwRevision: Output<String>? = null, val location: Output<String>? = null, val networkProfile: Output<NetworkProfileArgs>? = null, val osProfile: Output<OsProfileArgs>? = null, val powerState: Output<Either<String, AzureLargeInstancePowerStateEnum>>? = null, val proximityPlacementGroup: Output<String>? = null, val resourceGroupName: Output<String>? = null, val storageProfile: Output<StorageProfileArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AzureLargeInstanceArgs>
Azure Large Instance info on Azure (ARM properties and AzureLargeInstance properties) Uses Azure REST API version 2024-08-01-preview.
Link copied to clipboard
Builder for AzureLargeInstanceArgs.
Link copied to clipboard
object AzurelargeinstanceFunctions
Link copied to clipboard
Link copied to clipboard
Builder for AzureLargeInstance.
Link copied to clipboard
AzureLargeStorageInstance info on Azure (ARM properties and AzureLargeStorageInstance properties) Uses Azure REST API version 2024-08-01-preview.
Link copied to clipboard
data class AzureLargeStorageInstanceArgs(val azureLargeStorageInstanceName: Output<String>? = null, val azureLargeStorageInstanceUniqueIdentifier: Output<String>? = null, val identity: Output<ManagedServiceIdentityArgs>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val storageProperties: Output<StoragePropertiesArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AzureLargeStorageInstanceArgs>
AzureLargeStorageInstance info on Azure (ARM properties and AzureLargeStorageInstance properties) Uses Azure REST API version 2024-08-01-preview.
Link copied to clipboard
Builder for AzureLargeStorageInstanceArgs.
Link copied to clipboard
Link copied to clipboard
Builder for AzureLargeStorageInstance.
Functions
Link copied to clipboard
suspend fun azureLargeInstance(name: String, block: suspend AzureLargeInstanceResourceBuilder.() -> Unit): AzureLargeInstance
Link copied to clipboard
suspend fun azureLargeStorageInstance(name: String, block: suspend AzureLargeStorageInstanceResourceBuilder.() -> Unit): AzureLargeStorageInstance