Sdílet prostřednictvím


ReplicationProtectionIntents interface

Rozhraní představující ReplicationProtectionIntents.

Metody

create(string, string, string, CreateProtectionIntentInput, ReplicationProtectionIntentsCreateOptionalParams)

Operace vytvoření položky záměru ochrany replikace ASR

get(string, string, string, ReplicationProtectionIntentsGetOptionalParams)

Získá podrobnosti o záměru ochrany replikace ASR.

list(string, string, ReplicationProtectionIntentsListOptionalParams)

Získá seznam objektů záměru ochrany replikace ASR v trezoru.

Podrobnosti metody

create(string, string, string, CreateProtectionIntentInput, ReplicationProtectionIntentsCreateOptionalParams)

Operace vytvoření položky záměru ochrany replikace ASR

function create(resourceName: string, resourceGroupName: string, intentObjectName: string, input: CreateProtectionIntentInput, options?: ReplicationProtectionIntentsCreateOptionalParams): Promise<ReplicationProtectionIntent>

Parametry

resourceName

string

Název trezoru služby Recovery Services.

resourceGroupName

string

Název skupiny prostředků, ve které je trezor služby Recovery Services.

intentObjectName

string

Název položky ochrany replikace.

input
CreateProtectionIntentInput

Vytvořit vstup záměru ochrany.

Návraty

get(string, string, string, ReplicationProtectionIntentsGetOptionalParams)

Získá podrobnosti o záměru ochrany replikace ASR.

function get(resourceName: string, resourceGroupName: string, intentObjectName: string, options?: ReplicationProtectionIntentsGetOptionalParams): Promise<ReplicationProtectionIntent>

Parametry

resourceName

string

Název trezoru služby Recovery Services.

resourceGroupName

string

Název skupiny prostředků, ve které je trezor služby Recovery Services.

intentObjectName

string

Název záměru ochrany replikace.

options
ReplicationProtectionIntentsGetOptionalParams

Parametry možností

Návraty

list(string, string, ReplicationProtectionIntentsListOptionalParams)

Získá seznam objektů záměru ochrany replikace ASR v trezoru.

function list(resourceName: string, resourceGroupName: string, options?: ReplicationProtectionIntentsListOptionalParams): PagedAsyncIterableIterator<ReplicationProtectionIntent, ReplicationProtectionIntent[], PageSettings>

Parametry

resourceName

string

Název trezoru služby Recovery Services.

resourceGroupName

string

Název skupiny prostředků, ve které je trezor služby Recovery Services.

options
ReplicationProtectionIntentsListOptionalParams

Parametry možností

Návraty