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