ReplicationFabrics interface
Interface représentant un ReplicationFabrics.
Méthodes
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<ReplicationFabricsRemoveInfraHeaders>, ReplicationFabricsRemoveInfraHeaders>>
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.
Paramètres d’options.
Retours
Promise<ReplicationFabricsRemoveInfraHeaders>
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.
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.
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.
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.
Paramètres d’options.