Interface DedicatedHsm.DefinitionStages.WithResourceGroup
-
- All Known Subinterfaces:
DedicatedHsm.Definition
- Enclosing interface:
- DedicatedHsm.DefinitionStages
public static interface DedicatedHsm.DefinitionStages.WithResourceGroupThe stage of the DedicatedHsm definition allowing to specify parent resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DedicatedHsm.DefinitionStages.WithCreatewithExistingResourceGroup(String resourceGroupName)Specifies resourceGroupName.
-
-
-
Method Detail
-
withExistingResourceGroup
DedicatedHsm.DefinitionStages.WithCreate withExistingResourceGroup(String resourceGroupName)
Specifies resourceGroupName.- Parameters:
resourceGroupName- The name of the Resource Group to which the resource belongs.- Returns:
- the next definition stage.
-
-