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

IRegenerateAccessKeyParameters Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.RegenerateAccessKeyParametersTypeConverter))]
public interface IRegenerateAccessKeyParameters : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.RegenerateAccessKeyParametersTypeConverter))>]
type IRegenerateAccessKeyParameters = interface
    interface IJsonSerializable
Public Interface IRegenerateAccessKeyParameters
Implements IJsonSerializable
Derived
Attributes
Implements

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to