MySqlFlexibleServerData 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.
A class representing the MySqlFlexibleServer data model. Represents a server.
public class MySqlFlexibleServerData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServerData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServerData>
type MySqlFlexibleServerData = class
inherit TrackedResourceData
interface IJsonModel<MySqlFlexibleServerData>
interface IPersistableModel<MySqlFlexibleServerData>
Public Class MySqlFlexibleServerData
Inherits TrackedResourceData
Implements IJsonModel(Of MySqlFlexibleServerData), IPersistableModel(Of MySqlFlexibleServerData)
- Inheritance
- Implements
Constructors
MySqlFlexibleServerData(AzureLocation) |
Initializes a new instance of MySqlFlexibleServerData. |
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. |
Backup |
Backup related properties of a server. |
CreateMode |
The mode to create a new MySQL server. |
DataEncryption |
The Data Encryption for CMK. |
FullyQualifiedDomainName |
The fully qualified domain name of a server. |
HighAvailability |
High availability related properties of a server. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Identity |
The cmk identity for the server. Current supported identity types: UserAssigned. |
ImportSourceProperties |
Source properties for import from storage. |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
MaintenanceWindow |
Maintenance window of a server. |
Name |
The name of the resource. (Inherited from ResourceData) |
Network |
Network related properties of a server. |
PrivateEndpointConnections |
PrivateEndpointConnections related properties of a server. |
ReplicaCapacity |
The maximum number of replicas that a primary server can have. |
ReplicationRole |
The replication role. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
RestorePointInTime |
Restore point creation time (ISO8601 format), specifying the time to restore from. |
Sku |
The SKU (pricing tier) of the server. |
SourceServerResourceId |
The source MySQL server id. |
State |
The state of a server. |
Storage |
Storage related properties of a server. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
Version |
Server version. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Explicit Interface Implementations
IJsonModel<MySqlFlexibleServerData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MySqlFlexibleServerData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MySqlFlexibleServerData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MySqlFlexibleServerData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MySqlFlexibleServerData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET