PolicykeyResource Constructors

Definition

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