Interface NotificationHubResource.DefinitionStages.WithParentResource
-
- All Known Subinterfaces:
NotificationHubResource.Definition
- Enclosing interface:
- NotificationHubResource.DefinitionStages
public static interface NotificationHubResource.DefinitionStages.WithParentResource
The stage of the NotificationHubResource definition allowing to specify parent resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotificationHubResource.DefinitionStages.WithCreate
withExistingNamespace(String resourceGroupName, String namespaceName)
Specifies resourceGroupName, namespaceName.
-
-
-
Method Detail
-
withExistingNamespace
NotificationHubResource.DefinitionStages.WithCreate withExistingNamespace(String resourceGroupName, String namespaceName)
Specifies resourceGroupName, namespaceName.- Parameters:
resourceGroupName
- The name of the resource group.namespaceName
- The namespace name.- Returns:
- the next definition stage.
-
-