Partilhar via


ArmOracleDatabaseModelFactory.EstimatedPatchingTime Method

Definition

Initializes a new instance of EstimatedPatchingTime.

public static Azure.ResourceManager.OracleDatabase.Models.EstimatedPatchingTime EstimatedPatchingTime (int? estimatedDBServerPatchingTime = default, int? estimatedNetworkSwitchesPatchingTime = default, int? estimatedStorageServerPatchingTime = default, int? totalEstimatedPatchingTime = default);
public static Azure.ResourceManager.OracleDatabase.Models.EstimatedPatchingTime EstimatedPatchingTime (int? estimatedDbServerPatchingTime = default, int? estimatedNetworkSwitchesPatchingTime = default, int? estimatedStorageServerPatchingTime = default, int? totalEstimatedPatchingTime = default);
static member EstimatedPatchingTime : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.OracleDatabase.Models.EstimatedPatchingTime
static member EstimatedPatchingTime : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.OracleDatabase.Models.EstimatedPatchingTime
Public Shared Function EstimatedPatchingTime (Optional estimatedDBServerPatchingTime As Nullable(Of Integer) = Nothing, Optional estimatedNetworkSwitchesPatchingTime As Nullable(Of Integer) = Nothing, Optional estimatedStorageServerPatchingTime As Nullable(Of Integer) = Nothing, Optional totalEstimatedPatchingTime As Nullable(Of Integer) = Nothing) As EstimatedPatchingTime
Public Shared Function EstimatedPatchingTime (Optional estimatedDbServerPatchingTime As Nullable(Of Integer) = Nothing, Optional estimatedNetworkSwitchesPatchingTime As Nullable(Of Integer) = Nothing, Optional estimatedStorageServerPatchingTime As Nullable(Of Integer) = Nothing, Optional totalEstimatedPatchingTime As Nullable(Of Integer) = Nothing) As EstimatedPatchingTime

Parameters

estimatedDBServerPatchingTimeestimatedDbServerPatchingTime
Nullable<Int32>

The estimated time required in minutes for database server patching.

estimatedNetworkSwitchesPatchingTime
Nullable<Int32>

The estimated time required in minutes for network switch patching.

estimatedStorageServerPatchingTime
Nullable<Int32>

The estimated time required in minutes for storage server patching.

totalEstimatedPatchingTime
Nullable<Int32>

The estimated total time required in minutes for all patching operations.

Returns

A new EstimatedPatchingTime instance for mocking.

Applies to