ArmOracleDatabaseModelFactory.ExascaleConfigDetails Method
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.
Initializes a new instance of ExascaleConfigDetails.
public static Azure.ResourceManager.OracleDatabase.Models.ExascaleConfigDetails ExascaleConfigDetails(int totalStorageInGbs = 0, int? availableStorageInGbs = default);
static member ExascaleConfigDetails : int * Nullable<int> -> Azure.ResourceManager.OracleDatabase.Models.ExascaleConfigDetails
Public Shared Function ExascaleConfigDetails (Optional totalStorageInGbs As Integer = 0, Optional availableStorageInGbs As Nullable(Of Integer) = Nothing) As ExascaleConfigDetails
Parameters
- totalStorageInGbs
- Int32
Storage size needed for Exascale in GBs.
Returns
A new ExascaleConfigDetails instance for mocking.