ArmOperationalInsightsModelFactory.OperationalInsightsWorkspaceFailoverProperties 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 OperationalInsightsWorkspaceFailoverProperties.
public static Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsWorkspaceFailoverProperties OperationalInsightsWorkspaceFailoverProperties(Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsWorkspaceFailoverState? state = default, DateTimeOffset? lastModifiedOn = default);
static member OperationalInsightsWorkspaceFailoverProperties : Nullable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsWorkspaceFailoverState> * Nullable<DateTimeOffset> -> Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsWorkspaceFailoverProperties
Public Shared Function OperationalInsightsWorkspaceFailoverProperties (Optional state As Nullable(Of OperationalInsightsWorkspaceFailoverState) = Nothing, Optional lastModifiedOn As Nullable(Of DateTimeOffset) = Nothing) As OperationalInsightsWorkspaceFailoverProperties
Parameters
The failover state of the replication.
- lastModifiedOn
- Nullable<DateTimeOffset>
The last time when the failover state was updated.
Returns
A new OperationalInsightsWorkspaceFailoverProperties instance for mocking.