Total de permissões
7Actions
0NotActions
0DataActions
0Role ID
3ae3fb29-0000-4ccd-bf80-542e7b26e081Categoria
ManagementRisk Tier
Contributor (CTB)Risk Tier: Contributor
Grants full write access to create and manage all resources but cannot assign roles or manage access to others.
Descrição
MicrosoftView and list all load tests and load test resources but can not make any changes
Role Definition (JSON)
{"Name": "Load Test Reader","Id": "3ae3fb29-0000-4ccd-bf80-542e7b26e081","IsCustom": false,"Description": "View and list all load tests and load test resources but can not make any changes","Actions": [],"NotActions": [],"DataActions": [],"NotDataActions": [],"AssignableScopes": ["/"]
Assignable Scopes
/
PowerShell
Get-AzRoleDefinition -Name "Load Test Reader"
Azure CLI
az role definition list --name "Load Test Reader"