MySqlServerPropertiesForGeoRestore Class
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.
The properties used to create a new server by restoring to a different region from a geo replicated backup.
public class MySqlServerPropertiesForGeoRestore : Azure.ResourceManager.MySql.Models.MySqlServerPropertiesForCreate, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MySql.Models.MySqlServerPropertiesForGeoRestore>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MySql.Models.MySqlServerPropertiesForGeoRestore>
type MySqlServerPropertiesForGeoRestore = class
inherit MySqlServerPropertiesForCreate
interface IJsonModel<MySqlServerPropertiesForGeoRestore>
interface IPersistableModel<MySqlServerPropertiesForGeoRestore>
Public Class MySqlServerPropertiesForGeoRestore
Inherits MySqlServerPropertiesForCreate
Implements IJsonModel(Of MySqlServerPropertiesForGeoRestore), IPersistableModel(Of MySqlServerPropertiesForGeoRestore)
- Inheritance
- Implements
Constructors
MySqlServerPropertiesForGeoRestore(ResourceIdentifier) |
Initializes a new instance of MySqlServerPropertiesForGeoRestore. |
Properties
InfrastructureEncryption |
Status showing whether the server enabled infrastructure encryption. (Inherited from MySqlServerPropertiesForCreate) |
MinimalTlsVersion |
Enforce a minimal Tls version for the server. (Inherited from MySqlServerPropertiesForCreate) |
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 MySqlServerPropertiesForCreate) |
SourceServerId |
The source server id to restore from. |
SslEnforcement |
Enable ssl enforcement or not when connect to server. (Inherited from MySqlServerPropertiesForCreate) |
StorageProfile |
Storage profile of a server. (Inherited from MySqlServerPropertiesForCreate) |
Version |
Server version. (Inherited from MySqlServerPropertiesForCreate) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET