MigrationAssessmentProjectResource.GetMigrationSqlAssessmentOption Method
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.
Get a SqlAssessmentOptions
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/sqlAssessmentOptions/{assessmentOptionsName}
- Operation Id: SqlAssessmentOptionsOperations_Get
- Default Api Version: 2023-03-15
- Resource: MigrationSqlAssessmentOptionResource
public virtual Azure.Response<Azure.ResourceManager.Migration.Assessment.MigrationSqlAssessmentOptionResource> GetMigrationSqlAssessmentOption(string assessmentOptionsName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMigrationSqlAssessmentOption : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Migration.Assessment.MigrationSqlAssessmentOptionResource>
override this.GetMigrationSqlAssessmentOption : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Migration.Assessment.MigrationSqlAssessmentOptionResource>
Public Overridable Function GetMigrationSqlAssessmentOption (assessmentOptionsName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MigrationSqlAssessmentOptionResource)
Parameters
- assessmentOptionsName
- String
Sql assessment options ARM name. Accepted values is 'default'.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
assessmentOptionsName
is null.
assessmentOptionsName
is an empty string, and was expected to be non-empty.