你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PostgreSqlFlexibleServerBackupStoreDetails(IEnumerable<String>) Constructor

Definition

Initializes a new instance of PostgreSqlFlexibleServerBackupStoreDetails.

public PostgreSqlFlexibleServerBackupStoreDetails(System.Collections.Generic.IEnumerable<string> sasUriList);
new Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerBackupStoreDetails : seq<string> -> Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerBackupStoreDetails
Public Sub New (sasUriList As IEnumerable(Of String))

Parameters

sasUriList
IEnumerable<String>

List of SAS uri of storage containers where backup data is to be streamed/copied.

Exceptions

sasUriList is null.

Applies to