ArmOracleDatabaseModelFactory.CloudExadataInfrastructureUpdateProperties Method

Definition

public static Azure.ResourceManager.OracleDatabase.Models.CloudExadataInfrastructureUpdateProperties CloudExadataInfrastructureUpdateProperties(int? computeCount = default, int? storageCount = default, Azure.ResourceManager.OracleDatabase.Models.OracleDatabaseMaintenanceWindow maintenanceWindow = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.OracleDatabase.Models.OracleCustomerContact> customerContacts = default, string displayName = default);
static member CloudExadataInfrastructureUpdateProperties : Nullable<int> * Nullable<int> * Azure.ResourceManager.OracleDatabase.Models.OracleDatabaseMaintenanceWindow * seq<Azure.ResourceManager.OracleDatabase.Models.OracleCustomerContact> * string -> Azure.ResourceManager.OracleDatabase.Models.CloudExadataInfrastructureUpdateProperties
Public Shared Function CloudExadataInfrastructureUpdateProperties (Optional computeCount As Nullable(Of Integer) = Nothing, Optional storageCount As Nullable(Of Integer) = Nothing, Optional maintenanceWindow As OracleDatabaseMaintenanceWindow = Nothing, Optional customerContacts As IEnumerable(Of OracleCustomerContact) = Nothing, Optional displayName As String = Nothing) As CloudExadataInfrastructureUpdateProperties

Parameters

computeCount
Nullable<Int32>

The number of compute servers for the cloud Exadata infrastructure.

storageCount
Nullable<Int32>

The number of storage servers for the cloud Exadata infrastructure.

maintenanceWindow
OracleDatabaseMaintenanceWindow

maintenanceWindow property.

customerContacts
IEnumerable<OracleCustomerContact>

The list of customer email addresses that receive information from Oracle about the specified OCI Database service resource. Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a cloud Exadata infrastructure instance. .

displayName
String

The name for the Exadata infrastructure.

Returns

A new CloudExadataInfrastructureUpdateProperties instance for mocking.

Applies to