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

PostgreSqlServerPropertiesForGeoRestore(ResourceIdentifier) Constructor

Definition

Initializes a new instance of PostgreSqlServerPropertiesForGeoRestore.

public PostgreSqlServerPropertiesForGeoRestore(Azure.Core.ResourceIdentifier sourceServerId);
new Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPropertiesForGeoRestore : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPropertiesForGeoRestore
Public Sub New (sourceServerId As ResourceIdentifier)

Parameters

sourceServerId
ResourceIdentifier

The source server id to restore from.

Exceptions

sourceServerId is null.

Applies to