ArmPostgreSqlFlexibleServersModelFactory.PostgreSqlFlexibleServerBackupStoreDetails 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.PostgreSqlFlexibleServerBackupStoreDetails PostgreSqlFlexibleServerBackupStoreDetails(System.Collections.Generic.IEnumerable<string> sasUriList = default);
static member PostgreSqlFlexibleServerBackupStoreDetails : seq<string> -> Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerBackupStoreDetails
Public Shared Function PostgreSqlFlexibleServerBackupStoreDetails (Optional sasUriList As IEnumerable(Of String) = Nothing) As PostgreSqlFlexibleServerBackupStoreDetails
Parameters
- sasUriList
- IEnumerable<String>
List of SAS uri of storage containers where backup data is to be streamed/copied.
Returns
A new PostgreSqlFlexibleServerBackupStoreDetails instance for mocking.