IServicesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ServicesOperations operations.
public interface IServicesOperations
type IServicesOperations = interface
Public Interface IServicesOperations
Methods
BeginCreateOrUpdateWithHttpMessagesAsync(String, String, DataMigrationService, Dictionary<String,List<String>>, CancellationToken) |
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. |
BeginDeleteWithHttpMessagesAsync(String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken) |
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. |
BeginStartWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
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. |
BeginStopWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
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. |
BeginUpdateWithHttpMessagesAsync(String, String, DataMigrationService, Dictionary<String,List<String>>, CancellationToken) |
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"). |
CheckChildrenNameAvailabilityWithHttpMessagesAsync(String, String, NameAvailabilityRequest, Dictionary<String,List<String>>, CancellationToken) |
This method checks whether a proposed nested resource name is valid and available. |
CheckNameAvailabilityWithHttpMessagesAsync(String, NameAvailabilityRequest, Dictionary<String,List<String>>, CancellationToken) |
This method checks whether a proposed top-level resource name is valid and available. |
CheckStatusWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
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. |
CreateOrUpdateWithHttpMessagesAsync(String, String, DataMigrationService, Dictionary<String,List<String>>, CancellationToken) |
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. |
DeleteWithHttpMessagesAsync(String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken) |
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. |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
The services resource is the top-level resource that represents the Database Migration Service. The GET method retrieves information about a service instance. |
ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
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. |
ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
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. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
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. |
ListSkusNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
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. |
ListSkusWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
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. |
ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken) |
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. |
StartWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
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. |
StopWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
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. |
UpdateWithHttpMessagesAsync(String, String, DataMigrationService, Dictionary<String,List<String>>, CancellationToken) |
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"). |
Extension Methods
EnumerateServicesByResouceGroup(IServicesOperations, String) | |
EnumerateServicesBySubcription(IServicesOperations) | |
BeginCreateOrUpdate(IServicesOperations, String, String, DataMigrationService) |
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. |
BeginCreateOrUpdateAsync(IServicesOperations, String, String, DataMigrationService, CancellationToken) |
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. |
BeginDelete(IServicesOperations, String, String, Nullable<Boolean>) |
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. |
BeginDeleteAsync(IServicesOperations, String, String, Nullable<Boolean>, CancellationToken) |
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. |
BeginStart(IServicesOperations, String, String) |
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. |
BeginStartAsync(IServicesOperations, String, String, CancellationToken) |
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. |
BeginStop(IServicesOperations, String, String) |
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. |
BeginStopAsync(IServicesOperations, String, String, CancellationToken) |
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. |
BeginUpdate(IServicesOperations, String, String, DataMigrationService) |
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"). |
BeginUpdateAsync(IServicesOperations, String, String, DataMigrationService, CancellationToken) |
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"). |
CheckChildrenNameAvailability(IServicesOperations, String, String, NameAvailabilityRequest) |
This method checks whether a proposed nested resource name is valid and available. |
CheckChildrenNameAvailabilityAsync(IServicesOperations, String, String, NameAvailabilityRequest, CancellationToken) |
This method checks whether a proposed nested resource name is valid and available. |
CheckNameAvailability(IServicesOperations, String, NameAvailabilityRequest) |
This method checks whether a proposed top-level resource name is valid and available. |
CheckNameAvailabilityAsync(IServicesOperations, String, NameAvailabilityRequest, CancellationToken) |
This method checks whether a proposed top-level resource name is valid and available. |
CheckStatus(IServicesOperations, String, String) |
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. |
CheckStatusAsync(IServicesOperations, String, String, CancellationToken) |
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. |
CreateOrUpdate(IServicesOperations, String, String, DataMigrationService) |
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. |
CreateOrUpdateAsync(IServicesOperations, String, String, DataMigrationService, CancellationToken) |
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. |
Delete(IServicesOperations, String, String, Nullable<Boolean>) |
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. |
DeleteAsync(IServicesOperations, String, String, Nullable<Boolean>, CancellationToken) |
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. |
Get(IServicesOperations, String, String) |
The services resource is the top-level resource that represents the Database Migration Service. The GET method retrieves information about a service instance. |
GetAsync(IServicesOperations, String, String, CancellationToken) |
The services resource is the top-level resource that represents the Database Migration Service. The GET method retrieves information about a service instance. |
List(IServicesOperations) |
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. |
ListAsync(IServicesOperations, CancellationToken) |
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. |
ListByResourceGroup(IServicesOperations, String) |
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. |
ListByResourceGroupAsync(IServicesOperations, String, CancellationToken) |
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. |
ListByResourceGroupNext(IServicesOperations, String) |
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. |
ListByResourceGroupNextAsync(IServicesOperations, String, CancellationToken) |
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. |
ListNext(IServicesOperations, String) |
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. |
ListNextAsync(IServicesOperations, String, CancellationToken) |
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. |
ListSkus(IServicesOperations, String, String) |
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. |
ListSkusAsync(IServicesOperations, String, String, CancellationToken) |
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. |
ListSkusNext(IServicesOperations, String) |
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. |
ListSkusNextAsync(IServicesOperations, String, CancellationToken) |
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. |
Start(IServicesOperations, String, String) |
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. |
StartAsync(IServicesOperations, String, String, CancellationToken) |
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. |
Stop(IServicesOperations, String, String) |
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. |
StopAsync(IServicesOperations, String, String, CancellationToken) |
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. |
Update(IServicesOperations, String, String, DataMigrationService) |
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"). |
UpdateAsync(IServicesOperations, String, String, DataMigrationService, CancellationToken) |
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"). |