RegenerateAccessKeyParameters 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.
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.RegenerateAccessKeyParametersTypeConverter))]
public class RegenerateAccessKeyParameters : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IRegenerateAccessKeyParameters
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.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.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() |