Share via


MySqlServerCreateOrUpdateContent.Properties Property

Definition

Properties of the server. Please note MySqlServerPropertiesForCreate is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MySqlServerPropertiesForDefaultCreate, MySqlServerPropertiesForGeoRestore, MySqlServerPropertiesForRestore and MySqlServerPropertiesForReplica.

public Azure.ResourceManager.MySql.Models.MySqlServerPropertiesForCreate Properties { get; }
member this.Properties : Azure.ResourceManager.MySql.Models.MySqlServerPropertiesForCreate
Public ReadOnly Property Properties As MySqlServerPropertiesForCreate

Property Value

Applies to