Share via


RegenerateAccessKeyParameters Class

Definition

Parameters supplied to the Regenerate Authorization Rule operation, specifies which key needs to be reset.

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.RegenerateAccessKeyParametersTypeConverter))]
public class RegenerateAccessKeyParameters : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.IRegenerateAccessKeyParameters
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.RegenerateAccessKeyParametersTypeConverter))>]
type RegenerateAccessKeyParameters = class
    interface IRegenerateAccessKeyParameters
    interface IJsonSerializable
Public Class RegenerateAccessKeyParameters
Implements IRegenerateAccessKeyParameters
Inheritance
RegenerateAccessKeyParameters
Attributes
Implements

Constructors

RegenerateAccessKeyParameters()

Creates an new RegenerateAccessKeyParameters instance.

Properties

Key

Optional, if the key value provided, is set for KeyType or autogenerated Key value set for keyType

KeyType

The access key to regenerate.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RegenerateAccessKeyParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RegenerateAccessKeyParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.IRegenerateAccessKeyParameters.

FromJsonString(String)

Creates a new instance of RegenerateAccessKeyParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RegenerateAccessKeyParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to