مشاركة عبر


OfficeConsents interface

واجهة تمثل OfficeConsents.

الأساليب

delete(string, string, string, OfficeConsentsDeleteOptionalParams)

احذف موافقة office365.

get(string, string, string, OfficeConsentsGetOptionalParams)

يحصل على موافقة office365.

list(string, string, OfficeConsentsListOptionalParams)

الحصول على جميع موافقات office365.

تفاصيل الأسلوب

delete(string, string, string, OfficeConsentsDeleteOptionalParams)

احذف موافقة office365.

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

workspaceName

string

اسم مساحة العمل.

consentId

string

معرف الموافقة

options
OfficeConsentsDeleteOptionalParams

معلمات الخيارات.

المرتجعات

Promise<void>

get(string, string, string, OfficeConsentsGetOptionalParams)

يحصل على موافقة office365.

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

workspaceName

string

اسم مساحة العمل.

consentId

string

معرف الموافقة

options
OfficeConsentsGetOptionalParams

معلمات الخيارات.

المرتجعات

Promise<OfficeConsent>

list(string, string, OfficeConsentsListOptionalParams)

الحصول على جميع موافقات office365.

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

workspaceName

string

اسم مساحة العمل.

options
OfficeConsentsListOptionalParams

معلمات الخيارات.

المرتجعات