ArmOracleDatabaseModelFactory.EstimatedPatchingTime 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 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
The estimated time required in minutes for database server patching.
The estimated time required in minutes for network switch patching.
The estimated time required in minutes for storage server patching.
The estimated total time required in minutes for all patching operations.
Returns
A new EstimatedPatchingTime instance for mocking.
Applies to
Azure SDK for .NET