Dela via


IRegenerateAccessKeyParameters Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.RegenerateAccessKeyParametersTypeConverter))]
public interface IRegenerateAccessKeyParameters : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.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