MockableSynapseArmClient.GetSynapseRestorePointResource Method

Definition

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

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a SynapseRestorePointResource object.

Applies to