ServerTrustGroup Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ServerTrustGroup() |
Initialise une nouvelle instance de la classe ServerTrustGroup. |
ServerTrustGroup(IList<ServerInfo>, IList<String>, String, String, String) |
Initialise une nouvelle instance de la classe ServerTrustGroup. |
ServerTrustGroup()
Initialise une nouvelle instance de la classe ServerTrustGroup.
public ServerTrustGroup ();
Public Sub New ()
S’applique à
ServerTrustGroup(IList<ServerInfo>, IList<String>, String, String, String)
Initialise une nouvelle instance de la classe ServerTrustGroup.
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)
Paramètres
- groupMembers
- IList<ServerInfo>
Informations sur les membres du groupe d’approbation de serveurs.
- id
- String
ID de la ressource
- name
- String
Nom de la ressource.
- type
- String
Type de ressource.
S’applique à
Azure SDK for .NET