Partager via


ReplicationFabrics interface

Interface représentant un ReplicationFabrics.

Méthodes

beginCheckConsistency(string, string, string, ReplicationFabricsCheckConsistencyOptionalParams)

Opération permettant d’effectuer une cohérence case activée sur l’infrastructure.

beginCheckConsistencyAndWait(string, string, string, ReplicationFabricsCheckConsistencyOptionalParams)

Opération permettant d’effectuer une cohérence case activée sur l’infrastructure.

beginCreate(string, string, string, FabricCreationInput, ReplicationFabricsCreateOptionalParams)

Opération permettant de créer une infrastructure Azure Site Recovery (par exemple, un site Hyper-V).

beginCreateAndWait(string, string, string, FabricCreationInput, ReplicationFabricsCreateOptionalParams)

Opération permettant de créer une infrastructure Azure Site Recovery (par exemple, un site Hyper-V).

beginDelete(string, string, string, ReplicationFabricsDeleteOptionalParams)

Opération de suppression ou de suppression d’une infrastructure Azure Site Recovery.

beginDeleteAndWait(string, string, string, ReplicationFabricsDeleteOptionalParams)

Opération de suppression ou de suppression d’une infrastructure Azure Site Recovery.

beginMigrateToAad(string, string, string, ReplicationFabricsMigrateToAadOptionalParams)

Opération de migration d’une infrastructure Azure Site Recovery vers AAD.

beginMigrateToAadAndWait(string, string, string, ReplicationFabricsMigrateToAadOptionalParams)

Opération de migration d’une infrastructure Azure Site Recovery vers AAD.

beginPurge(string, string, string, ReplicationFabricsPurgeOptionalParams)

Opération de vidage (forcer la suppression) d’une infrastructure Azure Site Recovery.

beginPurgeAndWait(string, string, string, ReplicationFabricsPurgeOptionalParams)

Opération de vidage (forcer la suppression) d’une infrastructure Azure Site Recovery.

beginReassociateGateway(string, string, string, FailoverProcessServerRequest, ReplicationFabricsReassociateGatewayOptionalParams)

Opération permettant de déplacer des réplications d’un serveur de processus vers un autre serveur de processus.

beginReassociateGatewayAndWait(string, string, string, FailoverProcessServerRequest, ReplicationFabricsReassociateGatewayOptionalParams)

Opération permettant de déplacer des réplications d’un serveur de processus vers un autre serveur de processus.

beginRemoveInfra(string, string, string, ReplicationFabricsRemoveInfraOptionalParams)

Supprime l’infrastructure du Appliance sous l’infrastructure.

beginRemoveInfraAndWait(string, string, string, ReplicationFabricsRemoveInfraOptionalParams)

Supprime l’infrastructure du Appliance sous l’infrastructure.

beginRenewCertificate(string, string, string, RenewCertificateInput, ReplicationFabricsRenewCertificateOptionalParams)

Renouvelle le certificat de connexion pour l’infrastructure de réplication ASR.

beginRenewCertificateAndWait(string, string, string, RenewCertificateInput, ReplicationFabricsRenewCertificateOptionalParams)

Renouvelle le certificat de connexion pour l’infrastructure de réplication ASR.

get(string, string, string, ReplicationFabricsGetOptionalParams)

Obtient les détails d’une infrastructure Azure Site Recovery.

list(string, string, ReplicationFabricsListOptionalParams)

Obtient la liste des structures Azure Site Recovery dans le coffre.

Détails de la méthode

beginCheckConsistency(string, string, string, ReplicationFabricsCheckConsistencyOptionalParams)

Opération permettant d’effectuer une cohérence case activée sur l’infrastructure.

function beginCheckConsistency(resourceName: string, resourceGroupName: string, fabricName: string, options?: ReplicationFabricsCheckConsistencyOptionalParams): Promise<SimplePollerLike<OperationState<Fabric>, Fabric>>

Paramètres

resourceName

string

Nom du coffre Recovery Services.

resourceGroupName

string

Nom du groupe de ressources où se trouve le coffre Recovery Services.

fabricName

string

Nom de la structure.

options
ReplicationFabricsCheckConsistencyOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<Fabric>, Fabric>>

beginCheckConsistencyAndWait(string, string, string, ReplicationFabricsCheckConsistencyOptionalParams)

Opération permettant d’effectuer une cohérence case activée sur l’infrastructure.

function beginCheckConsistencyAndWait(resourceName: string, resourceGroupName: string, fabricName: string, options?: ReplicationFabricsCheckConsistencyOptionalParams): Promise<Fabric>

Paramètres

resourceName

string

Nom du coffre Recovery Services.

resourceGroupName

string

Nom du groupe de ressources où se trouve le coffre Recovery Services.

fabricName

string

Nom de la structure.

options
ReplicationFabricsCheckConsistencyOptionalParams

Paramètres d’options.

Retours

Promise<Fabric>

beginCreate(string, string, string, FabricCreationInput, ReplicationFabricsCreateOptionalParams)

Opération permettant de créer une infrastructure Azure Site Recovery (par exemple, un site Hyper-V).

function beginCreate(resourceName: string, resourceGroupName: string, fabricName: string, input: FabricCreationInput, options?: ReplicationFabricsCreateOptionalParams): Promise<SimplePollerLike<OperationState<Fabric>, Fabric>>

Paramètres

resourceName

string

Nom du coffre Recovery Services.

resourceGroupName

string

Nom du groupe de ressources où se trouve le coffre Recovery Services.

fabricName

string

Nom de l’infrastructure ASR.

input
FabricCreationInput

Entrée de création de structure.

options
ReplicationFabricsCreateOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<Fabric>, Fabric>>

beginCreateAndWait(string, string, string, FabricCreationInput, ReplicationFabricsCreateOptionalParams)

Opération permettant de créer une infrastructure Azure Site Recovery (par exemple, un site Hyper-V).

function beginCreateAndWait(resourceName: string, resourceGroupName: string, fabricName: string, input: FabricCreationInput, options?: ReplicationFabricsCreateOptionalParams): Promise<Fabric>

Paramètres

resourceName

string

Nom du coffre Recovery Services.

resourceGroupName

string

Nom du groupe de ressources où se trouve le coffre Recovery Services.

fabricName

string

Nom de l’infrastructure ASR.

input
FabricCreationInput

Entrée de création de structure.

options
ReplicationFabricsCreateOptionalParams

Paramètres d’options.

Retours

Promise<Fabric>

beginDelete(string, string, string, ReplicationFabricsDeleteOptionalParams)

Opération de suppression ou de suppression d’une infrastructure Azure Site Recovery.

function beginDelete(resourceName: string, resourceGroupName: string, fabricName: string, options?: ReplicationFabricsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paramètres

resourceName

string

Nom du coffre Recovery Services.

resourceGroupName

string

Nom du groupe de ressources où se trouve le coffre Recovery Services.

fabricName

string

Infrastructure ASR à supprimer.

options
ReplicationFabricsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, ReplicationFabricsDeleteOptionalParams)

Opération de suppression ou de suppression d’une infrastructure Azure Site Recovery.

function beginDeleteAndWait(resourceName: string, resourceGroupName: string, fabricName: string, options?: ReplicationFabricsDeleteOptionalParams): Promise<void>

Paramètres

resourceName

string

Nom du coffre Recovery Services.

resourceGroupName

string

Nom du groupe de ressources où se trouve le coffre Recovery Services.

fabricName

string

Infrastructure ASR à supprimer.

options
ReplicationFabricsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

beginMigrateToAad(string, string, string, ReplicationFabricsMigrateToAadOptionalParams)

Opération de migration d’une infrastructure Azure Site Recovery vers AAD.

function beginMigrateToAad(resourceName: string, resourceGroupName: string, fabricName: string, options?: ReplicationFabricsMigrateToAadOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paramètres

resourceName

string

Nom du coffre Recovery Services.

resourceGroupName

string

Nom du groupe de ressources où se trouve le coffre Recovery Services.

fabricName

string

Infrastructure ASR à migrer.

options
ReplicationFabricsMigrateToAadOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginMigrateToAadAndWait(string, string, string, ReplicationFabricsMigrateToAadOptionalParams)

Opération de migration d’une infrastructure Azure Site Recovery vers AAD.

function beginMigrateToAadAndWait(resourceName: string, resourceGroupName: string, fabricName: string, options?: ReplicationFabricsMigrateToAadOptionalParams): Promise<void>

Paramètres

resourceName

string

Nom du coffre Recovery Services.

resourceGroupName

string

Nom du groupe de ressources où se trouve le coffre Recovery Services.

fabricName

string

Infrastructure ASR à migrer.

options
ReplicationFabricsMigrateToAadOptionalParams

Paramètres d’options.

Retours

Promise<void>

beginPurge(string, string, string, ReplicationFabricsPurgeOptionalParams)

Opération de vidage (forcer la suppression) d’une infrastructure Azure Site Recovery.

function beginPurge(resourceName: string, resourceGroupName: string, fabricName: string, options?: ReplicationFabricsPurgeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paramètres

resourceName

string

Nom du coffre Recovery Services.

resourceGroupName

string

Nom du groupe de ressources où se trouve le coffre Recovery Services.

fabricName

string

Infrastructure ASR à vider.

options
ReplicationFabricsPurgeOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginPurgeAndWait(string, string, string, ReplicationFabricsPurgeOptionalParams)

Opération de vidage (forcer la suppression) d’une infrastructure Azure Site Recovery.

function beginPurgeAndWait(resourceName: string, resourceGroupName: string, fabricName: string, options?: ReplicationFabricsPurgeOptionalParams): Promise<void>

Paramètres

resourceName

string

Nom du coffre Recovery Services.

resourceGroupName

string

Nom du groupe de ressources où se trouve le coffre Recovery Services.

fabricName

string

Infrastructure ASR à vider.

options
ReplicationFabricsPurgeOptionalParams

Paramètres d’options.

Retours

Promise<void>

beginReassociateGateway(string, string, string, FailoverProcessServerRequest, ReplicationFabricsReassociateGatewayOptionalParams)

Opération permettant de déplacer des réplications d’un serveur de processus vers un autre serveur de processus.

function beginReassociateGateway(resourceName: string, resourceGroupName: string, fabricName: string, failoverProcessServerRequest: FailoverProcessServerRequest, options?: ReplicationFabricsReassociateGatewayOptionalParams): Promise<SimplePollerLike<OperationState<Fabric>, Fabric>>

Paramètres

resourceName

string

Nom du coffre Recovery Services.

resourceGroupName

string

Nom du groupe de ressources où se trouve le coffre Recovery Services.

fabricName

string

Nom de l’infrastructure contenant le serveur de processus.

failoverProcessServerRequest
FailoverProcessServerRequest

Entrée de l’opération de serveur de processus de basculement.

options
ReplicationFabricsReassociateGatewayOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<Fabric>, Fabric>>

beginReassociateGatewayAndWait(string, string, string, FailoverProcessServerRequest, ReplicationFabricsReassociateGatewayOptionalParams)

Opération permettant de déplacer des réplications d’un serveur de processus vers un autre serveur de processus.

function beginReassociateGatewayAndWait(resourceName: string, resourceGroupName: string, fabricName: string, failoverProcessServerRequest: FailoverProcessServerRequest, options?: ReplicationFabricsReassociateGatewayOptionalParams): Promise<Fabric>

Paramètres

resourceName

string

Nom du coffre Recovery Services.

resourceGroupName

string

Nom du groupe de ressources où se trouve le coffre Recovery Services.

fabricName

string

Nom de l’infrastructure contenant le serveur de processus.

failoverProcessServerRequest
FailoverProcessServerRequest

Entrée de l’opération serveur du processus de basculement.

options
ReplicationFabricsReassociateGatewayOptionalParams

Paramètres d’options.

Retours

Promise<Fabric>

beginRemoveInfra(string, string, string, ReplicationFabricsRemoveInfraOptionalParams)

Supprime l’infrastructure du Appliance sous l’infrastructure.

function beginRemoveInfra(resourceGroupName: string, resourceName: string, fabricName: string, options?: ReplicationFabricsRemoveInfraOptionalParams): Promise<SimplePollerLike<OperationState<ReplicationFabricsRemoveInfraHeaders>, ReplicationFabricsRemoveInfraHeaders>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources dans lequel le coffre Recovery Services est présent.

resourceName

string

Nom de la ressource.

fabricName

string

Nom de la structure.

options
ReplicationFabricsRemoveInfraOptionalParams

Paramètres d’options.

Retours

beginRemoveInfraAndWait(string, string, string, ReplicationFabricsRemoveInfraOptionalParams)

Supprime l’infrastructure du Appliance sous l’infrastructure.

function beginRemoveInfraAndWait(resourceGroupName: string, resourceName: string, fabricName: string, options?: ReplicationFabricsRemoveInfraOptionalParams): Promise<ReplicationFabricsRemoveInfraHeaders>

Paramètres

resourceGroupName

string

Nom du groupe de ressources dans lequel le coffre Recovery Services est présent.

resourceName

string

Nom de la ressource.

fabricName

string

Nom de la structure.

options
ReplicationFabricsRemoveInfraOptionalParams

Paramètres d’options.

Retours

beginRenewCertificate(string, string, string, RenewCertificateInput, ReplicationFabricsRenewCertificateOptionalParams)

Renouvelle le certificat de connexion pour l’infrastructure de réplication ASR.

function beginRenewCertificate(resourceName: string, resourceGroupName: string, fabricName: string, renewCertificate: RenewCertificateInput, options?: ReplicationFabricsRenewCertificateOptionalParams): Promise<SimplePollerLike<OperationState<Fabric>, Fabric>>

Paramètres

resourceName

string

Nom du coffre Recovery Services.

resourceGroupName

string

Nom du groupe de ressources dans lequel le coffre Recovery Services est présent.

fabricName

string

nom de la structure pour laquelle renouveler les certificats.

renewCertificate
RenewCertificateInput

Renouveler l’entrée de certificat.

options
ReplicationFabricsRenewCertificateOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<Fabric>, Fabric>>

beginRenewCertificateAndWait(string, string, string, RenewCertificateInput, ReplicationFabricsRenewCertificateOptionalParams)

Renouvelle le certificat de connexion pour l’infrastructure de réplication ASR.

function beginRenewCertificateAndWait(resourceName: string, resourceGroupName: string, fabricName: string, renewCertificate: RenewCertificateInput, options?: ReplicationFabricsRenewCertificateOptionalParams): Promise<Fabric>

Paramètres

resourceName

string

Nom du coffre Recovery Services.

resourceGroupName

string

Nom du groupe de ressources dans lequel le coffre Recovery Services est présent.

fabricName

string

nom de la structure pour laquelle renouveler les certificats.

renewCertificate
RenewCertificateInput

Renouveler l’entrée de certificat.

options
ReplicationFabricsRenewCertificateOptionalParams

Paramètres d’options.

Retours

Promise<Fabric>

get(string, string, string, ReplicationFabricsGetOptionalParams)

Obtient les détails d’une infrastructure Azure Site Recovery.

function get(resourceName: string, resourceGroupName: string, fabricName: string, options?: ReplicationFabricsGetOptionalParams): Promise<Fabric>

Paramètres

resourceName

string

Nom du coffre Recovery Services.

resourceGroupName

string

Nom du groupe de ressources dans lequel le coffre Recovery Services est présent.

fabricName

string

Nom de la structure.

options
ReplicationFabricsGetOptionalParams

Paramètres d’options.

Retours

Promise<Fabric>

list(string, string, ReplicationFabricsListOptionalParams)

Obtient la liste des structures Azure Site Recovery dans le coffre.

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

Paramètres

resourceName

string

Nom du coffre Recovery Services.

resourceGroupName

string

Nom du groupe de ressources dans lequel le coffre Recovery Services est présent.

options
ReplicationFabricsListOptionalParams

Paramètres d’options.

Retours