CommitmentAssociations class
Classe représentant un CommitmentAssociations.
Constructeurs
| Commitment |
Créez un CommitmentAssociations. |
Méthodes
Détails du constructeur
CommitmentAssociations(AzureMLCommitmentPlansManagementClientContext)
Créez un CommitmentAssociations.
new CommitmentAssociations(client: AzureMLCommitmentPlansManagementClientContext)
Paramètres
Référence au client de service.
Détails de la méthode
get(string, string, string, RequestOptionsBase)
Obtenez une association d’engagement.
function get(resourceGroupName: string, commitmentPlanName: string, commitmentAssociationName: string, options?: RequestOptionsBase): Promise<CommitmentAssociationsGetResponse>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- commitmentPlanName
-
string
Nom du plan d’engagement Azure ML.
- commitmentAssociationName
-
string
Nom de l’association d’engagement.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<CommitmentAssociationsGetResponse>
Modèles de promesses.EngagementAssociationsGetResponse<>
get(string, string, string, RequestOptionsBase, ServiceCallback<CommitmentAssociation>)
function get(resourceGroupName: string, commitmentPlanName: string, commitmentAssociationName: string, options: RequestOptionsBase, callback: ServiceCallback<CommitmentAssociation>)
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- commitmentPlanName
-
string
Nom du plan d’engagement Azure ML.
- commitmentAssociationName
-
string
Nom de l’association d’engagement.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
get(string, string, string, ServiceCallback<CommitmentAssociation>)
function get(resourceGroupName: string, commitmentPlanName: string, commitmentAssociationName: string, callback: ServiceCallback<CommitmentAssociation>)
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- commitmentPlanName
-
string
Nom du plan d’engagement Azure ML.
- commitmentAssociationName
-
string
Nom de l’association d’engagement.
- callback
Rappel
list(string, string, CommitmentAssociationsListOptionalParams)
Obtenez toutes les associations d’engagement pour un plan d’engagement parent.
function list(resourceGroupName: string, commitmentPlanName: string, options?: CommitmentAssociationsListOptionalParams): Promise<CommitmentAssociationsListResponse>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- commitmentPlanName
-
string
Nom du plan d’engagement Azure ML.
Paramètres facultatifs
Retours
Promise<CommitmentAssociationsListResponse>
Promise<Models.CommitmentAssociationsListResponse>
list(string, string, CommitmentAssociationsListOptionalParams, ServiceCallback<CommitmentAssociationListResult>)
function list(resourceGroupName: string, commitmentPlanName: string, options: CommitmentAssociationsListOptionalParams, callback: ServiceCallback<CommitmentAssociationListResult>)
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- commitmentPlanName
-
string
Nom du plan d’engagement Azure ML.
Paramètres facultatifs
Rappel
list(string, string, ServiceCallback<CommitmentAssociationListResult>)
function list(resourceGroupName: string, commitmentPlanName: string, callback: ServiceCallback<CommitmentAssociationListResult>)
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- commitmentPlanName
-
string
Nom du plan d’engagement Azure ML.
Rappel
listNext(string, RequestOptionsBase)
Obtenez toutes les associations d’engagement pour un plan d’engagement parent.
function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<CommitmentAssociationsListNextResponse>
Paramètres
- nextPageLink
-
string
NextLink de l’appel réussi précédent à l’opération De liste.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<Models.CommitmentAssociationsListNextResponse>
listNext(string, RequestOptionsBase, ServiceCallback<CommitmentAssociationListResult>)
function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<CommitmentAssociationListResult>)
Paramètres
- nextPageLink
-
string
NextLink de l’appel réussi précédent à l’opération De liste.
- options
- RequestOptionsBase
Paramètres facultatifs
Rappel
listNext(string, ServiceCallback<CommitmentAssociationListResult>)
function listNext(nextPageLink: string, callback: ServiceCallback<CommitmentAssociationListResult>)
Paramètres
- nextPageLink
-
string
NextLink de l’appel réussi précédent à l’opération De liste.
Rappel
move(string, string, string, MoveCommitmentAssociationRequest, RequestOptionsBase)
Re-parenter une association d’engagement d’un plan d’engagement à une autre.
function move(resourceGroupName: string, commitmentPlanName: string, commitmentAssociationName: string, movePayload: MoveCommitmentAssociationRequest, options?: RequestOptionsBase): Promise<CommitmentAssociationsMoveResponse>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- commitmentPlanName
-
string
Nom du plan d’engagement Azure ML.
- commitmentAssociationName
-
string
Nom de l’association d’engagement.
- movePayload
- MoveCommitmentAssociationRequest
Charge utile de la demande de déplacement.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
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>)
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- commitmentPlanName
-
string
Nom du plan d’engagement Azure ML.
- commitmentAssociationName
-
string
Nom de l’association d’engagement.
- movePayload
- MoveCommitmentAssociationRequest
Charge utile de la demande de déplacement.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
move(string, string, string, MoveCommitmentAssociationRequest, ServiceCallback<CommitmentAssociation>)
function move(resourceGroupName: string, commitmentPlanName: string, commitmentAssociationName: string, movePayload: MoveCommitmentAssociationRequest, callback: ServiceCallback<CommitmentAssociation>)
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- commitmentPlanName
-
string
Nom du plan d’engagement Azure ML.
- commitmentAssociationName
-
string
Nom de l’association d’engagement.
- movePayload
- MoveCommitmentAssociationRequest
Charge utile de la demande de déplacement.
- callback
Rappel