Partager via


OfficeConsents interface

Interface représentant un OfficeConsents.

Méthodes

delete(string, string, string, OfficeConsentsDeleteOptionalParams)

Supprimez le consentement office365.

get(string, string, string, OfficeConsentsGetOptionalParams)

Obtient un consentement Office365.

list(string, string, OfficeConsentsListOptionalParams)

Obtient tous les consentements Office365.

Détails de la méthode

delete(string, string, string, OfficeConsentsDeleteOptionalParams)

Supprimez le consentement office365.

function delete(resourceGroupName: string, workspaceName: string, consentId: string, options?: OfficeConsentsDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

consentId

string

ID de consentement

options
OfficeConsentsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, OfficeConsentsGetOptionalParams)

Obtient un consentement Office365.

function get(resourceGroupName: string, workspaceName: string, consentId: string, options?: OfficeConsentsGetOptionalParams): Promise<OfficeConsent>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

consentId

string

ID de consentement

options
OfficeConsentsGetOptionalParams

Paramètres d’options.

Retours

Promise<OfficeConsent>

list(string, string, OfficeConsentsListOptionalParams)

Obtient tous les consentements Office365.

function list(resourceGroupName: string, workspaceName: string, options?: OfficeConsentsListOptionalParams): PagedAsyncIterableIterator<OfficeConsent, OfficeConsent[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

options
OfficeConsentsListOptionalParams

Paramètres d’options.

Retours