Share via


ArmOracleDatabaseModelFactory.DbServerPatchingDetails Method

Definition

Initializes a new instance of DbServerPatchingDetails.

public static Azure.ResourceManager.OracleDatabase.Models.DbServerPatchingDetails DbServerPatchingDetails (int? estimatedPatchDuration = default, Azure.ResourceManager.OracleDatabase.Models.DbServerPatchingStatus? patchingStatus = default, DateTimeOffset? timePatchingEnded = default, DateTimeOffset? timePatchingStarted = default);
static member DbServerPatchingDetails : Nullable<int> * Nullable<Azure.ResourceManager.OracleDatabase.Models.DbServerPatchingStatus> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Azure.ResourceManager.OracleDatabase.Models.DbServerPatchingDetails
Public Shared Function DbServerPatchingDetails (Optional estimatedPatchDuration As Nullable(Of Integer) = Nothing, Optional patchingStatus As Nullable(Of DbServerPatchingStatus) = Nothing, Optional timePatchingEnded As Nullable(Of DateTimeOffset) = Nothing, Optional timePatchingStarted As Nullable(Of DateTimeOffset) = Nothing) As DbServerPatchingDetails

Parameters

estimatedPatchDuration
Nullable<Int32>

Estimated Patch Duration Serialized Name: DbServerPatchingDetails.estimatedPatchDuration

patchingStatus
Nullable<DbServerPatchingStatus>

Patching Status Serialized Name: DbServerPatchingDetails.patchingStatus

timePatchingEnded
Nullable<DateTimeOffset>

Time Patching Ended Serialized Name: DbServerPatchingDetails.timePatchingEnded

timePatchingStarted
Nullable<DateTimeOffset>

Time Patching Started Serialized Name: DbServerPatchingDetails.timePatchingStarted

Returns

A new DbServerPatchingDetails instance for mocking.

Applies to