AzureSqlInstancePoolAdapter.GetInstancePool(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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