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

ServerPropertiesAutoGenerated Class

Definition

The properties of a server.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ServerPropertiesAutoGeneratedTypeConverter))]
public class ServerPropertiesAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerPropertiesAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ServerPropertiesAutoGeneratedTypeConverter))>]
type ServerPropertiesAutoGenerated = class
    interface IServerPropertiesAutoGenerated
    interface IJsonSerializable
Public Class ServerPropertiesAutoGenerated
Implements IServerPropertiesAutoGenerated
Inheritance
ServerPropertiesAutoGenerated
Attributes
Implements

Constructors

ServerPropertiesAutoGenerated()

Creates an new ServerPropertiesAutoGenerated 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 password of the administrator login (required for server creation).

AvailabilityZone

availability Zone information of the server.

BackupEarliestRestoreDate

Earliest restore point creation time (ISO8601 format)

BackupGeoRedundantBackup

Whether or not geo redundant backup is enabled.

BackupRetentionDay

Backup retention days for the server.

CreateMode

The mode to create a new MySQL server.

FullyQualifiedDomainName

The fully qualified domain name of a server.

HighAvailabilityMode

High availability mode for a server.

HighAvailabilityStandbyAvailabilityZone

Availability zone of the standby server.

HighAvailabilityState

The state of server high availability.

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

NetworkDelegatedSubnetResourceId

Delegated subnet resource id used to setup vnet for a server.

NetworkPrivateDnsZoneResourceId

Private DNS zone resource id.

NetworkPublicNetworkAccess

Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration.

ReplicaCapacity

The maximum number of replicas that a primary server can have.

ReplicationRole

The replication role.

RestorePointInTime

Restore point creation time (ISO8601 format), specifying the time to restore from.

SourceServerResourceId

The source MySQL server id.

State

The state of a server.

StorageAutoGrow

Enable Storage Auto Grow or not.

StorageIop

Storage IOPS for a server.

StorageSizeGb

Max storage size allowed for a server.

StorageSku

The sku name of the server storage.

Version

Server version.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServerPropertiesAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServerPropertiesAutoGenerated.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerPropertiesAutoGenerated.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServerPropertiesAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to