ArmStorageCacheModelFactory.AmlFileSystemUpdatePropertiesMaintenanceWindow 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.AmlFileSystemUpdatePropertiesMaintenanceWindow AmlFileSystemUpdatePropertiesMaintenanceWindow(Azure.ResourceManager.StorageCache.Models.MaintenanceDayOfWeekType? dayOfWeek = default, string timeOfDayUTC = default);
static member AmlFileSystemUpdatePropertiesMaintenanceWindow : Nullable<Azure.ResourceManager.StorageCache.Models.MaintenanceDayOfWeekType> * string -> Azure.ResourceManager.StorageCache.Models.AmlFileSystemUpdatePropertiesMaintenanceWindow
Public Shared Function AmlFileSystemUpdatePropertiesMaintenanceWindow (Optional dayOfWeek As Nullable(Of MaintenanceDayOfWeekType) = Nothing, Optional timeOfDayUTC As String = Nothing) As AmlFileSystemUpdatePropertiesMaintenanceWindow
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 AmlFileSystemUpdatePropertiesMaintenanceWindow instance for mocking.