MockableDataShareArmClient.GetShareDataSetMappingResource Method

Definition

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

public virtual Azure.ResourceManager.DataShare.ShareDataSetMappingResource GetShareDataSetMappingResource (Azure.Core.ResourceIdentifier id);
abstract member GetShareDataSetMappingResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DataShare.ShareDataSetMappingResource
override this.GetShareDataSetMappingResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DataShare.ShareDataSetMappingResource
Public Overridable Function GetShareDataSetMappingResource (id As ResourceIdentifier) As ShareDataSetMappingResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ShareDataSetMappingResource object.

Applies to