你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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