CommitmentAssociations class
CommitmentAssociations'ı temsil eden sınıf.
Oluşturucular
| Commitment |
CommitmentAssociations oluşturun. |
Yöntemler
Oluşturucu Ayrıntıları
CommitmentAssociations(AzureMLCommitmentPlansManagementClientContext)
CommitmentAssociations oluşturun.
new CommitmentAssociations(client: AzureMLCommitmentPlansManagementClientContext)
Parametreler
Hizmet istemcisine başvuru.
Yöntem Ayrıntıları
get(string, string, string, RequestOptionsBase)
Taahhüt ilişkilendirmesi alın.
function get(resourceGroupName: string, commitmentPlanName: string, commitmentAssociationName: string, options?: RequestOptionsBase): Promise<CommitmentAssociationsGetResponse>
Parametreler
- resourceGroupName
-
string
Kaynak grubu adı.
- commitmentPlanName
-
string
Azure ML taahhüt planı adı.
- commitmentAssociationName
-
string
Taahhüt ilişkilendirme adı.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
Döndürülenler
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>)
Parametreler
- resourceGroupName
-
string
Kaynak grubu adı.
- commitmentPlanName
-
string
Azure ML taahhüt planı adı.
- commitmentAssociationName
-
string
Taahhüt ilişkilendirme adı.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
- callback
Geri çağırma
get(string, string, string, ServiceCallback<CommitmentAssociation>)
function get(resourceGroupName: string, commitmentPlanName: string, commitmentAssociationName: string, callback: ServiceCallback<CommitmentAssociation>)
Parametreler
- resourceGroupName
-
string
Kaynak grubu adı.
- commitmentPlanName
-
string
Azure ML taahhüt planı adı.
- commitmentAssociationName
-
string
Taahhüt ilişkilendirme adı.
- callback
Geri çağırma
list(string, string, CommitmentAssociationsListOptionalParams)
Üst taahhüt planı için tüm taahhüt ilişkilendirmelerini alma.
function list(resourceGroupName: string, commitmentPlanName: string, options?: CommitmentAssociationsListOptionalParams): Promise<CommitmentAssociationsListResponse>
Parametreler
- resourceGroupName
-
string
Kaynak grubu adı.
- commitmentPlanName
-
string
Azure ML taahhüt planı adı.
İsteğe bağlı parametreler
Döndürülenler
Promise<CommitmentAssociationsListResponse>
Promise<Models.CommitmentAssociationsListResponse>
list(string, string, CommitmentAssociationsListOptionalParams, ServiceCallback<CommitmentAssociationListResult>)
function list(resourceGroupName: string, commitmentPlanName: string, options: CommitmentAssociationsListOptionalParams, callback: ServiceCallback<CommitmentAssociationListResult>)
Parametreler
- resourceGroupName
-
string
Kaynak grubu adı.
- commitmentPlanName
-
string
Azure ML taahhüt planı adı.
İsteğe bağlı parametreler
Geri çağırma
list(string, string, ServiceCallback<CommitmentAssociationListResult>)
function list(resourceGroupName: string, commitmentPlanName: string, callback: ServiceCallback<CommitmentAssociationListResult>)
Parametreler
- resourceGroupName
-
string
Kaynak grubu adı.
- commitmentPlanName
-
string
Azure ML taahhüt planı adı.
Geri çağırma
listNext(string, RequestOptionsBase)
Üst taahhüt planı için tüm taahhüt ilişkilendirmelerini alma.
function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<CommitmentAssociationsListNextResponse>
Parametreler
- nextPageLink
-
string
Önceki başarılı List çağrısından NextLink işlemi.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
Döndürülenler
Promise<Models.CommitmentAssociationsListNextResponse>
listNext(string, RequestOptionsBase, ServiceCallback<CommitmentAssociationListResult>)
function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<CommitmentAssociationListResult>)
Parametreler
- nextPageLink
-
string
Önceki başarılı List çağrısından NextLink işlemi.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
Geri çağırma
listNext(string, ServiceCallback<CommitmentAssociationListResult>)
function listNext(nextPageLink: string, callback: ServiceCallback<CommitmentAssociationListResult>)
Parametreler
- nextPageLink
-
string
Önceki başarılı List çağrısından NextLink işlemi.
Geri çağırma
move(string, string, string, MoveCommitmentAssociationRequest, RequestOptionsBase)
Taahhüt ilişkisini bir taahhüt planından diğerine yeniden üst öğe olarak ekleme.
function move(resourceGroupName: string, commitmentPlanName: string, commitmentAssociationName: string, movePayload: MoveCommitmentAssociationRequest, options?: RequestOptionsBase): Promise<CommitmentAssociationsMoveResponse>
Parametreler
- resourceGroupName
-
string
Kaynak grubu adı.
- commitmentPlanName
-
string
Azure ML taahhüt planı adı.
- commitmentAssociationName
-
string
Taahhüt ilişkilendirme adı.
- movePayload
- MoveCommitmentAssociationRequest
Taşıma isteği yükü.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
Döndürülenler
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>)
Parametreler
- resourceGroupName
-
string
Kaynak grubu adı.
- commitmentPlanName
-
string
Azure ML taahhüt planı adı.
- commitmentAssociationName
-
string
Taahhüt ilişkilendirme adı.
- movePayload
- MoveCommitmentAssociationRequest
Taşıma isteği yükü.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
- callback
Geri çağırma
move(string, string, string, MoveCommitmentAssociationRequest, ServiceCallback<CommitmentAssociation>)
function move(resourceGroupName: string, commitmentPlanName: string, commitmentAssociationName: string, movePayload: MoveCommitmentAssociationRequest, callback: ServiceCallback<CommitmentAssociation>)
Parametreler
- resourceGroupName
-
string
Kaynak grubu adı.
- commitmentPlanName
-
string
Azure ML taahhüt planı adı.
- commitmentAssociationName
-
string
Taahhüt ilişkilendirme adı.
- movePayload
- MoveCommitmentAssociationRequest
Taşıma isteği yükü.
- callback
Geri çağırma