다음을 통해 공유


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

옵션 매개 변수입니다.

반환