CommitmentPlans interface
CommitmentPlans를 나타내는 인터페이스입니다.
메서드
메서드 세부 정보
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 속성입니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<CommitmentPlanAccountAssociation>, CommitmentPlanAccountAssociation>>
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 속성입니다.
옵션 매개 변수입니다.
반환
Promise<CommitmentPlanAccountAssociation>
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
만든 약정 계획에 제공할 매개 변수입니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<CommitmentPlan>, CommitmentPlan>>
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
만든 약정 계획에 제공할 매개 변수입니다.
옵션 매개 변수입니다.
반환
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의 이름
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.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의 이름
옵션 매개 변수입니다.
반환
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 계정과의 약정 플랜 연결 이름
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.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 계정과의 약정 플랜 연결 이름
옵션 매개 변수입니다.
반환
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의 이름
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.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의 이름입니다.
옵션 매개 변수입니다.
반환
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
만든 약정 플랜에 제공할 매개 변수입니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<CommitmentPlan>, CommitmentPlan>>
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
만든 약정 플랜에 제공할 매개 변수입니다.
옵션 매개 변수입니다.
반환
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 속성입니다.
옵션 매개 변수입니다.
반환
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 계정과의 약정 플랜 연결 이름
옵션 매개 변수입니다.
반환
Promise<CommitmentPlanAccountAssociation>
getPlan(string, string, CommitmentPlansGetPlanOptionalParams)
매개 변수로 지정된 Cognitive Services 약정 계획을 반환합니다.
function getPlan(resourceGroupName: string, commitmentPlanName: string, options?: CommitmentPlansGetPlanOptionalParams): Promise<CommitmentPlan>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- commitmentPlanName
-
string
Cognitive Services 계정과 연결된 commitmentPlan의 이름입니다.
옵션 매개 변수입니다.
반환
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 계정의 이름입니다.
옵션 매개 변수입니다.
반환
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의 이름입니다.
옵션 매개 변수입니다.
반환
listPlansByResourceGroup(string, CommitmentPlansListPlansByResourceGroupOptionalParams)
리소스 그룹에 속하는 특정 형식의 모든 리소스를 반환합니다.
function listPlansByResourceGroup(resourceGroupName: string, options?: CommitmentPlansListPlansByResourceGroupOptionalParams): PagedAsyncIterableIterator<CommitmentPlan, CommitmentPlan[], PageSettings>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
옵션 매개 변수입니다.
반환
listPlansBySubscription(CommitmentPlansListPlansBySubscriptionOptionalParams)
구독에 속하는 특정 형식의 모든 리소스를 반환합니다.
function listPlansBySubscription(options?: CommitmentPlansListPlansBySubscriptionOptionalParams): PagedAsyncIterableIterator<CommitmentPlan, CommitmentPlan[], PageSettings>
매개 변수
옵션 매개 변수입니다.