Sdílet prostřednictvím


AzureSqlServerTrustGroupAdapter Class

Definition

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.

Applies to