PolicykeyResource Constructors
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.
Overloads
PolicykeyResource() |
Initializes a new instance of the PolicykeyResource class. |
PolicykeyResource(String) |
Initializes a new instance of the PolicykeyResource class. |
PolicykeyResource()
Initializes a new instance of the PolicykeyResource class.
public PolicykeyResource ();
Public Sub New ()
Applies to
PolicykeyResource(String)
Initializes a new instance of the PolicykeyResource class.
public PolicykeyResource (string policyKey = default);
new Microsoft.Azure.Management.NotificationHubs.Models.PolicykeyResource : string -> Microsoft.Azure.Management.NotificationHubs.Models.PolicykeyResource
Public Sub New (Optional policyKey As String = Nothing)
Parameters
- policyKey
- String
Name of the key that has to be regenerated for the Namespace/Notification Hub Authorization Rule. The value can be Primary Key/Secondary Key.
Applies to
Azure SDK for .NET