ServerProperties 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 of a server.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.ServerPropertiesTypeConverter))]
public class ServerProperties : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.ServerPropertiesTypeConverter))>]
type ServerProperties = class
interface IServerProperties
interface IJsonSerializable
Public Class ServerProperties
Implements IServerProperties
- Inheritance
-
ServerProperties
- Attributes
- Implements
Constructors
ServerProperties() |
Creates an new ServerProperties instance. |
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). |
ByokEnforcement |
Status showing whether the server data encryption is enabled with customer-managed keys. |
EarliestRestoreDate |
Earliest restore point creation time (ISO8601 format) |
FullyQualifiedDomainName |
The fully qualified domain name of a server. |
InfrastructureEncryption |
Status showing whether the server enabled infrastructure encryption. |
MasterServerId |
The master server id of a replica server. |
MinimalTlsVersion |
Enforce a minimal Tls version for the server. |
PrivateEndpointConnection |
List of private endpoint connections on a server |
PublicNetworkAccess |
Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' |
ReplicaCapacity |
The maximum number of replicas that a master server can have. |
ReplicationRole |
The replication role of the server. |
SslEnforcement |
Enable ssl enforcement or not when connect to server. |
StorageProfileBackupRetentionDay |
Backup retention days for the server. |
StorageProfileGeoRedundantBackup |
Enable Geo-redundant or not for server backup. |
StorageProfileStorageAutogrow |
Enable Storage Auto Grow. |
StorageProfileStorageMb |
Max storage allowed for a server. |
UserVisibleState |
A state of a server that is visible to user. |
Version |
Server version. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ServerProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ServerProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerProperties. |
FromJsonString(String) |
Creates a new instance of ServerProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ServerProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |