Share via


MockableSqlArmClient.GetInstancePoolResource(ResourceIdentifier) Method

Definition

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

public virtual Azure.ResourceManager.Sql.InstancePoolResource GetInstancePoolResource (Azure.Core.ResourceIdentifier id);
abstract member GetInstancePoolResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Sql.InstancePoolResource
override this.GetInstancePoolResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Sql.InstancePoolResource
Public Overridable Function GetInstancePoolResource (id As ResourceIdentifier) As InstancePoolResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a InstancePoolResource object.

Applies to