ArmPostgreSqlFlexibleServersModelFactory.PostgreSqlBackupContent Method

Definition

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.

Applies to