Package-level declarations

Types

Link copied to clipboard

Represents an attached NetworkConnection. API Version: 2022-09-01-preview.

Link copied to clipboard
data class AttachedNetworkByDevCenterArgs(val attachedNetworkConnectionName: Output<String>? = null, val devCenterName: Output<String>? = null, val networkConnectionId: Output<String>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<AttachedNetworkByDevCenterArgs>

Represents an attached NetworkConnection. API Version: 2022-09-01-preview.

Link copied to clipboard

Represents a catalog. API Version: 2022-09-01-preview.

Link copied to clipboard
data class CatalogArgs(val adoGit: Output<GitCatalogArgs>? = null, val catalogName: Output<String>? = null, val devCenterName: Output<String>? = null, val gitHub: Output<GitCatalogArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<CatalogArgs>

Represents a catalog. API Version: 2022-09-01-preview.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Represents a definition for a Developer Machine. API Version: 2022-09-01-preview.

Link copied to clipboard
data class DevBoxDefinitionArgs(val devBoxDefinitionName: Output<String>? = null, val devCenterName: Output<String>? = null, val imageReference: Output<ImageReferenceArgs>? = null, val location: Output<String>? = null, val osStorageType: Output<String>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<DevBoxDefinitionArgs>

Represents a definition for a Developer Machine. API Version: 2022-09-01-preview.

Link copied to clipboard

Represents a devcenter resource. API Version: 2022-09-01-preview.

Link copied to clipboard
data class DevCenterArgs(val devCenterName: Output<String>? = null, val identity: Output<ManagedServiceIdentityArgs>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<DevCenterArgs>

Represents a devcenter resource. API Version: 2022-09-01-preview.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Represents an environment type. API Version: 2022-09-01-preview.

Link copied to clipboard
data class EnvironmentTypeArgs(val devCenterName: Output<String>? = null, val environmentTypeName: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<EnvironmentTypeArgs>

Represents an environment type. API Version: 2022-09-01-preview.

Link copied to clipboard

Represents a gallery. API Version: 2022-09-01-preview.

Link copied to clipboard
data class GalleryArgs(val devCenterName: Output<String>? = null, val galleryName: Output<String>? = null, val galleryResourceId: Output<String>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<GalleryArgs>

Represents a gallery. API Version: 2022-09-01-preview.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Network related settings API Version: 2022-09-01-preview.

Link copied to clipboard
data class NetworkConnectionArgs(val domainJoinType: Output<Either<String, DomainJoinType>>? = null, val domainName: Output<String>? = null, val domainPassword: Output<String>? = null, val domainUsername: Output<String>? = null, val location: Output<String>? = null, val networkConnectionName: Output<String>? = null, val networkingResourceGroupName: Output<String>? = null, val organizationUnit: Output<String>? = null, val resourceGroupName: Output<String>? = null, val subnetId: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<NetworkConnectionArgs>

Network related settings API Version: 2022-09-01-preview.

Link copied to clipboard

A pool of Virtual Machines. API Version: 2022-09-01-preview.

Link copied to clipboard
data class PoolArgs(val devBoxDefinitionName: Output<String>? = null, val licenseType: Output<Either<String, LicenseType>>? = null, val localAdministrator: Output<Either<String, LocalAdminStatus>>? = null, val location: Output<String>? = null, val networkConnectionName: Output<String>? = null, val poolName: Output<String>? = null, val projectName: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<PoolArgs>

A pool of Virtual Machines. API Version: 2022-09-01-preview.

Link copied to clipboard

Builder for PoolArgs.

Link copied to clipboard
Link copied to clipboard

Builder for Pool.

Link copied to clipboard

Represents a project resource. API Version: 2022-09-01-preview.

Link copied to clipboard
data class ProjectArgs(val description: Output<String>? = null, val devCenterId: Output<String>? = null, val location: Output<String>? = null, val projectName: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ProjectArgs>

Represents a project resource. API Version: 2022-09-01-preview.

Link copied to clipboard
Link copied to clipboard

Represents an environment type. API Version: 2022-09-01-preview.

Link copied to clipboard
data class ProjectEnvironmentTypeArgs(val creatorRoleAssignment: Output<ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentArgs>? = null, val deploymentTargetId: Output<String>? = null, val environmentTypeName: Output<String>? = null, val identity: Output<ManagedServiceIdentityArgs>? = null, val location: Output<String>? = null, val projectName: Output<String>? = null, val resourceGroupName: Output<String>? = null, val status: Output<Either<String, EnableStatus>>? = null, val tags: Output<Map<String, String>>? = null, val userRoleAssignments: Output<Map<String, UserRoleAssignmentArgs>>? = null) : ConvertibleToJava<ProjectEnvironmentTypeArgs>

Represents an environment type. API Version: 2022-09-01-preview.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Represents a Schedule to execute a task. API Version: 2022-09-01-preview.

Link copied to clipboard
data class ScheduleArgs(val frequency: Output<Either<String, ScheduledFrequency>>? = null, val poolName: Output<String>? = null, val projectName: Output<String>? = null, val resourceGroupName: Output<String>? = null, val scheduleName: Output<String>? = null, val state: Output<Either<String, EnableStatus>>? = null, val time: Output<String>? = null, val timeZone: Output<String>? = null, val top: Output<Int>? = null, val type: Output<Either<String, ScheduledType>>? = null) : ConvertibleToJava<ScheduleArgs>

Represents a Schedule to execute a task. API Version: 2022-09-01-preview.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun catalogResource(name: String, block: suspend CatalogResourceBuilder.() -> Unit): Catalog
Link copied to clipboard
Link copied to clipboard
suspend fun devCenterResource(name: String, block: suspend DevCenterResourceBuilder.() -> Unit): DevCenter
Link copied to clipboard
Link copied to clipboard
suspend fun galleryResource(name: String, block: suspend GalleryResourceBuilder.() -> Unit): Gallery
Link copied to clipboard
Link copied to clipboard
suspend fun poolResource(name: String, block: suspend PoolResourceBuilder.() -> Unit): Pool
Link copied to clipboard
suspend fun projectResource(name: String, block: suspend ProjectResourceBuilder.() -> Unit): Project
Link copied to clipboard
suspend fun scheduleResource(name: String, block: suspend ScheduleResourceBuilder.() -> Unit): Schedule