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

IServerPropertiesForReplica Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.ServerPropertiesForReplicaTypeConverter))]
public interface IServerPropertiesForReplica : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPropertiesForCreate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.ServerPropertiesForReplicaTypeConverter))>]
type IServerPropertiesForReplica = interface
    interface IJsonSerializable
    interface IServerPropertiesForCreate
Public Interface IServerPropertiesForReplica
Implements IServerPropertiesForCreate
Derived
Attributes
Implements

Properties

CreateMode

The mode to create a new server.

(Inherited from IServerPropertiesForCreate)
InfrastructureEncryption

Status showing whether the server enabled infrastructure encryption.

(Inherited from IServerPropertiesForCreate)
MinimalTlsVersion

Enforce a minimal Tls version for the server.

(Inherited from IServerPropertiesForCreate)
PublicNetworkAccess

Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'

(Inherited from IServerPropertiesForCreate)
SourceServerId

The master server id to create replica from.

SslEnforcement

Enable ssl enforcement or not when connect to server.

(Inherited from IServerPropertiesForCreate)
StorageProfileBackupRetentionDay

Backup retention days for the server.

(Inherited from IServerPropertiesForCreate)
StorageProfileGeoRedundantBackup

Enable Geo-redundant or not for server backup.

(Inherited from IServerPropertiesForCreate)
StorageProfileStorageAutogrow

Enable Storage Auto Grow.

(Inherited from IServerPropertiesForCreate)
StorageProfileStorageMb

Max storage allowed for a server.

(Inherited from IServerPropertiesForCreate)
Version

Server version.

(Inherited from IServerPropertiesForCreate)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to