Package-level declarations
Types
Link copied to clipboard
data class EncryptionPropertiesIdentityResponse(val resourceId: String? = null, val type: String? = null)
All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
Link copied to clipboard
data class EncryptionPropertiesResponse(val identity: EncryptionPropertiesIdentityResponse? = null, val keyUrl: String? = null)
Key and identity details for Customer Managed Key encryption of load test resource.
Link copied to clipboard
data class GetLoadTestMappingResult(val azureApiVersion: String, val azureLoadTestingResourceId: String? = null, val id: String, val name: String, val sourceResourceId: String? = null, val systemData: SystemDataResponse, val testId: String? = null, val type: String)
LoadTest mapping resource details
Link copied to clipboard
data class GetLoadTestProfileMappingResult(val azureApiVersion: String, val azureLoadTestingResourceId: String? = null, val id: String, val name: String, val sourceResourceId: String? = null, val systemData: SystemDataResponse, val testProfileId: String? = null, val type: String)
LoadTest profile mapping resource details
Link copied to clipboard
data class GetLoadTestResult(val azureApiVersion: String, val dataPlaneURI: String, val description: String? = null, val encryption: EncryptionPropertiesResponse? = null, val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
LoadTest details.
Link copied to clipboard
data class ManagedServiceIdentityResponse(val principalId: String, val tenantId: String, val type: String, val userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)
Managed service identity (system assigned and/or user assigned identities)
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.
Link copied to clipboard
User assigned identity properties