Interface ProtectionContainerResource.DefinitionStages.WithParentResource

All Known Subinterfaces:
ProtectionContainerResource.Definition
Enclosing interface:
ProtectionContainerResource.DefinitionStages

public static interface ProtectionContainerResource.DefinitionStages.WithParentResource
The stage of the ProtectionContainerResource definition allowing to specify parent resource.
  • Method Details

    • withExistingBackupFabric

      ProtectionContainerResource.DefinitionStages.WithCreate withExistingBackupFabric(String vaultName, String resourceGroupName, String fabricName)
      Specifies vaultName, resourceGroupName, fabricName.
      Parameters:
      vaultName - The name of the recovery services vault.
      resourceGroupName - The name of the resource group where the recovery services vault is present.
      fabricName - Fabric name associated with the container.
      Returns:
      the next definition stage.