Interface Volume.DefinitionStages.WithParentResource

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

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

    • withExistingVolumegroup

      Volume.DefinitionStages.WithCreate withExistingVolumegroup(String resourceGroupName, String elasticSanName, String volumeGroupName)
      Specifies resourceGroupName, elasticSanName, volumeGroupName.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      elasticSanName - The name of the ElasticSan.
      volumeGroupName - The name of the VolumeGroup.
      Returns:
      the next definition stage.