CommitmentAssociations class
CommitmentAssociations를 나타내는 클래스입니다.
생성자
| Commitment |
CommitmentAssociations를 만듭니다. |
메서드
생성자 세부 정보
CommitmentAssociations(AzureMLCommitmentPlansManagementClientContext)
CommitmentAssociations를 만듭니다.
new CommitmentAssociations(client: AzureMLCommitmentPlansManagementClientContext)
매개 변수
서비스 클라이언트에 대한 참조입니다.
메서드 세부 정보
get(string, string, string, RequestOptionsBase)
약정 연결을 가져옵니다.
function get(resourceGroupName: string, commitmentPlanName: string, commitmentAssociationName: string, options?: RequestOptionsBase): Promise<CommitmentAssociationsGetResponse>
매개 변수
- resourceGroupName
-
string
리소스 그룹 이름입니다.
- commitmentPlanName
-
string
Azure ML 약정 플랜 이름입니다.
- commitmentAssociationName
-
string
약정 연결 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<CommitmentAssociationsGetResponse>
Promise<Models.CommitmentAssociationsGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<CommitmentAssociation>)
function get(resourceGroupName: string, commitmentPlanName: string, commitmentAssociationName: string, options: RequestOptionsBase, callback: ServiceCallback<CommitmentAssociation>)
매개 변수
- resourceGroupName
-
string
리소스 그룹 이름입니다.
- commitmentPlanName
-
string
Azure ML 약정 플랜 이름입니다.
- commitmentAssociationName
-
string
약정 연결 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
get(string, string, string, ServiceCallback<CommitmentAssociation>)
function get(resourceGroupName: string, commitmentPlanName: string, commitmentAssociationName: string, callback: ServiceCallback<CommitmentAssociation>)
매개 변수
- resourceGroupName
-
string
리소스 그룹 이름입니다.
- commitmentPlanName
-
string
Azure ML 약정 플랜 이름입니다.
- commitmentAssociationName
-
string
약정 연결 이름입니다.
- callback
콜백
list(string, string, CommitmentAssociationsListOptionalParams)
부모 약정 플랜에 대한 모든 약정 연결을 가져옵니다.
function list(resourceGroupName: string, commitmentPlanName: string, options?: CommitmentAssociationsListOptionalParams): Promise<CommitmentAssociationsListResponse>
매개 변수
- resourceGroupName
-
string
리소스 그룹 이름입니다.
- commitmentPlanName
-
string
Azure ML 약정 플랜 이름입니다.
선택적 매개 변수
반환
Promise<CommitmentAssociationsListResponse>
Promise<Models.CommitmentAssociationsListResponse>
list(string, string, CommitmentAssociationsListOptionalParams, ServiceCallback<CommitmentAssociationListResult>)
function list(resourceGroupName: string, commitmentPlanName: string, options: CommitmentAssociationsListOptionalParams, callback: ServiceCallback<CommitmentAssociationListResult>)
매개 변수
- resourceGroupName
-
string
리소스 그룹 이름입니다.
- commitmentPlanName
-
string
Azure ML 약정 플랜 이름입니다.
선택적 매개 변수
콜백
list(string, string, ServiceCallback<CommitmentAssociationListResult>)
function list(resourceGroupName: string, commitmentPlanName: string, callback: ServiceCallback<CommitmentAssociationListResult>)
매개 변수
- resourceGroupName
-
string
리소스 그룹 이름입니다.
- commitmentPlanName
-
string
Azure ML 약정 플랜 이름입니다.
콜백
listNext(string, RequestOptionsBase)
부모 약정 플랜에 대한 모든 약정 연결을 가져옵니다.
function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<CommitmentAssociationsListNextResponse>
매개 변수
- nextPageLink
-
string
이전에 성공한 목록 작업 호출의 NextLink입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<Models.CommitmentAssociationsListNextResponse>
listNext(string, RequestOptionsBase, ServiceCallback<CommitmentAssociationListResult>)
function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<CommitmentAssociationListResult>)
매개 변수
- nextPageLink
-
string
이전에 성공한 목록 작업 호출의 NextLink입니다.
- options
- RequestOptionsBase
선택적 매개 변수
콜백
listNext(string, ServiceCallback<CommitmentAssociationListResult>)
function listNext(nextPageLink: string, callback: ServiceCallback<CommitmentAssociationListResult>)
매개 변수
- nextPageLink
-
string
이전에 성공한 목록 작업 호출의 NextLink입니다.
콜백
move(string, string, string, MoveCommitmentAssociationRequest, RequestOptionsBase)
한 약정 계획에서 다른 약정 계획으로 약정 연결을 다시 부모로 설정합니다.
function move(resourceGroupName: string, commitmentPlanName: string, commitmentAssociationName: string, movePayload: MoveCommitmentAssociationRequest, options?: RequestOptionsBase): Promise<CommitmentAssociationsMoveResponse>
매개 변수
- resourceGroupName
-
string
리소스 그룹 이름입니다.
- commitmentPlanName
-
string
Azure ML 약정 플랜 이름입니다.
- commitmentAssociationName
-
string
약정 연결 이름입니다.
- movePayload
- MoveCommitmentAssociationRequest
이동 요청 페이로드입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<CommitmentAssociationsMoveResponse>
Promise<Models.CommitmentAssociationsMoveResponse>
move(string, string, string, MoveCommitmentAssociationRequest, RequestOptionsBase, ServiceCallback<CommitmentAssociation>)
function move(resourceGroupName: string, commitmentPlanName: string, commitmentAssociationName: string, movePayload: MoveCommitmentAssociationRequest, options: RequestOptionsBase, callback: ServiceCallback<CommitmentAssociation>)
매개 변수
- resourceGroupName
-
string
리소스 그룹 이름입니다.
- commitmentPlanName
-
string
Azure ML 약정 플랜 이름입니다.
- commitmentAssociationName
-
string
약정 연결 이름입니다.
- movePayload
- MoveCommitmentAssociationRequest
이동 요청 페이로드입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
move(string, string, string, MoveCommitmentAssociationRequest, ServiceCallback<CommitmentAssociation>)
function move(resourceGroupName: string, commitmentPlanName: string, commitmentAssociationName: string, movePayload: MoveCommitmentAssociationRequest, callback: ServiceCallback<CommitmentAssociation>)
매개 변수
- resourceGroupName
-
string
리소스 그룹 이름입니다.
- commitmentPlanName
-
string
Azure ML 약정 플랜 이름입니다.
- commitmentAssociationName
-
string
약정 연결 이름입니다.
- movePayload
- MoveCommitmentAssociationRequest
이동 요청 페이로드입니다.
- callback
콜백