Share via


Storage Constructors

Definition

Overloads

Storage()

Initializes a new instance of the Storage class.

Storage(Nullable<Int32>)

Initializes a new instance of the Storage class.

Storage()

Initializes a new instance of the Storage class.

public Storage ();
Public Sub New ()

Applies to

Storage(Nullable<Int32>)

Initializes a new instance of the Storage class.

public Storage (int? storageSizeGB = default);
new Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Storage : Nullable<int> -> Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Storage
Public Sub New (Optional storageSizeGB As Nullable(Of Integer) = Nothing)

Parameters

storageSizeGB
Nullable<Int32>

Max storage allowed for a server.

Applies to