İngilizce dilinde oku

Aracılığıyla paylaş


MockableSqlArmClient.GetSqlServerAdvisorResource(ResourceIdentifier) Method

Definition

Gets an object representing a SqlServerAdvisorResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SqlServerAdvisorResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.Sql.SqlServerAdvisorResource GetSqlServerAdvisorResource (Azure.Core.ResourceIdentifier id);

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a SqlServerAdvisorResource object.

Applies to