IServerPropertiesAutoGenerated 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.Api20210501.ServerPropertiesAutoGeneratedTypeConverter))]
public interface IServerPropertiesAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ServerPropertiesAutoGeneratedTypeConverter))>]
type IServerPropertiesAutoGenerated = interface
interface IJsonSerializable
Public Interface IServerPropertiesAutoGenerated
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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. |
BackupEarliestRestoreDate |
Earliest restore point creation time (ISO8601 format) |
BackupGeoRedundantBackup |
Whether or not geo redundant backup is enabled. |
BackupRetentionDay |
Backup retention days for the server. |
CreateMode |
The mode to create a new MySQL server. |
FullyQualifiedDomainName |
The fully qualified domain name of a server. |
HighAvailabilityMode |
High availability mode for a server. |
HighAvailabilityStandbyAvailabilityZone |
Availability zone of the standby server. |
HighAvailabilityState |
The state of server high availability. |
MaintenanceWindowCustomWindow |
indicates whether custom window is enabled or disabled |
MaintenanceWindowDayOfWeek |
day of week for maintenance window |
MaintenanceWindowStartHour |
start hour for maintenance window |
MaintenanceWindowStartMinute |
start minute for maintenance window |
NetworkDelegatedSubnetResourceId |
Delegated subnet resource id used to setup vnet for a server. |
NetworkPrivateDnsZoneResourceId |
Private DNS zone resource id. |
NetworkPublicNetworkAccess |
Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration. |
ReplicaCapacity |
The maximum number of replicas that a primary server can have. |
ReplicationRole |
The replication role. |
RestorePointInTime |
Restore point creation time (ISO8601 format), specifying the time to restore from. |
SourceServerResourceId |
The source MySQL server id. |
State |
The state of a server. |
StorageAutoGrow |
Enable Storage Auto Grow or not. |
StorageIop |
Storage IOPS for a server. |
StorageSizeGb |
Max storage size allowed for a server. |
StorageSku |
The sku name of the server storage. |
Version |
Server version. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |