다음을 통해 공유


AzureSqlInstancePoolCommunicator.GetInstancePool(String, String) Method

Definition

Returns the fetched instance pool

public Microsoft.Azure.Management.Sql.Models.InstancePool GetInstancePool (string resourceGroupName, string instancePoolName);
member this.GetInstancePool : string * string -> Microsoft.Azure.Management.Sql.Models.InstancePool
Public Function GetInstancePool (resourceGroupName As String, instancePoolName As String) As InstancePool

Parameters

resourceGroupName
String

The resource group name

instancePoolName
String

The instance pool name

Returns

Returns the instance pool

Applies to