MockableSqlArmClient.GetSqlDatabaseSensitivityLabelResource Method

Definition

Gets an object representing a SqlDatabaseSensitivityLabelResource 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, String, SensitivityLabelSource) to create a SqlDatabaseSensitivityLabelResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.Sql.SqlDatabaseSensitivityLabelResource GetSqlDatabaseSensitivityLabelResource (Azure.Core.ResourceIdentifier id);
abstract member GetSqlDatabaseSensitivityLabelResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Sql.SqlDatabaseSensitivityLabelResource
override this.GetSqlDatabaseSensitivityLabelResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Sql.SqlDatabaseSensitivityLabelResource
Public Overridable Function GetSqlDatabaseSensitivityLabelResource (id As ResourceIdentifier) As SqlDatabaseSensitivityLabelResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a SqlDatabaseSensitivityLabelResource object.

Applies to