你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RegenerateAccessKeyParameters Class

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.RegenerateAccessKeyParametersTypeConverter))]
public class RegenerateAccessKeyParameters : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IRegenerateAccessKeyParameters
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.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 reset for KeyType value or autogenerate 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.ServiceBus.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()

Applies to