ArmStorageCacheModelFactory.AmlFileSystemPropertiesMaintenanceWindow 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.StorageCache.Models.AmlFileSystemPropertiesMaintenanceWindow AmlFileSystemPropertiesMaintenanceWindow(Azure.ResourceManager.StorageCache.Models.MaintenanceDayOfWeekType? dayOfWeek = default, string timeOfDayUTC = default);
static member AmlFileSystemPropertiesMaintenanceWindow : Nullable<Azure.ResourceManager.StorageCache.Models.MaintenanceDayOfWeekType> * string -> Azure.ResourceManager.StorageCache.Models.AmlFileSystemPropertiesMaintenanceWindow
Public Shared Function AmlFileSystemPropertiesMaintenanceWindow (Optional dayOfWeek As Nullable(Of MaintenanceDayOfWeekType) = Nothing, Optional timeOfDayUTC As String = Nothing) As AmlFileSystemPropertiesMaintenanceWindow
Parameters
- dayOfWeek
- Nullable<MaintenanceDayOfWeekType>
Day of the week on which the maintenance window will occur.
- timeOfDayUTC
- String
The time of day (in UTC) to start the maintenance window.
Returns
A new AmlFileSystemPropertiesMaintenanceWindow instance for mocking.