Delen via


ReplicationProtectionIntents interface

Interface die een ReplicationProtectionIntents vertegenwoordigt.

Methoden

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

De bewerking voor het maken van een asr-replicatiebeveiligingsintentie-item.

get(string, string, string, ReplicationProtectionIntentsGetOptionalParams)

Hiermee haalt u de details van een ASR-replicatiebeveiligingsintentie op.

list(string, string, ReplicationProtectionIntentsListOptionalParams)

Hiermee wordt de lijst met asr-replicatiebeveiligingsintentieobjecten in de kluis opgehaald.

Methodedetails

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

De bewerking voor het maken van een asr-replicatiebeveiligingsintentie-item.

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

Parameters

resourceName

string

De naam van de Recovery Services-kluis.

resourceGroupName

string

De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is.

intentObjectName

string

Een naam voor het replicatiebeveiligingsitem.

input
CreateProtectionIntentInput

Invoer voor beveiligingsintentie maken.

Retouren

get(string, string, string, ReplicationProtectionIntentsGetOptionalParams)

Hiermee haalt u de details van een ASR-replicatiebeveiligingsintentie op.

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

Parameters

resourceName

string

De naam van de Recovery Services-kluis.

resourceGroupName

string

De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is.

intentObjectName

string

Naam van replicatiebeveiligingsintentie.

options
ReplicationProtectionIntentsGetOptionalParams

De optiesparameters.

Retouren

list(string, string, ReplicationProtectionIntentsListOptionalParams)

Hiermee wordt de lijst met asr-replicatiebeveiligingsintentieobjecten in de kluis opgehaald.

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

Parameters

resourceName

string

De naam van de Recovery Services-kluis.

resourceGroupName

string

De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is.

options
ReplicationProtectionIntentsListOptionalParams

De optiesparameters.

Retouren