Skip to main content

services

Overview

Nameservices
TypeResource
Idazure.data_migration.services

Fields

NameDatatypeDescription
idstring
namestring
etagstringHTTP strong entity tag value. Ignored if submitted
kindstringThe resource kind. Only 'vm' (the default) is supported.
locationstring
propertiesobjectProperties of the Azure Database Migration Service (classic) instance
skuobjectAn Azure SKU instance
systemDataobject
tagsobject
typestring

Methods

NameAccessible byRequired ParamsDescription
getSELECTThe services resource is the top-level resource that represents the Azure Database Migration Service (classic). The GET method retrieves information about a service instance.
listSELECTapi-version, subscriptionIdThe services resource is the top-level resource that represents the Azure Database Migration Service (classic). This method returns a list of service resources in a subscription.
list_by_resource_groupSELECTapi-version, groupName, subscriptionIdThe Services resource is the top-level resource that represents the Azure Database Migration Service (classic). This method returns a list of service resources in a resource group.
create_or_updateINSERTThe services resource is the top-level resource that represents the Azure Database Migration Service (classic). 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.
deleteDELETEThe services resource is the top-level resource that represents the Azure Database Migration Service (classic). The DELETE method deletes a service. Any running tasks will be canceled.
_listEXECapi-version, subscriptionIdThe services resource is the top-level resource that represents the Azure Database Migration Service (classic). This method returns a list of service resources in a subscription.
_list_by_resource_groupEXECapi-version, groupName, subscriptionIdThe Services resource is the top-level resource that represents the Azure Database Migration Service (classic). This method returns a list of service resources in a resource group.
check_children_name_availabilityEXECapi-version, groupName, serviceName, subscriptionIdThis method checks whether a proposed nested resource name is valid and available.
check_name_availabilityEXECapi-version, location, subscriptionIdThis method checks whether a proposed top-level resource name is valid and available.
check_statusEXECapi-version, groupName, serviceName, subscriptionIdThe services resource is the top-level resource that represents the Azure Database Migration Service (classic). This action performs a health check and returns the status of the service and virtual machine size.
startEXECapi-version, groupName, serviceName, subscriptionIdThe services resource is the top-level resource that represents the Azure Database Migration Service (classic). This action starts the service and the service can be used for data migration.
stopEXECapi-version, groupName, serviceName, subscriptionIdThe services resource is the top-level resource that represents the Azure Database Migration Service (classic). 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.
updateEXECThe services resource is the top-level resource that represents the Azure Database Migration Service (classic). 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").