ArmMySqlFlexibleServersModelFactory.MySqlFlexibleServerBackupSettings Method
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.
Initializes a new instance of MySqlFlexibleServerBackupSettings.
public static Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerBackupSettings MySqlFlexibleServerBackupSettings(string backupName = default, Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerBackupFormat? backupFormat = default);
static member MySqlFlexibleServerBackupSettings : string * Nullable<Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerBackupFormat> -> Azure.ResourceManager.MySql.FlexibleServers.Models.MySqlFlexibleServerBackupSettings
Public Shared Function MySqlFlexibleServerBackupSettings (Optional backupName As String = Nothing, Optional backupFormat As Nullable(Of MySqlFlexibleServerBackupFormat) = Nothing) As MySqlFlexibleServerBackupSettings
Parameters
- backupName
- String
The name of the backup.
- backupFormat
- Nullable<MySqlFlexibleServerBackupFormat>
Backup Format for the current backup. (CollatedFormat is INTERNAL – DO NOT USE).
Returns
A new MySqlFlexibleServerBackupSettings instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET