ArmNotificationHubsModelFactory.NotificationHubPolicyKey(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.NotificationHubs.Models.NotificationHubPolicyKey NotificationHubPolicyKey(string policyKey = default);
static member NotificationHubPolicyKey : string -> Azure.ResourceManager.NotificationHubs.Models.NotificationHubPolicyKey
Public Shared Function NotificationHubPolicyKey (Optional policyKey As String = Nothing) As NotificationHubPolicyKey
Parameters
- policyKey
- String
Type of Shared Access Policy Key (primary or secondary).
Returns
A new NotificationHubPolicyKey instance for mocking.