Share via


NotificationHubResourceKeys Class

Definition

Response for the POST request that returns Namespace or NotificationHub access keys (connection strings).

public class NotificationHubResourceKeys
public class NotificationHubResourceKeys : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NotificationHubs.Models.NotificationHubResourceKeys>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NotificationHubs.Models.NotificationHubResourceKeys>
type NotificationHubResourceKeys = class
type NotificationHubResourceKeys = class
    interface IJsonModel<NotificationHubResourceKeys>
    interface IPersistableModel<NotificationHubResourceKeys>
Public Class NotificationHubResourceKeys
Public Class NotificationHubResourceKeys
Implements IJsonModel(Of NotificationHubResourceKeys), IPersistableModel(Of NotificationHubResourceKeys)
Inheritance
NotificationHubResourceKeys
Implements

Properties

KeyName

Gets or sets keyName of the created AuthorizationRule.

PrimaryConnectionString

Gets or sets primaryConnectionString of the AuthorizationRule.

PrimaryKey

Gets or sets primaryKey of the created AuthorizationRule.

SecondaryConnectionString

Gets or sets secondaryConnectionString of the created AuthorizationRule

SecondaryKey

Gets or sets secondaryKey of the created AuthorizationRule.

Explicit Interface Implementations

IJsonModel<NotificationHubResourceKeys>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NotificationHubResourceKeys>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NotificationHubResourceKeys>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NotificationHubResourceKeys>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NotificationHubResourceKeys>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to