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

IServerPropertiesForRestore Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.ServerPropertiesForRestoreTypeConverter))]
public interface IServerPropertiesForRestore : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerPropertiesForCreate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.ServerPropertiesForRestoreTypeConverter))>]
type IServerPropertiesForRestore = interface
    interface IJsonSerializable
    interface IServerPropertiesForCreate
Public Interface IServerPropertiesForRestore
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)
RestorePointInTime

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

SourceServerId

The source server id to restore 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