IServerPropertiesForReplica Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |