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

同意 ID

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

同意 ID

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

オプション パラメーター。

戻り値