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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET