你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

A2APolicyDetails interface

A2A specific policy details.

Extends

Properties

appConsistentFrequencyInMinutes

The app consistent snapshot frequency in minutes.

crashConsistentFrequencyInMinutes

The crash consistent snapshot frequency in minutes.

instanceType

Polymorphic discriminator, which specifies the different types this object can be

multiVmSyncStatus

A value indicating whether multi-VM sync has to be enabled.

recoveryPointHistory

The duration in minutes until which the recovery points need to be stored.

recoveryPointThresholdInMinutes

The recovery point threshold in minutes.

Property Details

appConsistentFrequencyInMinutes

The app consistent snapshot frequency in minutes.

appConsistentFrequencyInMinutes?: number

Property Value

number

crashConsistentFrequencyInMinutes

The crash consistent snapshot frequency in minutes.

crashConsistentFrequencyInMinutes?: number

Property Value

number

instanceType

Polymorphic discriminator, which specifies the different types this object can be

instanceType: "A2A"

Property Value

"A2A"

multiVmSyncStatus

A value indicating whether multi-VM sync has to be enabled.

multiVmSyncStatus?: string

Property Value

string

recoveryPointHistory

The duration in minutes until which the recovery points need to be stored.

recoveryPointHistory?: number

Property Value

number

recoveryPointThresholdInMinutes

The recovery point threshold in minutes.

recoveryPointThresholdInMinutes?: number

Property Value

number