ArmPostgreSqlFlexibleServersModelFactory.DbLevelValidationStatus 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 DbLevelValidationStatus.
public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.DbLevelValidationStatus DbLevelValidationStatus (string databaseName = default, DateTimeOffset? startedOn = default, DateTimeOffset? endedOn = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.ValidationSummaryItem> summary = default);
static member DbLevelValidationStatus : string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * seq<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.ValidationSummaryItem> -> Azure.ResourceManager.PostgreSql.FlexibleServers.Models.DbLevelValidationStatus
Public Shared Function DbLevelValidationStatus (Optional databaseName As String = Nothing, Optional startedOn As Nullable(Of DateTimeOffset) = Nothing, Optional endedOn As Nullable(Of DateTimeOffset) = Nothing, Optional summary As IEnumerable(Of ValidationSummaryItem) = Nothing) As DbLevelValidationStatus
Parameters
- databaseName
- String
Name of the database.
- startedOn
- Nullable<DateTimeOffset>
Start date-time of a database level validation.
- endedOn
- Nullable<DateTimeOffset>
End date-time of a database level validation.
- summary
- IEnumerable<ValidationSummaryItem>
Summary of database level validations.
Returns
A new DbLevelValidationStatus instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET