Share via


CommitmentPlans interface

CommitmentPlans를 나타내는 인터페이스입니다.

메서드

beginCreateOrUpdateAssociation(string, string, string, CommitmentPlanAccountAssociation, CommitmentPlansCreateOrUpdateAssociationOptionalParams)

Cognitive Services 약정 계획의 연결을 만들거나 업데이트합니다.

beginCreateOrUpdateAssociationAndWait(string, string, string, CommitmentPlanAccountAssociation, CommitmentPlansCreateOrUpdateAssociationOptionalParams)

Cognitive Services 약정 계획의 연결을 만들거나 업데이트합니다.

beginCreateOrUpdatePlan(string, string, CommitmentPlan, CommitmentPlansCreateOrUpdatePlanOptionalParams)

Cognitive Services 약정 계획을 만듭니다.

beginCreateOrUpdatePlanAndWait(string, string, CommitmentPlan, CommitmentPlansCreateOrUpdatePlanOptionalParams)

Cognitive Services 약정 계획을 만듭니다.

beginDelete(string, string, string, CommitmentPlansDeleteOptionalParams)

Cognitive Services 계정과 연결된 지정된 commitmentPlan을 삭제합니다.

beginDeleteAndWait(string, string, string, CommitmentPlansDeleteOptionalParams)

Cognitive Services 계정과 연결된 지정된 commitmentPlan을 삭제합니다.

beginDeleteAssociation(string, string, string, CommitmentPlansDeleteAssociationOptionalParams)

Cognitive Services 약정 계획의 연결을 삭제합니다.

beginDeleteAssociationAndWait(string, string, string, CommitmentPlansDeleteAssociationOptionalParams)

Cognitive Services 약정 계획의 연결을 삭제합니다.

beginDeletePlan(string, string, CommitmentPlansDeletePlanOptionalParams)

리소스 그룹에서 Cognitive Services 약정 계획을 삭제합니다.

beginDeletePlanAndWait(string, string, CommitmentPlansDeletePlanOptionalParams)

리소스 그룹에서 Cognitive Services 약정 계획을 삭제합니다.

beginUpdatePlan(string, string, PatchResourceTagsAndSku, CommitmentPlansUpdatePlanOptionalParams)

Cognitive Services 약정 계획을 만듭니다.

beginUpdatePlanAndWait(string, string, PatchResourceTagsAndSku, CommitmentPlansUpdatePlanOptionalParams)

Cognitive Services 약정 계획을 만듭니다.

createOrUpdate(string, string, string, CommitmentPlan, CommitmentPlansCreateOrUpdateOptionalParams)

Cognitive Services 계정과 연결된 지정된 commitmentPlans의 상태를 업데이트합니다.

get(string, string, string, CommitmentPlansGetOptionalParams)

Cognitive Services 계정과 연결된 지정된 commitmentPlans를 가져옵니다.

getAssociation(string, string, string, CommitmentPlansGetAssociationOptionalParams)

Cognitive Services 약정 계획의 연결을 가져옵니다.

getPlan(string, string, CommitmentPlansGetPlanOptionalParams)

매개 변수로 지정된 Cognitive Services 약정 계획을 반환합니다.

list(string, string, CommitmentPlansListOptionalParams)

Cognitive Services 계정과 연결된 commitmentPlans를 가져옵니다.

listAssociations(string, string, CommitmentPlansListAssociationsOptionalParams)

Cognitive Services 약정 계획의 연결을 가져옵니다.

listPlansByResourceGroup(string, CommitmentPlansListPlansByResourceGroupOptionalParams)

리소스 그룹에 속하는 특정 형식의 모든 리소스를 반환합니다.

listPlansBySubscription(CommitmentPlansListPlansBySubscriptionOptionalParams)

구독에 속하는 특정 형식의 모든 리소스를 반환합니다.

메서드 세부 정보

beginCreateOrUpdateAssociation(string, string, string, CommitmentPlanAccountAssociation, CommitmentPlansCreateOrUpdateAssociationOptionalParams)

Cognitive Services 약정 계획의 연결을 만들거나 업데이트합니다.

function beginCreateOrUpdateAssociation(resourceGroupName: string, commitmentPlanName: string, commitmentPlanAssociationName: string, association: CommitmentPlanAccountAssociation, options?: CommitmentPlansCreateOrUpdateAssociationOptionalParams): Promise<SimplePollerLike<OperationState<CommitmentPlanAccountAssociation>, CommitmentPlanAccountAssociation>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

commitmentPlanName

string

Cognitive Services 계정과 연결된 commitmentPlan의 이름

commitmentPlanAssociationName

string

Cognitive Services 계정과의 약정 플랜 연결 이름

association
CommitmentPlanAccountAssociation

commitmentPlan 속성입니다.

options
CommitmentPlansCreateOrUpdateAssociationOptionalParams

옵션 매개 변수입니다.

반환

beginCreateOrUpdateAssociationAndWait(string, string, string, CommitmentPlanAccountAssociation, CommitmentPlansCreateOrUpdateAssociationOptionalParams)

Cognitive Services 약정 계획의 연결을 만들거나 업데이트합니다.

function beginCreateOrUpdateAssociationAndWait(resourceGroupName: string, commitmentPlanName: string, commitmentPlanAssociationName: string, association: CommitmentPlanAccountAssociation, options?: CommitmentPlansCreateOrUpdateAssociationOptionalParams): Promise<CommitmentPlanAccountAssociation>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

commitmentPlanName

string

Cognitive Services 계정과 연결된 commitmentPlan의 이름

commitmentPlanAssociationName

string

Cognitive Services 계정과의 약정 플랜 연결 이름

association
CommitmentPlanAccountAssociation

commitmentPlan 속성입니다.

options
CommitmentPlansCreateOrUpdateAssociationOptionalParams

옵션 매개 변수입니다.

반환

beginCreateOrUpdatePlan(string, string, CommitmentPlan, CommitmentPlansCreateOrUpdatePlanOptionalParams)

Cognitive Services 약정 계획을 만듭니다.

function beginCreateOrUpdatePlan(resourceGroupName: string, commitmentPlanName: string, commitmentPlan: CommitmentPlan, options?: CommitmentPlansCreateOrUpdatePlanOptionalParams): Promise<SimplePollerLike<OperationState<CommitmentPlan>, CommitmentPlan>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

commitmentPlanName

string

Cognitive Services 계정과 연결된 commitmentPlan의 이름

commitmentPlan
CommitmentPlan

만든 약정 계획에 제공할 매개 변수입니다.

options
CommitmentPlansCreateOrUpdatePlanOptionalParams

옵션 매개 변수입니다.

반환

beginCreateOrUpdatePlanAndWait(string, string, CommitmentPlan, CommitmentPlansCreateOrUpdatePlanOptionalParams)

Cognitive Services 약정 계획을 만듭니다.

function beginCreateOrUpdatePlanAndWait(resourceGroupName: string, commitmentPlanName: string, commitmentPlan: CommitmentPlan, options?: CommitmentPlansCreateOrUpdatePlanOptionalParams): Promise<CommitmentPlan>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

commitmentPlanName

string

Cognitive Services 계정과 연결된 commitmentPlan의 이름

commitmentPlan
CommitmentPlan

만든 약정 계획에 제공할 매개 변수입니다.

options
CommitmentPlansCreateOrUpdatePlanOptionalParams

옵션 매개 변수입니다.

반환

Promise<CommitmentPlan>

beginDelete(string, string, string, CommitmentPlansDeleteOptionalParams)

Cognitive Services 계정과 연결된 지정된 commitmentPlan을 삭제합니다.

function beginDelete(resourceGroupName: string, accountName: string, commitmentPlanName: string, options?: CommitmentPlansDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

accountName

string

Cognitive Services 계정의 이름입니다.

commitmentPlanName

string

Cognitive Services 계정과 연결된 commitmentPlan의 이름

options
CommitmentPlansDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, CommitmentPlansDeleteOptionalParams)

Cognitive Services 계정과 연결된 지정된 commitmentPlan을 삭제합니다.

function beginDeleteAndWait(resourceGroupName: string, accountName: string, commitmentPlanName: string, options?: CommitmentPlansDeleteOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

accountName

string

Cognitive Services 계정의 이름입니다.

commitmentPlanName

string

Cognitive Services 계정과 연결된 commitmentPlan의 이름

options
CommitmentPlansDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

beginDeleteAssociation(string, string, string, CommitmentPlansDeleteAssociationOptionalParams)

Cognitive Services 약정 계획의 연결을 삭제합니다.

function beginDeleteAssociation(resourceGroupName: string, commitmentPlanName: string, commitmentPlanAssociationName: string, options?: CommitmentPlansDeleteAssociationOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

commitmentPlanName

string

Cognitive Services 계정과 연결된 commitmentPlan의 이름

commitmentPlanAssociationName

string

Cognitive Services 계정과의 약정 플랜 연결 이름

options
CommitmentPlansDeleteAssociationOptionalParams

옵션 매개 변수입니다.

반환

Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAssociationAndWait(string, string, string, CommitmentPlansDeleteAssociationOptionalParams)

Cognitive Services 약정 계획의 연결을 삭제합니다.

function beginDeleteAssociationAndWait(resourceGroupName: string, commitmentPlanName: string, commitmentPlanAssociationName: string, options?: CommitmentPlansDeleteAssociationOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

commitmentPlanName

string

Cognitive Services 계정과 연결된 commitmentPlan의 이름

commitmentPlanAssociationName

string

Cognitive Services 계정과의 약정 플랜 연결 이름

options
CommitmentPlansDeleteAssociationOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

beginDeletePlan(string, string, CommitmentPlansDeletePlanOptionalParams)

리소스 그룹에서 Cognitive Services 약정 계획을 삭제합니다.

function beginDeletePlan(resourceGroupName: string, commitmentPlanName: string, options?: CommitmentPlansDeletePlanOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

commitmentPlanName

string

Cognitive Services 계정과 연결된 commitmentPlan의 이름

options
CommitmentPlansDeletePlanOptionalParams

옵션 매개 변수입니다.

반환

Promise<SimplePollerLike<OperationState<void>, void>>

beginDeletePlanAndWait(string, string, CommitmentPlansDeletePlanOptionalParams)

리소스 그룹에서 Cognitive Services 약정 계획을 삭제합니다.

function beginDeletePlanAndWait(resourceGroupName: string, commitmentPlanName: string, options?: CommitmentPlansDeletePlanOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

commitmentPlanName

string

Cognitive Services 계정과 연결된 commitmentPlan의 이름입니다.

options
CommitmentPlansDeletePlanOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

beginUpdatePlan(string, string, PatchResourceTagsAndSku, CommitmentPlansUpdatePlanOptionalParams)

Cognitive Services 약정 계획을 만듭니다.

function beginUpdatePlan(resourceGroupName: string, commitmentPlanName: string, commitmentPlan: PatchResourceTagsAndSku, options?: CommitmentPlansUpdatePlanOptionalParams): Promise<SimplePollerLike<OperationState<CommitmentPlan>, CommitmentPlan>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

commitmentPlanName

string

Cognitive Services 계정과 연결된 commitmentPlan의 이름입니다.

commitmentPlan
PatchResourceTagsAndSku

만든 약정 플랜에 제공할 매개 변수입니다.

options
CommitmentPlansUpdatePlanOptionalParams

옵션 매개 변수입니다.

반환

beginUpdatePlanAndWait(string, string, PatchResourceTagsAndSku, CommitmentPlansUpdatePlanOptionalParams)

Cognitive Services 약정 계획을 만듭니다.

function beginUpdatePlanAndWait(resourceGroupName: string, commitmentPlanName: string, commitmentPlan: PatchResourceTagsAndSku, options?: CommitmentPlansUpdatePlanOptionalParams): Promise<CommitmentPlan>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

commitmentPlanName

string

Cognitive Services 계정과 연결된 commitmentPlan의 이름입니다.

commitmentPlan
PatchResourceTagsAndSku

만든 약정 플랜에 제공할 매개 변수입니다.

options
CommitmentPlansUpdatePlanOptionalParams

옵션 매개 변수입니다.

반환

Promise<CommitmentPlan>

createOrUpdate(string, string, string, CommitmentPlan, CommitmentPlansCreateOrUpdateOptionalParams)

Cognitive Services 계정과 연결된 지정된 commitmentPlans의 상태를 업데이트합니다.

function createOrUpdate(resourceGroupName: string, accountName: string, commitmentPlanName: string, commitmentPlan: CommitmentPlan, options?: CommitmentPlansCreateOrUpdateOptionalParams): Promise<CommitmentPlan>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

accountName

string

Cognitive Services 계정의 이름입니다.

commitmentPlanName

string

Cognitive Services 계정과 연결된 commitmentPlan의 이름입니다.

commitmentPlan
CommitmentPlan

commitmentPlan 속성입니다.

options
CommitmentPlansCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<CommitmentPlan>

get(string, string, string, CommitmentPlansGetOptionalParams)

Cognitive Services 계정과 연결된 지정된 commitmentPlans를 가져옵니다.

function get(resourceGroupName: string, accountName: string, commitmentPlanName: string, options?: CommitmentPlansGetOptionalParams): Promise<CommitmentPlan>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

accountName

string

Cognitive Services 계정의 이름입니다.

commitmentPlanName

string

Cognitive Services 계정과 연결된 commitmentPlan의 이름입니다.

options
CommitmentPlansGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<CommitmentPlan>

getAssociation(string, string, string, CommitmentPlansGetAssociationOptionalParams)

Cognitive Services 약정 계획의 연결을 가져옵니다.

function getAssociation(resourceGroupName: string, commitmentPlanName: string, commitmentPlanAssociationName: string, options?: CommitmentPlansGetAssociationOptionalParams): Promise<CommitmentPlanAccountAssociation>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

commitmentPlanName

string

Cognitive Services 계정과 연결된 commitmentPlan의 이름입니다.

commitmentPlanAssociationName

string

Cognitive Services 계정과의 약정 플랜 연결 이름

options
CommitmentPlansGetAssociationOptionalParams

옵션 매개 변수입니다.

반환

getPlan(string, string, CommitmentPlansGetPlanOptionalParams)

매개 변수로 지정된 Cognitive Services 약정 계획을 반환합니다.

function getPlan(resourceGroupName: string, commitmentPlanName: string, options?: CommitmentPlansGetPlanOptionalParams): Promise<CommitmentPlan>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

commitmentPlanName

string

Cognitive Services 계정과 연결된 commitmentPlan의 이름입니다.

options
CommitmentPlansGetPlanOptionalParams

옵션 매개 변수입니다.

반환

Promise<CommitmentPlan>

list(string, string, CommitmentPlansListOptionalParams)

Cognitive Services 계정과 연결된 commitmentPlans를 가져옵니다.

function list(resourceGroupName: string, accountName: string, options?: CommitmentPlansListOptionalParams): PagedAsyncIterableIterator<CommitmentPlan, CommitmentPlan[], PageSettings>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

accountName

string

Cognitive Services 계정의 이름입니다.

options
CommitmentPlansListOptionalParams

옵션 매개 변수입니다.

반환

listAssociations(string, string, CommitmentPlansListAssociationsOptionalParams)

Cognitive Services 약정 계획의 연결을 가져옵니다.

function listAssociations(resourceGroupName: string, commitmentPlanName: string, options?: CommitmentPlansListAssociationsOptionalParams): PagedAsyncIterableIterator<CommitmentPlanAccountAssociation, CommitmentPlanAccountAssociation[], PageSettings>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

commitmentPlanName

string

Cognitive Services 계정과 연결된 commitmentPlan의 이름입니다.

options
CommitmentPlansListAssociationsOptionalParams

옵션 매개 변수입니다.

반환

listPlansByResourceGroup(string, CommitmentPlansListPlansByResourceGroupOptionalParams)

리소스 그룹에 속하는 특정 형식의 모든 리소스를 반환합니다.

function listPlansByResourceGroup(resourceGroupName: string, options?: CommitmentPlansListPlansByResourceGroupOptionalParams): PagedAsyncIterableIterator<CommitmentPlan, CommitmentPlan[], PageSettings>

매개 변수

resourceGroupName

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

options
CommitmentPlansListPlansByResourceGroupOptionalParams

옵션 매개 변수입니다.

반환

listPlansBySubscription(CommitmentPlansListPlansBySubscriptionOptionalParams)

구독에 속하는 특정 형식의 모든 리소스를 반환합니다.

function listPlansBySubscription(options?: CommitmentPlansListPlansBySubscriptionOptionalParams): PagedAsyncIterableIterator<CommitmentPlan, CommitmentPlan[], PageSettings>

매개 변수

options
CommitmentPlansListPlansBySubscriptionOptionalParams

옵션 매개 변수입니다.

반환