你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServerUpdateParameters Class

Definition

Parameters allowed to update for a server.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.ServerUpdateParametersTypeConverter))]
public class ServerUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.ServerUpdateParametersTypeConverter))>]
type ServerUpdateParameters = class
    interface IServerUpdateParameters
    interface IJsonSerializable
Public Class ServerUpdateParameters
Implements IServerUpdateParameters
Inheritance
ServerUpdateParameters
Attributes
Implements

Constructors

ServerUpdateParameters()

Creates an new ServerUpdateParameters instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServerUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServerUpdateParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201.IServerUpdateParameters.

FromJsonString(String)

Creates a new instance of ServerUpdateParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServerUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to