Interface NotificationHubResource.UpdateStages.WithGcmCredential
-
- All Known Subinterfaces:
NotificationHubResource.Update
- Enclosing interface:
- NotificationHubResource.UpdateStages
public static interface NotificationHubResource.UpdateStages.WithGcmCredential
The stage of the NotificationHubResource update allowing to specify gcmCredential.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotificationHubResource.Update
withGcmCredential(GcmCredential gcmCredential)
Specifies the gcmCredential property: The GcmCredential of the created NotificationHub.
-
-
-
Method Detail
-
withGcmCredential
NotificationHubResource.Update withGcmCredential(GcmCredential gcmCredential)
Specifies the gcmCredential property: The GcmCredential of the created NotificationHub.- Parameters:
gcmCredential
- The GcmCredential of the created NotificationHub.- Returns:
- the next definition stage.
-
-