/** The fault tolerance state of the virtual machine */
export declare enum VirtualMachineFaultToleranceState {
    'disabled' = "disabled",
    'enabled' = "enabled",
    'needSecondary' = "needSecondary",
    'notConfigured' = "notConfigured",
    'running' = "running",
    'starting' = "starting"
}
//# sourceMappingURL=VirtualMachineFaultToleranceState.d.ts.map