DataMigrationServiceCollection.Get(String, CancellationToken) Method

Definition

The services resource is the top-level resource that represents the Database Migration Service. The GET method retrieves information about a service instance.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}
  • Operation Id: Services_Get
public virtual Azure.Response<Azure.ResourceManager.DataMigration.DataMigrationServiceResource> Get (string serviceName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataMigration.DataMigrationServiceResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataMigration.DataMigrationServiceResource>
Public Overridable Function Get (serviceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DataMigrationServiceResource)

Parameters

serviceName
String

Name of the service.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

serviceName is an empty string, and was expected to be non-empty.

serviceName is null.

Applies to