Share via


NotificationHubAdmCredential Class

Definition

Description of a NotificationHub AdmCredential.

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

Constructors

Name Description
NotificationHubAdmCredential(String, String, Uri)

Initializes a new instance of NotificationHubAdmCredential.

Properties

Name Description
AuthTokenUri

Gets or sets the URL of the authorization token.

ClientId

Gets or sets the client identifier.

ClientSecret

Gets or sets the credential secret access key.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<NotificationHubAdmCredential>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NotificationHubAdmCredential>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NotificationHubAdmCredential>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NotificationHubAdmCredential>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NotificationHubAdmCredential>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to