Sdílet prostřednictvím


OfficeConsents interface

Rozhraní představující OfficeConsents.

Metody

delete(string, string, string, OfficeConsentsDeleteOptionalParams)

Odstraňte souhlas Office365.

get(string, string, string, OfficeConsentsGetOptionalParams)

Získá souhlas Office365.

list(string, string, OfficeConsentsListOptionalParams)

Získá všechny souhlasy Office365.

Podrobnosti metody

delete(string, string, string, OfficeConsentsDeleteOptionalParams)

Odstraňte souhlas Office365.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

workspaceName

string

Název pracovního prostoru.

consentId

string

ID souhlasu

options
OfficeConsentsDeleteOptionalParams

Parametry možností.

Návraty

Promise<void>

get(string, string, string, OfficeConsentsGetOptionalParams)

Získá souhlas Office365.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

workspaceName

string

Název pracovního prostoru.

consentId

string

ID souhlasu

options
OfficeConsentsGetOptionalParams

Parametry možností.

Návraty

Promise<OfficeConsent>

list(string, string, OfficeConsentsListOptionalParams)

Získá všechny souhlasy Office365.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

workspaceName

string

Název pracovního prostoru.

options
OfficeConsentsListOptionalParams

Parametry možností.

Návraty