ServerAdministrators Constructors
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.
Overloads
ServerAdministrators() |
Initializes a new instance of the ServerAdministrators class. |
ServerAdministrators(IList<String>) |
Initializes a new instance of the ServerAdministrators class. |
ServerAdministrators()
Initializes a new instance of the ServerAdministrators class.
public ServerAdministrators ();
Public Sub New ()
Applies to
ServerAdministrators(IList<String>)
Initializes a new instance of the ServerAdministrators class.
public ServerAdministrators (System.Collections.Generic.IList<string> members = default);
new Microsoft.Azure.Management.Analysis.Models.ServerAdministrators : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Analysis.Models.ServerAdministrators
Public Sub New (Optional members As IList(Of String) = Nothing)