Interface StorageTarget.DefinitionStages.WithParentResource

All Known Subinterfaces:
StorageTarget.Definition, StorageTarget.DefinitionStages.Blank
Enclosing interface:
StorageTarget.DefinitionStages

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

    • withExistingCache

      StorageTarget.DefinitionStages.WithCreate withExistingCache(String resourceGroupName, String cacheName)
      Specifies resourceGroupName, cacheName.
      Parameters:
      resourceGroupName - Target resource group.
      cacheName - Name of Cache. Length of name must not be greater than 80 and chars must be from the [-0-9a-zA-Z_] char class.
      Returns:
      the next definition stage.