AzureSqlVirtualClusterAdapter Class
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.
Adapter for Managed instance operations
public class AzureSqlVirtualClusterAdapter
type AzureSqlVirtualClusterAdapter = class
Public Class AzureSqlVirtualClusterAdapter
- Inheritance
-
AzureSqlVirtualClusterAdapter
Constructors
AzureSqlVirtualClusterAdapter(IAzureContext) |
Constructs a Virtual Cluster adapter |
Properties
Context |
Gets or sets the Azure profile |
Methods
GetVirtualCluster(String, String) |
Gets a Virtual Cluster in a resource group |
ListVirtualClusters() |
Gets a list of all virtual clusters in a subscription |
ListVirtualClustersByResourceGroup(String) |
Gets a list of virtual clusters in a resource group |
RemoveVirtualCluster(String, String) |
Deletes a virtual cluster |