TopicRegenerateKeyRequest 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.
Topic regenerate share access key request
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.TopicRegenerateKeyRequestTypeConverter))]
public class TopicRegenerateKeyRequest : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicRegenerateKeyRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.TopicRegenerateKeyRequestTypeConverter))>]
type TopicRegenerateKeyRequest = class
interface ITopicRegenerateKeyRequest
interface IJsonSerializable
Public Class TopicRegenerateKeyRequest
Implements ITopicRegenerateKeyRequest
- Inheritance
-
TopicRegenerateKeyRequest
- Attributes
- Implements
Constructors
TopicRegenerateKeyRequest() |
Creates an new TopicRegenerateKeyRequest instance. |
Properties
KeyName |
Key name to regenerate key1 or key2 |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TopicRegenerateKeyRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TopicRegenerateKeyRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicRegenerateKeyRequest. |
FromJsonString(String) |
Creates a new instance of TopicRegenerateKeyRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of TopicRegenerateKeyRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |