IServerUpdateParametersProperties.StorageProfileGeoRedundantBackup Property
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.
Enable Geo-redundant or not for server backup.
[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="Enable Geo-redundant or not for server backup.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup) }, ReadOnly=false, Required=false, SerializedName="geoRedundantBackup")]
public Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup? StorageProfileGeoRedundantBackup { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="Enable Geo-redundant or not for server backup.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup) }, ReadOnly=false, Required=false, SerializedName="geoRedundantBackup")>]
member this.StorageProfileGeoRedundantBackup : Nullable<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup> with get, set
Public Property StorageProfileGeoRedundantBackup As Nullable(Of GeoRedundantBackup)
Property Value
- Attributes