MockableSynapseArmClient.GetSynapseKeyResource(ResourceIdentifier) Method

Definition

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

public virtual Azure.ResourceManager.Synapse.SynapseKeyResource GetSynapseKeyResource (Azure.Core.ResourceIdentifier id);
abstract member GetSynapseKeyResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Synapse.SynapseKeyResource
override this.GetSynapseKeyResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Synapse.SynapseKeyResource
Public Overridable Function GetSynapseKeyResource (id As ResourceIdentifier) As SynapseKeyResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a SynapseKeyResource object.

Applies to