次の方法で共有


IWebPubSubKeys Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.WebPubSubKeysTypeConverter))]
public interface IWebPubSubKeys : Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.WebPubSubKeysTypeConverter))>]
type IWebPubSubKeys = interface
    interface IJsonSerializable
Public Interface IWebPubSubKeys
Implements IJsonSerializable
Derived
Attributes
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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to