AzureSqlInstancePoolCommunicator.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.
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