SignalRKeys Class
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.
A class represents the access keys of the resource.
public class SignalRKeys : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SignalR.Models.SignalRKeys>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SignalR.Models.SignalRKeys>
public class SignalRKeys
type SignalRKeys = class
interface IJsonModel<SignalRKeys>
interface IPersistableModel<SignalRKeys>
type SignalRKeys = class
Public Class SignalRKeys
Implements IJsonModel(Of SignalRKeys), IPersistableModel(Of SignalRKeys)
Public Class SignalRKeys
- Inheritance
-
SignalRKeys
- Implements
Properties
PrimaryConnectionString |
Connection string constructed via the primaryKey. |
PrimaryKey |
The primary access key. |
SecondaryConnectionString |
Connection string constructed via the secondaryKey. |
SecondaryKey |
The secondary access key. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SignalRKeys>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SignalRKeys>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SignalRKeys>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SignalRKeys>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SignalRKeys>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET