TopicSharedAccessKeys 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.
Shared access keys of the Topic
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.TopicSharedAccessKeysTypeConverter))]
public class TopicSharedAccessKeys : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSharedAccessKeys
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.TopicSharedAccessKeysTypeConverter))>]
type TopicSharedAccessKeys = class
interface ITopicSharedAccessKeys
interface IJsonSerializable
Public Class TopicSharedAccessKeys
Implements ITopicSharedAccessKeys
- Inheritance
-
TopicSharedAccessKeys
- Attributes
- Implements
Constructors
TopicSharedAccessKeys() |
Creates an new TopicSharedAccessKeys instance. |
Properties
Key1 |
Shared access key1 for the topic. |
Key2 |
Shared access key2 for the topic. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TopicSharedAccessKeys. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TopicSharedAccessKeys. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSharedAccessKeys. |
FromJsonString(String) |
Creates a new instance of TopicSharedAccessKeys, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of TopicSharedAccessKeys into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |