AzureSqlVirtualClusterAdapter.GetVirtualCluster(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 a Virtual Cluster in a resource group
public Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel GetVirtualCluster (string resourceGroupName, string virtualClusterName);
member this.GetVirtualCluster : string * string -> Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel
Public Function GetVirtualCluster (resourceGroupName As String, virtualClusterName As String) As AzureSqlVirtualClusterModel
Parameters
- resourceGroupName
- String
The name of the resource group
- virtualClusterName
- String
The name of the managed instance
Returns
The managed instance