IServer Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.ServerTypeConverter))]
public interface IServer : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api10.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.ServerTypeConverter))>]
type IServer = interface
interface IJsonSerializable
interface ITrackedResource
interface IResource
Public Interface IServer
Implements ITrackedResource
- Derived
- Attributes
- Implements
Properties
AdministratorLogin |
The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation). |
ByokEnforcement |
Status showing whether the server data encryption is enabled with customer-managed keys. |
EarliestRestoreDate |
Earliest restore point creation time (ISO8601 format) |
FullyQualifiedDomainName |
The fully qualified domain name of a server. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from IResource) |
IdentityPrincipalId |
The Azure Active Directory principal id. |
IdentityTenantId |
The Azure Active Directory tenant id. |
IdentityType |
The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource. |
InfrastructureEncryption |
Status showing whether the server enabled infrastructure encryption. |
Location |
The geo-location where the resource lives (Inherited from ITrackedResource) |
MasterServerId |
The master server id of a replica server. |
MinimalTlsVersion |
Enforce a minimal Tls version for the server. |
Name |
The name of the resource (Inherited from IResource) |
PrivateEndpointConnection |
List of private endpoint connections on a server |
PublicNetworkAccess |
Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' |
ReplicaCapacity |
The maximum number of replicas that a master server can have. |
ReplicationRole |
The replication role of the server. |
SkuCapacity |
The scale up/out capacity, representing server's compute units. |
SkuFamily |
The family of hardware. |
SkuName |
The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8. |
SkuSize |
The size code, to be interpreted by resource as appropriate. |
SkuTier |
The tier of the particular SKU, e.g. Basic. |
SslEnforcement |
Enable ssl enforcement or not when connect to server. |
StorageProfileBackupRetentionDay |
Backup retention days for the server. |
StorageProfileGeoRedundantBackup |
Enable Geo-redundant or not for server backup. |
StorageProfileStorageAutogrow |
Enable Storage Auto Grow. |
StorageProfileStorageMb |
Max storage allowed for a server. |
Tag |
Resource tags. (Inherited from ITrackedResource) |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from IResource) |
UserVisibleState |
A state of a server that is visible to user. |
Version |
Server version. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |