AzureSqlServerTrustGroupAdapter.CreateServerTrustGroup 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 creating a Server Trust Group.
public Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel CreateServerTrustGroup (Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel model);
member this.CreateServerTrustGroup : Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel -> Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel
Public Function CreateServerTrustGroup (model As AzureSqlServerTrustGroupModel) As AzureSqlServerTrustGroupModel
Parameters
Model that is passed from cmdlets.