Get Project Environment Type Result
data class GetProjectEnvironmentTypeResult(val azureApiVersion: String, val creatorRoleAssignment: ProjectEnvironmentTypeUpdatePropertiesResponseCreatorRoleAssignment? = null, val deploymentTargetId: String? = null, val displayName: String? = null, val environmentCount: Int, val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String? = null, val name: String, val provisioningState: String, val status: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val userRoleAssignments: Map<String, UserRoleAssignmentResponse>? = null)
Represents an environment type.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, creatorRoleAssignment: ProjectEnvironmentTypeUpdatePropertiesResponseCreatorRoleAssignment? = null, deploymentTargetId: String? = null, displayName: String? = null, environmentCount: Int, id: String, identity: ManagedServiceIdentityResponse? = null, location: String? = null, name: String, provisioningState: String, status: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, userRoleAssignments: Map<String, UserRoleAssignmentResponse>? = null)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
val creatorRoleAssignment: ProjectEnvironmentTypeUpdatePropertiesResponseCreatorRoleAssignment? = null
The role definition assigned to the environment creator on backing resources.
Link copied to clipboard
Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription.
Link copied to clipboard
The display name of the project environment type.
Link copied to clipboard
The number of environments of this type.
Link copied to clipboard
Managed identity properties
Link copied to clipboard
The provisioning state of the resource.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs.