Share via


MigrationSqlAssessmentV2SummaryCollection Class

Definition

A class representing a collection of MigrationSqlAssessmentV2SummaryResource and their operations. Each MigrationSqlAssessmentV2SummaryResource in the collection will belong to the same instance of MigrationSqlAssessmentV2Resource. To get a MigrationSqlAssessmentV2SummaryCollection instance call the GetMigrationSqlAssessmentV2Summaries method from an instance of MigrationSqlAssessmentV2Resource.

public class MigrationSqlAssessmentV2SummaryCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Migration.Assessment.MigrationSqlAssessmentV2SummaryResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Migration.Assessment.MigrationSqlAssessmentV2SummaryResource>
type MigrationSqlAssessmentV2SummaryCollection = class
    inherit ArmCollection
    interface seq<MigrationSqlAssessmentV2SummaryResource>
    interface IEnumerable
    interface IAsyncEnumerable<MigrationSqlAssessmentV2SummaryResource>
Public Class MigrationSqlAssessmentV2SummaryCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of MigrationSqlAssessmentV2SummaryResource), IEnumerable(Of MigrationSqlAssessmentV2SummaryResource)
Inheritance
MigrationSqlAssessmentV2SummaryCollection
Implements

Constructors

MigrationSqlAssessmentV2SummaryCollection()

Initializes a new instance of the MigrationSqlAssessmentV2SummaryCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/sqlAssessments/{assessmentName}/summaries/{summaryName}
  • Operation Id: SqlAssessmentV2SummaryOperations_Get
  • Default Api Version: 2023-03-15
  • Resource: MigrationSqlAssessmentV2SummaryResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/sqlAssessments/{assessmentName}/summaries/{summaryName}
  • Operation Id: SqlAssessmentV2SummaryOperations_Get
  • Default Api Version: 2023-03-15
  • Resource: MigrationSqlAssessmentV2SummaryResource
Get(String, CancellationToken)

Get a SqlAssessmentV2Summary

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/sqlAssessments/{assessmentName}/summaries/{summaryName}
  • Operation Id: SqlAssessmentV2SummaryOperations_Get
  • Default Api Version: 2023-03-15
  • Resource: MigrationSqlAssessmentV2SummaryResource
GetAll(CancellationToken)

List SqlAssessmentV2Summary resources by SqlAssessmentV2

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/sqlAssessments/{assessmentName}/summaries
  • Operation Id: SqlAssessmentV2SummaryOperations_ListBySqlAssessmentV2
  • Default Api Version: 2023-03-15
  • Resource: MigrationSqlAssessmentV2SummaryResource
GetAllAsync(CancellationToken)

List SqlAssessmentV2Summary resources by SqlAssessmentV2

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/sqlAssessments/{assessmentName}/summaries
  • Operation Id: SqlAssessmentV2SummaryOperations_ListBySqlAssessmentV2
  • Default Api Version: 2023-03-15
  • Resource: MigrationSqlAssessmentV2SummaryResource
GetAsync(String, CancellationToken)

Get a SqlAssessmentV2Summary

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/sqlAssessments/{assessmentName}/summaries/{summaryName}
  • Operation Id: SqlAssessmentV2SummaryOperations_Get
  • Default Api Version: 2023-03-15
  • Resource: MigrationSqlAssessmentV2SummaryResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/sqlAssessments/{assessmentName}/summaries/{summaryName}
  • Operation Id: SqlAssessmentV2SummaryOperations_Get
  • Default Api Version: 2023-03-15
  • Resource: MigrationSqlAssessmentV2SummaryResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/sqlAssessments/{assessmentName}/summaries/{summaryName}
  • Operation Id: SqlAssessmentV2SummaryOperations_Get
  • Default Api Version: 2023-03-15
  • Resource: MigrationSqlAssessmentV2SummaryResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<MigrationSqlAssessmentV2SummaryResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<MigrationSqlAssessmentV2SummaryResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to