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