Project Environment Type Args
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, EnvironmentTypeEnableStatus>>? = null, val tags: Output<Map<String, String>>? = null, val userRoleAssignments: Output<Map<String, UserRoleAssignmentArgs>>? = null) : ConvertibleToJava<ProjectEnvironmentTypeArgs>
Represents an environment type. Azure REST API version: 2023-04-01. Prior API version in Azure Native 1.x: 2022-09-01-preview. Other available API versions: 2023-08-01-preview, 2023-10-01-preview.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:devcenter:ProjectEnvironmentType DevTest /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/environmentTypes/{environmentTypeName}
Content copied to clipboard
Constructors
Link copied to clipboard
fun ProjectEnvironmentTypeArgs(creatorRoleAssignment: Output<ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentArgs>? = null, deploymentTargetId: Output<String>? = null, environmentTypeName: Output<String>? = null, identity: Output<ManagedServiceIdentityArgs>? = null, location: Output<String>? = null, projectName: Output<String>? = null, resourceGroupName: Output<String>? = null, status: Output<Either<String, EnvironmentTypeEnableStatus>>? = null, tags: Output<Map<String, String>>? = null, userRoleAssignments: Output<Map<String, UserRoleAssignmentArgs>>? = null)
Functions
Properties
Link copied to clipboard
val creatorRoleAssignment: Output<ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentArgs>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard