Interface ProtectedItemResource.DefinitionStages.WithParentResource

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

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

    • withExistingProtectionContainer

      ProtectedItemResource.DefinitionStages.WithCreate withExistingProtectionContainer(String vaultName, String resourceGroupName, String fabricName, String containerName)
      Specifies vaultName, resourceGroupName, fabricName, containerName.
      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 backup item.
      containerName - Container name associated with the backup item.
      Returns:
      the next definition stage.