AzureSqlServerTrustGroupAdapter.GetServerTrustGroup 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.
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.