Share via


MockableSynapseArmClient.GetSynapseKustoPoolResource Method

Definition

Gets an object representing a SynapseKustoPoolResource 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 SynapseKustoPoolResourceResourceIdentifier from its components.

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a SynapseKustoPoolResource object.

Applies to