IServerUpdateParameters 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.Api20171201.ServerUpdateParametersTypeConverter))]
public interface IServerUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.ServerUpdateParametersTypeConverter))>]
type IServerUpdateParameters = interface
interface IJsonSerializable
Public Interface IServerUpdateParameters
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AdministratorLoginPassword |
The password of the administrator login. |
IdentityPrincipalId |
The Azure Active Directory principal id. |
IdentityTenantId |
The Azure Active Directory tenant id. |
IdentityType |
The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource. |
MinimalTlsVersion |
Enforce a minimal Tls version for the 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' |
ReplicationRole |
The replication role of the server. |
SkuCapacity |
The scale up/out capacity, representing server's compute units. |
SkuFamily |
The family of hardware. |
SkuName |
The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8. |
SkuSize |
The size code, to be interpreted by resource as appropriate. |
SkuTier |
The tier of the particular SKU, e.g. Basic. |
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. |
Tag |
Application-specific metadata in the form of key-value pairs. |
Version |
The version of a server. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |