你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IServerAutoGenerated Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.ServerAutoGeneratedTypeConverter))]
public interface IServerAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api10.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.ServerAutoGeneratedTypeConverter))>]
type IServerAutoGenerated = interface
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
Public Interface IServerAutoGenerated
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).

AdministratorLoginPassword

The administrator login password (required for server creation).

AvailabilityZone

availability zone information of the server.

BackupEarliestRestoreDate

The earliest restore point time (ISO8601 format) for server.

BackupGeoRedundantBackup

A value indicating whether Geo-Redundant backup is enabled on the server.

BackupRetentionDay

Backup retention days for the server.

CreateMode

The mode to create a new PostgreSQL server.

FullyQualifiedDomainName

The fully qualified domain name of a server.

HighAvailabilityMode

The HA mode for the server.

HighAvailabilityStandbyAvailabilityZone

availability zone information of the standby.

HighAvailabilityState

A state of a HA server that is visible to user.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from IResource)
IdentityPrincipalId

The principal ID of resource identity.

IdentityTenantId

The tenant ID of resource.

IdentityType

The identity type.

Location

The geo-location where the resource lives

(Inherited from ITrackedResource)
MaintenanceWindowCustomWindow

indicates whether custom window is enabled or disabled

MaintenanceWindowDayOfWeek

day of week for maintenance window

MaintenanceWindowStartHour

start hour for maintenance window

MaintenanceWindowStartMinute

start minute for maintenance window

MinorVersion

The minor version of the server.

Name

The name of the resource

(Inherited from IResource)
NetworkDelegatedSubnetResourceId

delegated subnet arm resource id.

NetworkPrivateDnsZoneArmResourceId

private dns zone arm resource id.

NetworkPublicNetworkAccess

public network access is enabled or not

PointInTimeUtc

Restore point creation time (ISO8601 format), specifying the time to restore from. It's required when 'createMode' is 'PointInTimeRestore'.

PropertiesTag

Application-specific metadata in the form of key-value pairs.

SkuName

The name of the sku, typically, tier + family + cores, e.g. Standard_D4s_v3.

SkuTier

The tier of the particular SKU, e.g. Burstable.

SourceServerResourceId

The source server resource ID to restore from. It's required when 'createMode' is 'PointInTimeRestore'.

State

A state of a server that is visible to user.

StorageSizeGb

Max storage allowed for a server.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

Resource tags.

(Inherited from ITrackedResource)
Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from IResource)
Version

PostgreSQL Server version.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to