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

ServerAutoGenerated Class

Definition

Represents a server.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.ServerAutoGeneratedTypeConverter))]
public class ServerAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated, Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.ServerAutoGeneratedTypeConverter))>]
type ServerAutoGenerated = class
    interface IServerAutoGenerated
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
    interface IValidates
Public Class ServerAutoGenerated
Implements IServerAutoGenerated, IValidates
Inheritance
ServerAutoGenerated
Attributes
Implements

Constructors

ServerAutoGenerated()

Creates an new ServerAutoGenerated instance.

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.

FirewallRuleName
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}

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

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

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.

SecuredPassword
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.

Type

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

Version

PostgreSQL Server version.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServerAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServerAutoGenerated.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerAutoGenerated.

FromJsonString(String)

Creates a new instance of ServerAutoGenerated, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServerAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to