RoleDefinitionsOperations interface

Interface représentant une opération RoleDefinitions.

Propriétés

createOrUpdate

Crée ou met à jour une définition de rôle.

delete

Supprime une définition de rôle.

get

Obtenez la définition du rôle par ID (GUID).

getById

On obtient une définition du rôle par ID.

list

Obtenez toutes les définitions de rôle applicables au champ d’application et au-dessus.

Détails de la propriété

createOrUpdate

Crée ou met à jour une définition de rôle.

createOrUpdate: (scope: string, roleDefinitionId: string, roleDefinition: RoleDefinition, options?: RoleDefinitionsCreateOrUpdateOptionalParams) => Promise<RoleDefinition>

Valeur de propriété

(scope: string, roleDefinitionId: string, roleDefinition: RoleDefinition, options?: RoleDefinitionsCreateOrUpdateOptionalParams) => Promise<RoleDefinition>

delete

Supprime une définition de rôle.

delete: (scope: string, roleDefinitionId: string, options?: RoleDefinitionsDeleteOptionalParams) => Promise<RoleDefinition>

Valeur de propriété

(scope: string, roleDefinitionId: string, options?: RoleDefinitionsDeleteOptionalParams) => Promise<RoleDefinition>

get

Obtenez la définition du rôle par ID (GUID).

get: (scope: string, roleDefinitionId: string, options?: RoleDefinitionsGetOptionalParams) => Promise<RoleDefinition>

Valeur de propriété

(scope: string, roleDefinitionId: string, options?: RoleDefinitionsGetOptionalParams) => Promise<RoleDefinition>

getById

On obtient une définition du rôle par ID.

getById: (roleId: string, options?: RoleDefinitionsGetByIdOptionalParams) => Promise<RoleDefinition>

Valeur de propriété

(roleId: string, options?: RoleDefinitionsGetByIdOptionalParams) => Promise<RoleDefinition>

list

Obtenez toutes les définitions de rôle applicables au champ d’application et au-dessus.

list: (scope: string, options?: RoleDefinitionsListOptionalParams) => PagedAsyncIterableIterator<RoleDefinition, RoleDefinition[], PageSettings>

Valeur de propriété

(scope: string, options?: RoleDefinitionsListOptionalParams) => PagedAsyncIterableIterator<RoleDefinition, RoleDefinition[], PageSettings>