ServerAdministratorResource 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
ServerAdministratorResource() |
Initializes a new instance of the ServerAdministratorResource class. |
ServerAdministratorResource(String, Guid, Guid, String, String, String) |
Initializes a new instance of the ServerAdministratorResource class. |
ServerAdministratorResource()
Initializes a new instance of the ServerAdministratorResource class.
public ServerAdministratorResource ();
Public Sub New ()
Applies to
ServerAdministratorResource(String, Guid, Guid, String, String, String)
Initializes a new instance of the ServerAdministratorResource class.
public ServerAdministratorResource (string login, Guid sid, Guid tenantId, string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.PostgreSQL.Models.ServerAdministratorResource : string * Guid * Guid * string * string * string -> Microsoft.Azure.Management.PostgreSQL.Models.ServerAdministratorResource
Public Sub New (login As String, sid As Guid, tenantId As Guid, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)
Parameters
- login
- String
The server administrator login account name.
- sid
- Guid
The server administrator Sid (Secure ID).
- tenantId
- Guid
The server Active Directory Administrator tenant id.
- id
- String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
The name of the resource
- type
- String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Applies to
Azure SDK for .NET