ArmPostgreSqlFlexibleServersModelFactory.PostgreSqlFlexibleServerLtrPreBackupContent Method

Definition

public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerLtrPreBackupContent PostgreSqlFlexibleServerLtrPreBackupContent(string backupName = default);
static member PostgreSqlFlexibleServerLtrPreBackupContent : string -> Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerLtrPreBackupContent
Public Shared Function PostgreSqlFlexibleServerLtrPreBackupContent (Optional backupName As String = Nothing) As PostgreSqlFlexibleServerLtrPreBackupContent

Parameters

backupName
String

Backup Name for the current backup.

Returns

A new PostgreSqlFlexibleServerLtrPreBackupContent instance for mocking.

Exceptions

backupName is null.

Applies to