ArmPostgreSqlFlexibleServersModelFactory.PostgreSqlFlexibleServerMaintenanceWindow 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.
public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerMaintenanceWindow PostgreSqlFlexibleServerMaintenanceWindow(string customWindow = default, int? startHour = default, int? startMinute = default, int? dayOfWeek = default);
static member PostgreSqlFlexibleServerMaintenanceWindow : string * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerMaintenanceWindow
Public Shared Function PostgreSqlFlexibleServerMaintenanceWindow (Optional customWindow As String = Nothing, Optional startHour As Nullable(Of Integer) = Nothing, Optional startMinute As Nullable(Of Integer) = Nothing, Optional dayOfWeek As Nullable(Of Integer) = Nothing) As PostgreSqlFlexibleServerMaintenanceWindow
Parameters
- customWindow
- String
Indicates whether custom window is enabled or disabled.
Returns
A new PostgreSqlFlexibleServerMaintenanceWindow instance for mocking.