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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET