AzureSqlServerTrustGroupAdapter 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 Server Trust Group operations
public class AzureSqlServerTrustGroupAdapter
type AzureSqlServerTrustGroupAdapter = class
Public Class AzureSqlServerTrustGroupAdapter
- Inheritance
-
AzureSqlServerTrustGroupAdapter
Constructors
AzureSqlServerTrustGroupAdapter(IAzureContext) |
Constructs a database adapter |
Properties
Context |
Gets or sets the Azure profile |
Methods
CreateServerTrustGroup(AzureSqlServerTrustGroupModel) |
A wrapper method for creating a Server Trust Group. |
DeleteServerTrustGroup(String, String, String) |
A wrapper method for deleting a Server Trust Group. |
GetServerTrustGroup(String, String, String) |
A wrapper method for getting the specified Server Trust Group. |
ListServerTrustGroupsByInstance(String, String) |
A wrapper method for getting all Server Trust Groups that have specified Managed Instance as a member. |
ListServerTrustGroupsByLocation(String, String) |
A wrapper method for getting all Server Trust Groups from a specified location. |