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