MigrationAssessmentProjectSummaryCollection.GetAsync 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 AssessmentProjectSummary
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/projectSummary/{projectSummaryName}
- Operation Id: AssessmentProjectSummaryOperations_Get
- Default Api Version: 2023-03-15
- Resource: MigrationAssessmentProjectSummaryResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Migration.Assessment.MigrationAssessmentProjectSummaryResource>> GetAsync(string projectSummaryName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Migration.Assessment.MigrationAssessmentProjectSummaryResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Migration.Assessment.MigrationAssessmentProjectSummaryResource>>
Public Overridable Function GetAsync (projectSummaryName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MigrationAssessmentProjectSummaryResource))
Parameters
- projectSummaryName
- String
Group ARM name.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
projectSummaryName
is an empty string, and was expected to be non-empty.
projectSummaryName
is null.