ArmOracleDatabaseModelFactory.CloudExadataInfrastructureUpdateProperties 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.
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
- 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.