ZoneFaultSimulationContent Class
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.
Parameters for Zone Fault Simulation action.
public class ZoneFaultSimulationContent : Azure.ResourceManager.ServiceFabricManagedClusters.Models.FaultSimulationContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ZoneFaultSimulationContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ZoneFaultSimulationContent>
type ZoneFaultSimulationContent = class
inherit FaultSimulationContent
interface IJsonModel<ZoneFaultSimulationContent>
interface IPersistableModel<ZoneFaultSimulationContent>
Public Class ZoneFaultSimulationContent
Inherits FaultSimulationContent
Implements IJsonModel(Of ZoneFaultSimulationContent), IPersistableModel(Of ZoneFaultSimulationContent)
- Inheritance
- Implements
Constructors
ZoneFaultSimulationContent() |
Initializes a new instance of ZoneFaultSimulationContent. |
Properties
ConstraintsExpireOn |
The absolute expiration timestamp (UTC) after which this fault simulation should be stopped if it's still active. (Inherited from FaultSimulationContent) |
IsForced |
Force the action to go through without any check on the cluster. (Inherited from FaultSimulationContent) |
Zones |
Indicates the zones of the fault simulation. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |