npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@datafire/azure_recoveryservicessiterecovery_service

v5.0.0

Published

DataFire integration for SiteRecoveryManagementClient

Downloads

8

Readme

@datafire/azure_recoveryservicessiterecovery_service

Client library for SiteRecoveryManagementClient

Installation and Usage

npm install --save @datafire/azure_recoveryservicessiterecovery_service
let azure_recoveryservicessiterecovery_service = require('@datafire/azure_recoveryservicessiterecovery_service').create({
  access_token: "",
  refresh_token: "",
  client_id: "",
  client_secret: "",
  redirect_uri: ""
});

.then(data => {
  console.log(data);
});

Description

Actions

ReplicationEligibilityResults_List

Validates whether a given VM can be protected or not in which case returns list of errors.

azure_recoveryservicessiterecovery_service.ReplicationEligibilityResults_List({
  "api-version": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "virtualMachineName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • virtualMachineName required string: Virtual Machine name.

Output

ReplicationEligibilityResults_Get

Validates whether a given VM can be protected or not in which case returns list of errors.

azure_recoveryservicessiterecovery_service.ReplicationEligibilityResults_Get({
  "api-version": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "virtualMachineName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • virtualMachineName required string: Virtual Machine name.

Output

Operations_List

Operation to return the list of available operations.

azure_recoveryservicessiterecovery_service.Operations_List({
  "api-version": "",
  "resourceGroupName": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.

Output

ReplicationAlertSettings_List

Gets the list of email notification(alert) configurations for the vault.

azure_recoveryservicessiterecovery_service.ReplicationAlertSettings_List({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.

Output

ReplicationAlertSettings_Get

Gets the details of the specified email notification(alert) configuration.

azure_recoveryservicessiterecovery_service.ReplicationAlertSettings_Get({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "alertSettingName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • alertSettingName required string: The name of the email notification configuration.

Output

ReplicationAlertSettings_Create

Create or update an email notification(alert) configuration.

azure_recoveryservicessiterecovery_service.ReplicationAlertSettings_Create({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "alertSettingName": "",
  "request": {}
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • alertSettingName required string: The name of the email notification(alert) configuration.
    • request required ConfigureAlertRequest

Output

ReplicationEvents_List

Gets the list of Azure Site Recovery events for the vault.

azure_recoveryservicessiterecovery_service.ReplicationEvents_List({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • $filter string: OData filter options.

Output

ReplicationEvents_Get

The operation to get the details of an Azure Site recovery event.

azure_recoveryservicessiterecovery_service.ReplicationEvents_Get({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "eventName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • eventName required string: The name of the Azure Site Recovery event.

Output

ReplicationFabrics_List

Gets a list of the Azure Site Recovery fabrics in the vault.

azure_recoveryservicessiterecovery_service.ReplicationFabrics_List({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.

Output

ReplicationFabrics_Purge

The operation to purge(force delete) an Azure Site Recovery fabric.

azure_recoveryservicessiterecovery_service.ReplicationFabrics_Purge({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: ASR fabric to purge.

Output

Output schema unknown

ReplicationFabrics_Get

Gets the details of an Azure Site Recovery fabric.

azure_recoveryservicessiterecovery_service.ReplicationFabrics_Get({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Fabric name.

Output

ReplicationFabrics_Create

The operation to create an Azure Site Recovery fabric (for e.g. Hyper-V site)

azure_recoveryservicessiterecovery_service.ReplicationFabrics_Create({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "input": {}
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Name of the ASR fabric.
    • input required FabricCreationInput

Output

ReplicationFabrics_CheckConsistency

The operation to perform a consistency check on the fabric.

azure_recoveryservicessiterecovery_service.ReplicationFabrics_CheckConsistency({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Fabric name.

Output

ReplicationFabrics_MigrateToAad

The operation to migrate an Azure Site Recovery fabric to AAD.

azure_recoveryservicessiterecovery_service.ReplicationFabrics_MigrateToAad({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: ASR fabric to migrate.

Output

Output schema unknown

ReplicationFabrics_ReassociateGateway

The operation to move replications from a process server to another process server.

azure_recoveryservicessiterecovery_service.ReplicationFabrics_ReassociateGateway({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "failoverProcessServerRequest": {}
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: The name of the fabric containing the process server.
    • failoverProcessServerRequest required FailoverProcessServerRequest

Output

ReplicationFabrics_Delete

The operation to delete or remove an Azure Site Recovery fabric.

azure_recoveryservicessiterecovery_service.ReplicationFabrics_Delete({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: ASR fabric to delete

Output

Output schema unknown

ReplicationFabrics_RenewCertificate

Renews the connection certificate for the ASR replication fabric.

azure_recoveryservicessiterecovery_service.ReplicationFabrics_RenewCertificate({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "renewCertificate": {}
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: fabric name to renew certs for.
    • renewCertificate required RenewCertificateInput

Output

ReplicationLogicalNetworks_ListByReplicationFabrics

Lists all the logical networks of the Azure Site Recovery fabric

azure_recoveryservicessiterecovery_service.ReplicationLogicalNetworks_ListByReplicationFabrics({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Server Id.

Output

ReplicationLogicalNetworks_Get

Gets the details of a logical network.

azure_recoveryservicessiterecovery_service.ReplicationLogicalNetworks_Get({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "logicalNetworkName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Server Id.
    • logicalNetworkName required string: Logical network name.

Output

ReplicationNetworks_ListByReplicationFabrics

Lists the networks available for a fabric.

azure_recoveryservicessiterecovery_service.ReplicationNetworks_ListByReplicationFabrics({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Fabric name

Output

ReplicationNetworks_Get

Gets the details of a network.

azure_recoveryservicessiterecovery_service.ReplicationNetworks_Get({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "networkName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Server Id.
    • networkName required string: Primary network name.

Output

ReplicationNetworkMappings_ListByReplicationNetworks

Lists all ASR network mappings for the specified network.

azure_recoveryservicessiterecovery_service.ReplicationNetworkMappings_ListByReplicationNetworks({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "networkName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Primary fabric name.
    • networkName required string: Primary network name.

Output

ReplicationNetworkMappings_Delete

The operation to delete a network mapping.

azure_recoveryservicessiterecovery_service.ReplicationNetworkMappings_Delete({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "networkName": "",
  "networkMappingName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Primary fabric name.
    • networkName required string: Primary network name.
    • networkMappingName required string: ARM Resource Name for network mapping.

Output

Output schema unknown

ReplicationNetworkMappings_Get

Gets the details of an ASR network mapping

azure_recoveryservicessiterecovery_service.ReplicationNetworkMappings_Get({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "networkName": "",
  "networkMappingName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Primary fabric name.
    • networkName required string: Primary network name.
    • networkMappingName required string: Network mapping name.

Output

ReplicationNetworkMappings_Update

The operation to update an ASR network mapping.

azure_recoveryservicessiterecovery_service.ReplicationNetworkMappings_Update({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "networkName": "",
  "networkMappingName": "",
  "input": {}
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Primary fabric name.
    • networkName required string: Primary network name.
    • networkMappingName required string: Network mapping name.
    • input required UpdateNetworkMappingInput

Output

ReplicationNetworkMappings_Create

The operation to create an ASR network mapping.

azure_recoveryservicessiterecovery_service.ReplicationNetworkMappings_Create({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "networkName": "",
  "networkMappingName": "",
  "input": {}
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Primary fabric name.
    • networkName required string: Primary network name.
    • networkMappingName required string: Network mapping name.
    • input required CreateNetworkMappingInput

Output

ReplicationProtectionContainers_ListByReplicationFabrics

Lists the protection containers in the specified fabric.

azure_recoveryservicessiterecovery_service.ReplicationProtectionContainers_ListByReplicationFabrics({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Fabric name.

Output

ReplicationProtectionContainers_Get

Gets the details of a protection container.

azure_recoveryservicessiterecovery_service.ReplicationProtectionContainers_Get({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Fabric name.
    • protectionContainerName required string: Protection container name.

Output

ReplicationProtectionContainers_Create

Operation to create a protection container.

azure_recoveryservicessiterecovery_service.ReplicationProtectionContainers_Create({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "creationInput": {}
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Unique fabric ARM name.
    • protectionContainerName required string: Unique protection container ARM name.
    • creationInput required CreateProtectionContainerInput

Output

ReplicationProtectionContainers_DiscoverProtectableItem

The operation to a add a protectable item to a protection container(Add physical server.)

azure_recoveryservicessiterecovery_service.ReplicationProtectionContainers_DiscoverProtectableItem({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "discoverProtectableItemRequest": {}
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: The name of the fabric.
    • protectionContainerName required string: The name of the protection container.
    • discoverProtectableItemRequest required DiscoverProtectableItemRequest

Output

ReplicationProtectionContainers_Delete

Operation to remove a protection container.

azure_recoveryservicessiterecovery_service.ReplicationProtectionContainers_Delete({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Unique fabric ARM name.
    • protectionContainerName required string: Unique protection container ARM name.

Output

Output schema unknown

ReplicationMigrationItems_ListByReplicationProtectionContainers

Gets the list of ASR migration items in the protection container.

azure_recoveryservicessiterecovery_service.ReplicationMigrationItems_ListByReplicationProtectionContainers({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Fabric name.
    • protectionContainerName required string: Protection container name.

Output

ReplicationMigrationItems_Delete

The operation to delete an ASR migration item.

azure_recoveryservicessiterecovery_service.ReplicationMigrationItems_Delete({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "migrationItemName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Fabric name.
    • protectionContainerName required string: Protection container name.
    • migrationItemName required string: Migration item name.
    • deleteOption string: The delete option.

Output

Output schema unknown

ReplicationMigrationItems_Get

Gets the details of a migration item.

azure_recoveryservicessiterecovery_service.ReplicationMigrationItems_Get({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "migrationItemName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Fabric unique name.
    • protectionContainerName required string: Protection container name.
    • migrationItemName required string: Migration item name.

Output

ReplicationMigrationItems_Update

The operation to update the recovery settings of an ASR migration item.

azure_recoveryservicessiterecovery_service.ReplicationMigrationItems_Update({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "migrationItemName": "",
  "input": {}
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Fabric name.
    • protectionContainerName required string: Protection container name.
    • migrationItemName required string: Migration item name.
    • input required UpdateMigrationItemInput

Output

ReplicationMigrationItems_Create

The operation to create an ASR migration item (enable migration).

azure_recoveryservicessiterecovery_service.ReplicationMigrationItems_Create({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "migrationItemName": "",
  "input": {
    "properties": {
      "policyId": "",
      "providerSpecificDetails": {
        "instanceType": ""
      }
    }
  }
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Fabric name.
    • protectionContainerName required string: Protection container name.
    • migrationItemName required string: Migration item name.
    • input required EnableMigrationInput

Output

ReplicationMigrationItems_Migrate

The operation to initiate migration of the item.

azure_recoveryservicessiterecovery_service.ReplicationMigrationItems_Migrate({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "migrationItemName": "",
  "migrateInput": {
    "properties": {
      "providerSpecificDetails": {
        "instanceType": ""
      }
    }
  }
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Fabric name.
    • protectionContainerName required string: Protection container name.
    • migrationItemName required string: Migration item name.
    • migrateInput required MigrateInput

Output

MigrationRecoveryPoints_ListByReplicationMigrationItems

Gets the recovery points for a migration item.

azure_recoveryservicessiterecovery_service.MigrationRecoveryPoints_ListByReplicationMigrationItems({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "migrationItemName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Fabric unique name.
    • protectionContainerName required string: Protection container name.
    • migrationItemName required string: Migration item name.

Output

MigrationRecoveryPoints_Get

Gets a recovery point for a migration item.

azure_recoveryservicessiterecovery_service.MigrationRecoveryPoints_Get({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "migrationItemName": "",
  "migrationRecoveryPointName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Fabric unique name.
    • protectionContainerName required string: Protection container name.
    • migrationItemName required string: Migration item name.
    • migrationRecoveryPointName required string: The migration recovery point name.

Output

ReplicationMigrationItems_TestMigrate

The operation to initiate test migration of the item.

azure_recoveryservicessiterecovery_service.ReplicationMigrationItems_TestMigrate({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "migrationItemName": "",
  "testMigrateInput": {
    "properties": {
      "providerSpecificDetails": {
        "instanceType": ""
      }
    }
  }
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Fabric name.
    • protectionContainerName required string: Protection container name.
    • migrationItemName required string: Migration item name.
    • testMigrateInput required TestMigrateInput

Output

ReplicationMigrationItems_TestMigrateCleanup

The operation to initiate test migrate cleanup.

azure_recoveryservicessiterecovery_service.ReplicationMigrationItems_TestMigrateCleanup({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "migrationItemName": "",
  "testMigrateCleanupInput": {
    "properties": {}
  }
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Fabric name.
    • protectionContainerName required string: Protection container name.
    • migrationItemName required string: Migration item name.
    • testMigrateCleanupInput required TestMigrateCleanupInput

Output

ReplicationProtectableItems_ListByReplicationProtectionContainers

Lists the protectable items in a protection container.

azure_recoveryservicessiterecovery_service.ReplicationProtectableItems_ListByReplicationProtectionContainers({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Fabric name.
    • protectionContainerName required string: Protection container name.
    • $filter string: OData filter options.

Output

ReplicationProtectableItems_Get

The operation to get the details of a protectable item.

azure_recoveryservicessiterecovery_service.ReplicationProtectableItems_Get({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "protectableItemName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Fabric name.
    • protectionContainerName required string: Protection container name.
    • protectableItemName required string: Protectable item name.

Output

ReplicationProtectedItems_ListByReplicationProtectionContainers

Gets the list of ASR replication protected items in the protection container.

azure_recoveryservicessiterecovery_service.ReplicationProtectedItems_ListByReplicationProtectionContainers({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Fabric name.
    • protectionContainerName required string: Protection container name.

Output

ReplicationProtectedItems_Purge

The operation to delete or purge a replication protected item. This operation will force delete the replication protected item. Use the remove operation on replication protected item to perform a clean disable replication for the item.

azure_recoveryservicessiterecovery_service.ReplicationProtectedItems_Purge({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "replicatedProtectedItemName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Fabric name.
    • protectionContainerName required string: Protection container name.
    • replicatedProtectedItemName required string: Replication protected item name.

Output

Output schema unknown

ReplicationProtectedItems_Get

Gets the details of an ASR replication protected item.

azure_recoveryservicessiterecovery_service.ReplicationProtectedItems_Get({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "replicatedProtectedItemName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Fabric unique name.
    • protectionContainerName required string: Protection container name.
    • replicatedProtectedItemName required string: Replication protected item name.

Output

ReplicationProtectedItems_Update

The operation to update the recovery settings of an ASR replication protected item.

azure_recoveryservicessiterecovery_service.ReplicationProtectedItems_Update({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "replicatedProtectedItemName": "",
  "updateProtectionInput": {}
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Fabric name.
    • protectionContainerName required string: Protection container name.
    • replicatedProtectedItemName required string: Replication protected item name.
    • updateProtectionInput required UpdateReplicationProtectedItemInput

Output

ReplicationProtectedItems_Create

The operation to create an ASR replication protected item (Enable replication).

azure_recoveryservicessiterecovery_service.ReplicationProtectedItems_Create({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "replicatedProtectedItemName": "",
  "input": {}
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Name of the fabric.
    • protectionContainerName required string: Protection container name.
    • replicatedProtectedItemName required string: A name for the replication protected item.
    • input required EnableProtectionInput

Output

ReplicationProtectedItems_ResolveHealthErrors

Operation to resolve health issues of the replication protected item.

azure_recoveryservicessiterecovery_service.ReplicationProtectedItems_ResolveHealthErrors({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "replicatedProtectedItemName": "",
  "resolveHealthInput": {}
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Unique fabric name.
    • protectionContainerName required string: Protection container name.
    • replicatedProtectedItemName required string: Replication protected item name.
    • resolveHealthInput required ResolveHealthInput

Output

ReplicationProtectedItems_AddDisks

Operation to add disks(s) to the replication protected item.

azure_recoveryservicessiterecovery_service.ReplicationProtectedItems_AddDisks({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "replicatedProtectedItemName": "",
  "addDisksInput": {}
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Unique fabric name.
    • protectionContainerName required string: Protection container name.
    • replicatedProtectedItemName required string: Replication protected item name.
    • addDisksInput required AddDisksInput

Output

ReplicationProtectedItems_ApplyRecoveryPoint

The operation to change the recovery point of a failed over replication protected item.

azure_recoveryservicessiterecovery_service.ReplicationProtectedItems_ApplyRecoveryPoint({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "replicatedProtectedItemName": "",
  "applyRecoveryPointInput": {}
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: The ARM fabric name.
    • protectionContainerName required string: The protection container name.
    • replicatedProtectedItemName required string: The replicated protected item's name.
    • applyRecoveryPointInput required ApplyRecoveryPointInput

Output

ReplicationProtectedItems_FailoverCommit

Operation to commit the failover of the replication protected item.

azure_recoveryservicessiterecovery_service.ReplicationProtectedItems_FailoverCommit({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "replicatedProtectedItemName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Unique fabric name.
    • protectionContainerName required string: Protection container name.
    • replicatedProtectedItemName required string: Replication protected item name.

Output

ReplicationProtectedItems_PlannedFailover

Operation to initiate a planned failover of the replication protected item.

azure_recoveryservicessiterecovery_service.ReplicationProtectedItems_PlannedFailover({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "replicatedProtectedItemName": "",
  "failoverInput": {}
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Unique fabric name.
    • protectionContainerName required string: Protection container name.
    • replicatedProtectedItemName required string: Replication protected item name.
    • failoverInput required PlannedFailoverInput

Output

ReplicationProtectedItems_Reprotect

Operation to reprotect or reverse replicate a failed over replication protected item.

azure_recoveryservicessiterecovery_service.ReplicationProtectedItems_Reprotect({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "replicatedProtectedItemName": "",
  "rrInput": {}
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Unique fabric name.
    • protectionContainerName required string: Protection container name.
    • replicatedProtectedItemName required string: Replication protected item name.
    • rrInput required ReverseReplicationInput

Output

RecoveryPoints_ListByReplicationProtectedItems

Lists the available recovery points for a replication protected item.

azure_recoveryservicessiterecovery_service.RecoveryPoints_ListByReplicationProtectedItems({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "replicatedProtectedItemName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: The fabric name.
    • protectionContainerName required string: The protection container name.
    • replicatedProtectedItemName required string: The replication protected item's name.

Output

RecoveryPoints_Get

Get the details of specified recovery point.

azure_recoveryservicessiterecovery_service.RecoveryPoints_Get({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "replicatedProtectedItemName": "",
  "recoveryPointName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: The fabric name.
    • protectionContainerName required string: The protection container name.
    • replicatedProtectedItemName required string: The replication protected item's name.
    • recoveryPointName required string: The recovery point name.

Output

ReplicationProtectedItems_Delete

The operation to disable replication on a replication protected item. This will also remove the item.

azure_recoveryservicessiterecovery_service.ReplicationProtectedItems_Delete({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "replicatedProtectedItemName": "",
  "disableProtectionInput": {}
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Fabric name.
    • protectionContainerName required string: Protection container name.
    • replicatedProtectedItemName required string: Replication protected item name.
    • disableProtectionInput required DisableProtectionInput

Output

Output schema unknown

ReplicationProtectedItems_RemoveDisks

Operation to remove disk(s) from the replication protected item.

azure_recoveryservicessiterecovery_service.ReplicationProtectedItems_RemoveDisks({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "replicatedProtectedItemName": "",
  "removeDisksInput": {}
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Unique fabric name.
    • protectionContainerName required string: Protection container name.
    • replicatedProtectedItemName required string: Replication protected item name.
    • removeDisksInput required RemoveDisksInput

Output

ReplicationProtectedItems_RepairReplication

The operation to start resynchronize/repair replication for a replication protected item requiring resynchronization.

azure_recoveryservicessiterecovery_service.ReplicationProtectedItems_RepairReplication({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "replicatedProtectedItemName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: The name of the fabric.
    • protectionContainerName required string: The name of the container.
    • replicatedProtectedItemName required string: The name of the replication protected item.

Output

TargetComputeSizes_ListByReplicationProtectedItems

Lists the available target compute sizes for a replication protected item.

azure_recoveryservicessiterecovery_service.TargetComputeSizes_ListByReplicationProtectedItems({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "replicatedProtectedItemName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Fabric name.
    • protectionContainerName required string: protection container name.
    • replicatedProtectedItemName required string: Replication protected item name.

Output

ReplicationProtectedItems_TestFailover

Operation to perform a test failover of the replication protected item.

azure_recoveryservicessiterecovery_service.ReplicationProtectedItems_TestFailover({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "replicatedProtectedItemName": "",
  "failoverInput": {}
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Unique fabric name.
    • protectionContainerName required string: Protection container name.
    • replicatedProtectedItemName required string: Replication protected item name.
    • failoverInput required TestFailoverInput

Output

ReplicationProtectedItems_TestFailoverCleanup

Operation to clean up the test failover of a replication protected item.

azure_recoveryservicessiterecovery_service.ReplicationProtectedItems_TestFailoverCleanup({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "replicatedProtectedItemName": "",
  "cleanupInput": {
    "properties": {}
  }
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Unique fabric name.
    • protectionContainerName required string: Protection container name.
    • replicatedProtectedItemName required string: Replication protected item name.
    • cleanupInput required TestFailoverCleanupInput

Output

ReplicationProtectedItems_UnplannedFailover

Operation to initiate a failover of the replication protected item.

azure_recoveryservicessiterecovery_service.ReplicationProtectedItems_UnplannedFailover({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "replicatedProtectedItemName": "",
  "failoverInput": {}
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Unique fabric name.
    • protectionContainerName required string: Protection container name.
    • replicatedProtectedItemName required string: Replication protected item name.
    • failoverInput required UnplannedFailoverInput

Output

ReplicationProtectedItems_UpdateMobilityService

The operation to update(push update) the installed mobility service software on a replication protected item to the latest available version.

azure_recoveryservicessiterecovery_service.ReplicationProtectedItems_UpdateMobilityService({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "replicationProtectedItemName": "",
  "updateMobilityServiceRequest": {}
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: The name of the fabric containing the protected item.
    • protectionContainerName required string: The name of the container containing the protected item.
    • replicationProtectedItemName required string: The name of the protected item on which the agent is to be updated.
    • updateMobilityServiceRequest required UpdateMobilityServiceRequest

Output

ReplicationProtectionContainerMappings_ListByReplicationProtectionContainers

Lists the protection container mappings for a protection container.

azure_recoveryservicessiterecovery_service.ReplicationProtectionContainerMappings_ListByReplicationProtectionContainers({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Fabric name.
    • protectionContainerName required string: Protection container name.

Output

ReplicationProtectionContainerMappings_Purge

The operation to purge(force delete) a protection container mapping

azure_recoveryservicessiterecovery_service.ReplicationProtectionContainerMappings_Purge({
  "api-version": "",
  "resourceName": "",
  "resourceGroupName": "",
  "subscriptionId": "",
  "fabricName": "",
  "protectionContainerName": "",
  "mappingName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • resourceName required string: The name of the recovery services vault.
    • resourceGroupName required string: The name of the resource group where the recovery services vault is present.
    • subscriptionId required string: The subscription Id.
    • fabricName required string: Fabric name.
    • protectionContainerName required string: Protection container name.
    • mappingName required string: Prot