Package-level declarations

Types

Link copied to clipboard
class AgentPool : KotlinCustomResource

The agentPool resource definition Uses Azure REST API version 2022-09-01-preview. In version 1.x of the Azure Native provider, it used API version 2022-05-01-preview.

Link copied to clipboard
data class AgentPoolArgs(val agentPoolName: Output<String>? = null, val availabilityZones: Output<List<String>>? = null, val cloudProviderProfile: Output<CloudProviderProfileArgs>? = null, val count: Output<Int>? = null, val extendedLocation: Output<AgentPoolExtendedLocationArgs>? = null, val location: Output<String>? = null, val maxCount: Output<Int>? = null, val maxPods: Output<Int>? = null, val minCount: Output<Int>? = null, val mode: Output<Either<String, Mode>>? = null, val nodeImageVersion: Output<String>? = null, val nodeLabels: Output<Map<String, String>>? = null, val nodeTaints: Output<List<String>>? = null, val osType: Output<Either<String, OsType>>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val status: Output<AgentPoolProvisioningStatusStatusArgs>? = null, val tags: Output<Map<String, String>>? = null, val vmSize: Output<String>? = null) : ConvertibleToJava<AgentPoolArgs>

The agentPool resource definition Uses Azure REST API version 2022-09-01-preview. In version 1.x of the Azure Native provider, it used API version 2022-05-01-preview.

Link copied to clipboard
Link copied to clipboard
object AgentPoolMapper : ResourceMapper<AgentPool>
Link copied to clipboard
Link copied to clipboard
class HybridIdentityMetadatum : KotlinCustomResource

Defines the hybridIdentityMetadata. Uses Azure REST API version 2022-09-01-preview. In version 1.x of the Azure Native provider, it used API version 2022-05-01-preview. Other available API versions: 2022-05-01-preview, 2023-11-15-preview, 2024-01-01.

Link copied to clipboard
data class HybridIdentityMetadatumArgs(val hybridIdentityMetadataResourceName: Output<String>? = null, val identity: Output<ProvisionedClusterIdentityArgs>? = null, val publicKey: Output<String>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val resourceUid: Output<String>? = null) : ConvertibleToJava<HybridIdentityMetadatumArgs>

Defines the hybridIdentityMetadata. Uses Azure REST API version 2022-09-01-preview. In version 1.x of the Azure Native provider, it used API version 2022-05-01-preview. Other available API versions: 2022-05-01-preview, 2023-11-15-preview, 2024-01-01.

Link copied to clipboard
Link copied to clipboard
class ProvisionedCluster : KotlinCustomResource

The provisionedClusters resource definition. Uses Azure REST API version 2022-09-01-preview. In version 1.x of the Azure Native provider, it used API version 2022-05-01-preview. Other available API versions: 2022-05-01-preview.

Link copied to clipboard
data class ProvisionedClusterArgs(val extendedLocation: Output<ProvisionedClustersExtendedLocationArgs>? = null, val identity: Output<ProvisionedClusterIdentityArgs>? = null, val location: Output<String>? = null, val properties: Output<ProvisionedClustersAllPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ProvisionedClusterArgs>

The provisionedClusters resource definition. Uses Azure REST API version 2022-09-01-preview. In version 1.x of the Azure Native provider, it used API version 2022-05-01-preview. Other available API versions: 2022-05-01-preview.

Link copied to clipboard
Link copied to clipboard
class StorageSpaceRetrieve : KotlinCustomResource

The storageSpaces resource definition. Uses Azure REST API version 2022-09-01-preview. In version 1.x of the Azure Native provider, it used API version 2022-05-01-preview.

Link copied to clipboard
data class StorageSpaceRetrieveArgs(val extendedLocation: Output<StorageSpacesExtendedLocationArgs>? = null, val location: Output<String>? = null, val properties: Output<StorageSpacesPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val storageSpacesName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<StorageSpaceRetrieveArgs>

The storageSpaces resource definition. Uses Azure REST API version 2022-09-01-preview. In version 1.x of the Azure Native provider, it used API version 2022-05-01-preview.

Link copied to clipboard
Link copied to clipboard
class VirtualNetworkRetrieve : KotlinCustomResource

The virtualNetworks resource definition. Uses Azure REST API version 2022-09-01-preview. In version 1.x of the Azure Native provider, it used API version 2022-05-01-preview.

Link copied to clipboard
data class VirtualNetworkRetrieveArgs(val extendedLocation: Output<VirtualNetworksExtendedLocationArgs>? = null, val location: Output<String>? = null, val properties: Output<VirtualNetworksPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val virtualNetworksName: Output<String>? = null) : ConvertibleToJava<VirtualNetworkRetrieveArgs>

The virtualNetworks resource definition. Uses Azure REST API version 2022-09-01-preview. In version 1.x of the Azure Native provider, it used API version 2022-05-01-preview.

Link copied to clipboard

Functions