ArmStorageCacheModelFactory.AmlFileSystemPropertiesMaintenanceWindow Method

Definition

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.

Applies to