Udostępnij przez


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

Name Description
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

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to