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 Azure.ResourceManager.OracleDatabase.Models.DBServerPatchingDetails.
public static Azure.ResourceManager.OracleDatabase.Models.DBServerPatchingDetails DBServerPatchingDetails (int? estimatedPatchDuration = default, Azure.ResourceManager.OracleDatabase.Models.DBServerPatchingStatus? patchingStatus = default, DateTimeOffset? patchingEndedOn = default, DateTimeOffset? patchingStartedOn = 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 patchingEndedOn As Nullable(Of DateTimeOffset) = Nothing, Optional patchingStartedOn As Nullable(Of DateTimeOffset) = Nothing) As DBServerPatchingDetails
Parameters
- patchingStatus
- Nullable<Azure.ResourceManager.OracleDatabase.Models.DBServerPatchingStatus>
Patching Status.
- patchingEndedOn
- Nullable<DateTimeOffset>
Time Patching Ended.
- patchingStartedOn
- Nullable<DateTimeOffset>
Time Patching Started.
Returns
Azure.ResourceManager.OracleDatabase.Models.DBServerPatchingDetails
A new Azure.ResourceManager.OracleDatabase.Models.DBServerPatchingDetails instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET