Create a Services.
Reference to the service client.
The services resource is the top-level resource that represents the Database Migration Service. The PUT method creates a new service or updates an existing one. When a service is updated, existing child resources (i.e. tasks) are unaffected. Services currently support a single kind, "vm", which refers to a VM-based service, although other kinds may be added in the future. This method can change the kind, SKU, and network of the service, but if tasks are currently running (i.e. the service is busy), this will fail with 400 Bad Request ("ServiceIsBusy"). The provider will reply when successful with 200 OK or 201 Created. Long-running operations use the provisioningState property.
Information about the service
Name of the resource group
Name of the service
Promise<msRestAzure.LROPoller>
The services resource is the top-level resource that represents the Database Migration Service. The DELETE method deletes a service. Any running tasks will be canceled.
Name of the resource group
Name of the service
Promise<msRestAzure.LROPoller>
The services resource is the top-level resource that represents the Database Migration Service. This action starts the service and the service can be used for data migration.
Name of the resource group
Name of the service
Promise<msRestAzure.LROPoller>
The services resource is the top-level resource that represents the Database Migration Service. This action stops the service and the service cannot be used for data migration. The service owner won't be billed when the service is stopped.
Name of the resource group
Name of the service
Promise<msRestAzure.LROPoller>
The services resource is the top-level resource that represents the Database Migration Service. The PATCH method updates an existing service. This method can change the kind, SKU, and network of the service, but if tasks are currently running (i.e. the service is busy), this will fail with 400 Bad Request ("ServiceIsBusy").
Information about the service
Name of the resource group
Name of the service
Promise<msRestAzure.LROPoller>
This method checks whether a proposed nested resource name is valid and available.
Name of the resource group
Name of the service
Requested name to validate
Promise<Models.ServicesCheckChildrenNameAvailabilityResponse>
Name of the resource group
Name of the service
Requested name to validate
The callback
Name of the resource group
Name of the service
Requested name to validate
The optional parameters
The callback
This method checks whether a proposed top-level resource name is valid and available.
The Azure region of the operation
Requested name to validate
Promise<Models.ServicesCheckNameAvailabilityResponse>
The Azure region of the operation
Requested name to validate
The callback
The Azure region of the operation
Requested name to validate
The optional parameters
The callback
The services resource is the top-level resource that represents the Database Migration Service. This action performs a health check and returns the status of the service and virtual machine size.
Name of the resource group
Name of the service
Promise<Models.ServicesCheckStatusResponse>
Name of the resource group
Name of the service
The callback
Name of the resource group
Name of the service
The optional parameters
The callback
The services resource is the top-level resource that represents the Database Migration Service. The PUT method creates a new service or updates an existing one. When a service is updated, existing child resources (i.e. tasks) are unaffected. Services currently support a single kind, "vm", which refers to a VM-based service, although other kinds may be added in the future. This method can change the kind, SKU, and network of the service, but if tasks are currently running (i.e. the service is busy), this will fail with 400 Bad Request ("ServiceIsBusy"). The provider will reply when successful with 200 OK or 201 Created. Long-running operations use the provisioningState property.
Information about the service
Name of the resource group
Name of the service
Promise<Models.ServicesCreateOrUpdateResponse>
The services resource is the top-level resource that represents the Database Migration Service. The DELETE method deletes a service. Any running tasks will be canceled.
Name of the resource group
Name of the service
Promise<msRest.RestResponse>
The services resource is the top-level resource that represents the Database Migration Service. The GET method retrieves information about a service instance.
Name of the resource group
Name of the service
Promise<Models.ServicesGetResponse>
Name of the resource group
Name of the service
The callback
Name of the resource group
Name of the service
The optional parameters
The callback
The services resource is the top-level resource that represents the Database Migration Service. This method returns a list of service resources in a subscription.
Promise<Models.ServicesListResponse>
The callback
The optional parameters
The callback
The Services resource is the top-level resource that represents the Database Migration Service. This method returns a list of service resources in a resource group.
Name of the resource group
Promise<Models.ServicesListByResourceGroupResponse>
Name of the resource group
The callback
Name of the resource group
The optional parameters
The callback
The Services resource is the top-level resource that represents the Database Migration Service. This method returns a list of service resources in a resource group.
The NextLink from the previous successful call to List operation.
Promise<Models.ServicesListByResourceGroupNextResponse>
The NextLink from the previous successful call to List operation.
The callback
The NextLink from the previous successful call to List operation.
The optional parameters
The callback
The services resource is the top-level resource that represents the Database Migration Service. This method returns a list of service resources in a subscription.
The NextLink from the previous successful call to List operation.
Promise<Models.ServicesListNextResponse>
The NextLink from the previous successful call to List operation.
The callback
The NextLink from the previous successful call to List operation.
The optional parameters
The callback
The services resource is the top-level resource that represents the Database Migration Service. The skus action returns the list of SKUs that a service resource can be updated to.
Name of the resource group
Name of the service
Promise<Models.ServicesListSkusResponse>
Name of the resource group
Name of the service
The callback
Name of the resource group
Name of the service
The optional parameters
The callback
The services resource is the top-level resource that represents the Database Migration Service. The skus action returns the list of SKUs that a service resource can be updated to.
The NextLink from the previous successful call to List operation.
Promise<Models.ServicesListSkusNextResponse>
The NextLink from the previous successful call to List operation.
The callback
The NextLink from the previous successful call to List operation.
The optional parameters
The callback
The services resource is the top-level resource that represents the Database Migration Service. This action starts the service and the service can be used for data migration.
Name of the resource group
Name of the service
Promise<msRest.RestResponse>
The services resource is the top-level resource that represents the Database Migration Service. This action stops the service and the service cannot be used for data migration. The service owner won't be billed when the service is stopped.
Name of the resource group
Name of the service
Promise<msRest.RestResponse>
The services resource is the top-level resource that represents the Database Migration Service. The PATCH method updates an existing service. This method can change the kind, SKU, and network of the service, but if tasks are currently running (i.e. the service is busy), this will fail with 400 Bad Request ("ServiceIsBusy").
Information about the service
Name of the resource group
Name of the service
Promise<Models.ServicesUpdateResponse>
Generated using TypeDoc
Class representing a Services.