Поделиться через


MigrationSqlAssessmentV2Resource.DownloadUrl Method

Definition

Get the URL for downloading the assessment in a report format.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/sqlAssessments/{assessmentName}/downloadUrl
  • Operation Id: SqlAssessmentV2Operations_DownloadUrl
  • Default Api Version: 2023-03-15
  • Resource: MigrationSqlAssessmentV2Resource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Migration.Assessment.Models.AssessmentReportDownloadUri> DownloadUrl(Azure.WaitUntil waitUntil, BinaryData body, System.Threading.CancellationToken cancellationToken = default);
abstract member DownloadUrl : Azure.WaitUntil * BinaryData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Migration.Assessment.Models.AssessmentReportDownloadUri>
override this.DownloadUrl : Azure.WaitUntil * BinaryData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Migration.Assessment.Models.AssessmentReportDownloadUri>
Public Overridable Function DownloadUrl (waitUntil As WaitUntil, body As BinaryData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of AssessmentReportDownloadUri)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

body
BinaryData

The content of the action request.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

body is null.

Applies to