Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CommitmentPlans

Package version

Class representing a CommitmentPlans.

Hierarchy

  • CommitmentPlans

Index

Constructors

constructor

Methods

createOrUpdate

  • createOrUpdate(createOrUpdatePayload: CommitmentPlan, resourceGroupName: string, commitmentPlanName: string, options?: msRest.RequestOptionsBase): Promise<Models.CommitmentPlansCreateOrUpdateResponse>
  • createOrUpdate(createOrUpdatePayload: CommitmentPlan, resourceGroupName: string, commitmentPlanName: string, callback: msRest.ServiceCallback<CommitmentPlan>): void
  • createOrUpdate(createOrUpdatePayload: CommitmentPlan, resourceGroupName: string, commitmentPlanName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<CommitmentPlan>): void
  • Create a new Azure ML commitment plan resource or updates an existing one.

    Parameters

    • createOrUpdatePayload: CommitmentPlan

      The payload to create or update the Azure ML commitment plan.

    • resourceGroupName: string

      The resource group name.

    • commitmentPlanName: string

      The Azure ML commitment plan name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.CommitmentPlansCreateOrUpdateResponse>

    Promise<Models.CommitmentPlansCreateOrUpdateResponse>

  • Parameters

    • createOrUpdatePayload: CommitmentPlan

      The payload to create or update the Azure ML commitment plan.

    • resourceGroupName: string

      The resource group name.

    • commitmentPlanName: string

      The Azure ML commitment plan name.

    • callback: msRest.ServiceCallback<CommitmentPlan>

      The callback

    Returns void

  • Parameters

    • createOrUpdatePayload: CommitmentPlan

      The payload to create or update the Azure ML commitment plan.

    • resourceGroupName: string

      The resource group name.

    • commitmentPlanName: string

      The Azure ML commitment plan name.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<CommitmentPlan>

      The callback

    Returns void

get

  • get(resourceGroupName: string, commitmentPlanName: string, options?: msRest.RequestOptionsBase): Promise<Models.CommitmentPlansGetResponse>
  • get(resourceGroupName: string, commitmentPlanName: string, callback: msRest.ServiceCallback<CommitmentPlan>): void
  • get(resourceGroupName: string, commitmentPlanName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<CommitmentPlan>): void
  • Retrieve an Azure ML commitment plan by its subscription, resource group and name.

    Parameters

    • resourceGroupName: string

      The resource group name.

    • commitmentPlanName: string

      The Azure ML commitment plan name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.CommitmentPlansGetResponse>

    Promise<Models.CommitmentPlansGetResponse>

  • Parameters

    • resourceGroupName: string

      The resource group name.

    • commitmentPlanName: string

      The Azure ML commitment plan name.

    • callback: msRest.ServiceCallback<CommitmentPlan>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The resource group name.

    • commitmentPlanName: string

      The Azure ML commitment plan name.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<CommitmentPlan>

      The callback

    Returns void

list

listInResourceGroup

listInResourceGroupNext

  • listInResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.CommitmentPlansListInResourceGroupNextResponse>
  • listInResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<CommitmentPlanListResult>): void
  • listInResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<CommitmentPlanListResult>): void
  • Retrieve all Azure ML commitment plans in a resource group.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.CommitmentPlansListInResourceGroupNextResponse>

    Promise<Models.CommitmentPlansListInResourceGroupNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<CommitmentPlanListResult>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<CommitmentPlanListResult>

      The callback

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.CommitmentPlansListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<CommitmentPlanListResult>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<CommitmentPlanListResult>): void
  • Retrieve all Azure ML commitment plans in a subscription.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.CommitmentPlansListNextResponse>

    Promise<Models.CommitmentPlansListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<CommitmentPlanListResult>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<CommitmentPlanListResult>

      The callback

    Returns void

patch

  • patch(patchPayload: CommitmentPlanPatchPayload, resourceGroupName: string, commitmentPlanName: string, options?: msRest.RequestOptionsBase): Promise<Models.CommitmentPlansPatchResponse>
  • patch(patchPayload: CommitmentPlanPatchPayload, resourceGroupName: string, commitmentPlanName: string, callback: msRest.ServiceCallback<CommitmentPlan>): void
  • patch(patchPayload: CommitmentPlanPatchPayload, resourceGroupName: string, commitmentPlanName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<CommitmentPlan>): void
  • Patch an existing Azure ML commitment plan resource.

    Parameters

    • patchPayload: CommitmentPlanPatchPayload

      The payload to use to patch the Azure ML commitment plan. Only tags and SKU may be modified on an existing commitment plan.

    • resourceGroupName: string

      The resource group name.

    • commitmentPlanName: string

      The Azure ML commitment plan name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.CommitmentPlansPatchResponse>

    Promise<Models.CommitmentPlansPatchResponse>

  • Parameters

    • patchPayload: CommitmentPlanPatchPayload

      The payload to use to patch the Azure ML commitment plan. Only tags and SKU may be modified on an existing commitment plan.

    • resourceGroupName: string

      The resource group name.

    • commitmentPlanName: string

      The Azure ML commitment plan name.

    • callback: msRest.ServiceCallback<CommitmentPlan>

      The callback

    Returns void

  • Parameters

    • patchPayload: CommitmentPlanPatchPayload

      The payload to use to patch the Azure ML commitment plan. Only tags and SKU may be modified on an existing commitment plan.

    • resourceGroupName: string

      The resource group name.

    • commitmentPlanName: string

      The Azure ML commitment plan name.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<CommitmentPlan>

      The callback

    Returns void

remove

  • remove(resourceGroupName: string, commitmentPlanName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • remove(resourceGroupName: string, commitmentPlanName: string, callback: msRest.ServiceCallback<void>): void
  • remove(resourceGroupName: string, commitmentPlanName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Remove an existing Azure ML commitment plan.

    Parameters

    • resourceGroupName: string

      The resource group name.

    • commitmentPlanName: string

      The Azure ML commitment plan name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • resourceGroupName: string

      The resource group name.

    • commitmentPlanName: string

      The Azure ML commitment plan name.

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The resource group name.

    • commitmentPlanName: string

      The Azure ML commitment plan name.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

Generated using TypeDoc