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
| Name | Description |
|---|---|
| MySqlFlexibleServerData(AzureLocation) |
Initializes a new instance of MySqlFlexibleServerData. |
Properties
| Name | Description |
|---|---|
| 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. |
| DatabasePort |
The server database port. Can only be specified when the server is being created. |
| DataEncryption |
The Data Encryption for CMK. |
| FullVersion |
Major version and actual engine version. |
| 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) |
| MaintenancePatchStrategy |
The patch strategy of this server. |
| MaintenanceWindow |
Maintenance window of a server. Known issue: cannot be set during server creation or updated with other properties during server update; must be updated separately. |
| Name |
The name of the resource. (Inherited from ResourceData) |
| Network |
Network 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) |
| RestorePointInOn |
Restore point creation time (ISO8601 format), specifying the time to restore from. |
| ServerPrivateEndpointConnections |
PrivateEndpointConnections related properties of a server. |
| 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 |
Major version of MySQL. 8.0.21 stands for MySQL 8.0, 5.7.44 stands for MySQL 5.7. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Explicit Interface Implementations
| Name | Description |
|---|---|
| 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. |