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(resourceGroupName: string, resourceName: string, intentObjectName: string, input: CreateProtectionIntentInput, options?: ReplicationProtectionIntentsCreateOptionalParams): Promise<ReplicationProtectionIntent>

Parametry

resourceGroupName

string

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

resourceName

string

Název trezoru služby Recovery Services.

intentObjectName

string

Název položky ochrany replikace

input
CreateProtectionIntentInput

Vytvoření vstupu záměru ochrany

options
ReplicationProtectionIntentsCreateOptionalParams

Parametry možností.

Návraty

get(string, string, string, ReplicationProtectionIntentsGetOptionalParams)

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

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

Parametry

resourceGroupName

string

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

resourceName

string

Název trezoru 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(resourceGroupName: string, resourceName: string, options?: ReplicationProtectionIntentsListOptionalParams): PagedAsyncIterableIterator<ReplicationProtectionIntent, ReplicationProtectionIntent[], PageSettings>

Parametry

resourceGroupName

string

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

resourceName

string

Název trezoru služby Recovery Services.

options
ReplicationProtectionIntentsListOptionalParams

Parametry možností.

Návraty