ArmOracleDatabaseModelFactory.DbServerPatchingDetails 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 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
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
Azure SDK for .NET