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

PostgreSqlServerPropertiesForCreate.StorageProfile Property

Definition

Storage profile of a server.

public Azure.Provisioning.PostgreSql.PostgreSqlStorageProfile StorageProfile { get; set; }
public Azure.Provisioning.BicepValue<Azure.Provisioning.PostgreSql.PostgreSqlStorageProfile> StorageProfile { get; set; }
member this.StorageProfile : Azure.Provisioning.PostgreSql.PostgreSqlStorageProfile with get, set
member this.StorageProfile : Azure.Provisioning.BicepValue<Azure.Provisioning.PostgreSql.PostgreSqlStorageProfile> with get, set
Public Property StorageProfile As PostgreSqlStorageProfile
Public Property StorageProfile As BicepValue(Of PostgreSqlStorageProfile)

Property Value

Applies to