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


MigrationAssessmentExtensions.GetMigrationAssessedSqlInstanceV2Resource Method

Definition

Gets an object representing a MigrationAssessedSqlInstanceV2Resource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create a MigrationAssessedSqlInstanceV2ResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetMigrationAssessedSqlInstanceV2Resource(ResourceIdentifier) instead.

public static Azure.ResourceManager.Migration.Assessment.MigrationAssessedSqlInstanceV2Resource GetMigrationAssessedSqlInstanceV2Resource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);
static member GetMigrationAssessedSqlInstanceV2Resource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Migration.Assessment.MigrationAssessedSqlInstanceV2Resource
<Extension()>
Public Function GetMigrationAssessedSqlInstanceV2Resource (client As ArmClient, id As ResourceIdentifier) As MigrationAssessedSqlInstanceV2Resource

Parameters

client
ArmClient

The ArmClient instance the method will execute against.

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a MigrationAssessedSqlInstanceV2Resource object.

Exceptions

client is null.

Applies to