ArmServiceFabricManagedClustersModelFactory.ManagedMaintenanceWindowStatus 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 ManagedMaintenanceWindowStatus.
public static Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedMaintenanceWindowStatus ManagedMaintenanceWindowStatus (bool? isWindowEnabled = default, bool? isRegionReady = default, bool? isWindowActive = default, bool? canApplyUpdates = default, DateTimeOffset? lastWindowStatusUpdatedOn = default, DateTimeOffset? lastWindowStartOn = default, DateTimeOffset? lastWindowEndOn = default);
static member ManagedMaintenanceWindowStatus : Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedMaintenanceWindowStatus
Public Shared Function ManagedMaintenanceWindowStatus (Optional isWindowEnabled As Nullable(Of Boolean) = Nothing, Optional isRegionReady As Nullable(Of Boolean) = Nothing, Optional isWindowActive As Nullable(Of Boolean) = Nothing, Optional canApplyUpdates As Nullable(Of Boolean) = Nothing, Optional lastWindowStatusUpdatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastWindowStartOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastWindowEndOn As Nullable(Of DateTimeOffset) = Nothing) As ManagedMaintenanceWindowStatus
Parameters
- lastWindowStatusUpdatedOn
- Nullable<DateTimeOffset>
Last window update time in UTC.
- lastWindowStartOn
- Nullable<DateTimeOffset>
Last window start time in UTC.
- lastWindowEndOn
- Nullable<DateTimeOffset>
Last window end time in UTC.
Returns
A new ManagedMaintenanceWindowStatus instance for mocking.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET