AzureSqlInstancePoolAdapter.GetInstancePool(String, String) Method

Definition

Gets an instance pool

public Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel GetInstancePool (string resourceGroupName, string instancePoolName);
member this.GetInstancePool : string * string -> Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel
Public Function GetInstancePool (resourceGroupName As String, instancePoolName As String) As AzureSqlInstancePoolModel

Parameters

resourceGroupName
String

The resource group name

instancePoolName
String

The instance pool name

Returns

An existing instance pool entity

Applies to