ArmPostgreSqlFlexibleServersModelFactory.PostgreSqlBackupContent 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.
public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlBackupContent PostgreSqlBackupContent(string backupName = default);
static member PostgreSqlBackupContent : string -> Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlBackupContent
Public Shared Function PostgreSqlBackupContent (Optional backupName As String = Nothing) As PostgreSqlBackupContent
Parameters
- backupName
- String
Backup Name for the current backup.
Returns
A new PostgreSqlBackupContent instance for mocking.
Exceptions
backupName is null.