RelayAccessKeys 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.
Namespace/Relay Connection String.
public class RelayAccessKeys : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Relay.Models.RelayAccessKeys>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Relay.Models.RelayAccessKeys>
public class RelayAccessKeys
type RelayAccessKeys = class
interface IJsonModel<RelayAccessKeys>
interface IPersistableModel<RelayAccessKeys>
type RelayAccessKeys = class
Public Class RelayAccessKeys
Implements IJsonModel(Of RelayAccessKeys), IPersistableModel(Of RelayAccessKeys)
Public Class RelayAccessKeys
- Inheritance
-
RelayAccessKeys
- Implements
Properties
KeyName |
A string that describes the authorization rule. |
PrimaryConnectionString |
Primary connection string of the created namespace authorization rule. |
PrimaryKey |
A base64-encoded 256-bit primary key for signing and validating the SAS token. |
SecondaryConnectionString |
Secondary connection string of the created namespace authorization rule. |
SecondaryKey |
A base64-encoded 256-bit secondary key for signing and validating the SAS token. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<RelayAccessKeys>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RelayAccessKeys>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RelayAccessKeys>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RelayAccessKeys>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RelayAccessKeys>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET