MockableSynapseArmClient.GetSynapseSensitivityLabelResource 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.
Gets an object representing a SynapseSensitivityLabelResource 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, SynapseSensitivityLabelSource) to create a SynapseSensitivityLabelResourceResourceIdentifier from its components.
public virtual Azure.ResourceManager.Synapse.SynapseSensitivityLabelResource GetSynapseSensitivityLabelResource (Azure.Core.ResourceIdentifier id);
abstract member GetSynapseSensitivityLabelResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Synapse.SynapseSensitivityLabelResource
override this.GetSynapseSensitivityLabelResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Synapse.SynapseSensitivityLabelResource
Public Overridable Function GetSynapseSensitivityLabelResource (id As ResourceIdentifier) As SynapseSensitivityLabelResource
Parameters
The resource ID of the resource to get.
Returns
Returns a SynapseSensitivityLabelResource object.
Applies to
Azure SDK for .NET