Поделиться через


AzureSqlServerTrustGroupAdapter.GetServerTrustGroup Method

Definition

A wrapper method for getting the specified Server Trust Group.

public Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel GetServerTrustGroup (string resourceGroupName, string locationName, string serverTrustGroupName);
member this.GetServerTrustGroup : string * string * string -> Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel
Public Function GetServerTrustGroup (resourceGroupName As String, locationName As String, serverTrustGroupName As String) As AzureSqlServerTrustGroupModel

Parameters

resourceGroupName
String

Resource group name of Server Trust Group.

locationName
String

The location of Server Trust Group that is to be received.

serverTrustGroupName
String

The name of the server Trust Group that is to be received.

Returns

Applies to