Share via


ServerTrustGroup Constructors

Definition

Overloads

ServerTrustGroup()

Initializes a new instance of the ServerTrustGroup class.

ServerTrustGroup(IList<ServerInfo>, IList<String>, String, String, String)

Initializes a new instance of the ServerTrustGroup class.

ServerTrustGroup()

Initializes a new instance of the ServerTrustGroup class.

public ServerTrustGroup ();
Public Sub New ()

Applies to

ServerTrustGroup(IList<ServerInfo>, IList<String>, String, String, String)

Initializes a new instance of the ServerTrustGroup class.

public ServerTrustGroup (System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.ServerInfo> groupMembers, System.Collections.Generic.IList<string> trustScopes, string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.Sql.Models.ServerTrustGroup : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.ServerInfo> * System.Collections.Generic.IList<string> * string * string * string -> Microsoft.Azure.Management.Sql.Models.ServerTrustGroup
Public Sub New (groupMembers As IList(Of ServerInfo), trustScopes As IList(Of String), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)

Parameters

groupMembers
IList<ServerInfo>

Group members information for the server trust group.

trustScopes
IList<String>

Trust scope of the server trust group.

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

Applies to