ServerAdministratorResource Class
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.
Represents a and external administrator to be created.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ServerAdministratorResource : Microsoft.Azure.Management.PostgreSQL.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServerAdministratorResource = class
inherit ProxyResource
Public Class ServerAdministratorResource
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
ServerAdministratorResource() |
Initializes a new instance of the ServerAdministratorResource class. |
ServerAdministratorResource(String, Guid, Guid, String, String, String) |
Initializes a new instance of the ServerAdministratorResource class. |
Properties
AdministratorType |
The type of administrator. |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
Login |
Gets or sets the server administrator login account name. |
Name |
Gets the name of the resource (Inherited from Resource) |
Sid |
Gets or sets the server administrator Sid (Secure ID). |
TenantId |
Gets or sets the server Active Directory Administrator tenant id. |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET