Megosztás a következőn keresztül:


DatabaseMigrationSqlVmCollection.ExistsAsync Method

Definition

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/{sqlVirtualMachineName}/providers/Microsoft.DataMigration/databaseMigrations/{targetDbName}
  • Operation Id: DatabaseMigrationsSqlVm_Get
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string sqlVirtualMachineName, string targetDBName, Guid? migrationOperationId = default, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : string * string * Nullable<Guid> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : string * string * Nullable<Guid> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (sqlVirtualMachineName As String, targetDBName As String, Optional migrationOperationId As Nullable(Of Guid) = Nothing, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parameters

sqlVirtualMachineName
String

The String to use.

targetDBName
String

The name of the target database.

migrationOperationId
Nullable<Guid>

Optional migration operation ID. If this is provided, then details of migration operation for that ID are retrieved. If not provided (default), then details related to most recent or current operation are retrieved.

expand
String

Complete migration details be included in the response.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

sqlVirtualMachineName or targetDBName is an empty string, and was expected to be non-empty.

sqlVirtualMachineName or targetDBName is null.

Applies to