共用方式為


RegenerateAccessKeyParameters 類別

提供給重新產生授權規則作業的參數,指定需要重設哪些金鑰。

必須填入所有必要的參數,才能傳送至 Azure。

繼承
azure.mgmt.servicebus._serialization.Model
RegenerateAccessKeyParameters

建構函式

RegenerateAccessKeyParameters(*, key_type: str | _models.KeyType, key: str | None = None, **kwargs: Any)

僅限關鍵字的參數

名稱 Description
key_type
strKeyType

要重新產生之存取金鑰。 必要。 已知值為:「PrimaryKey」 和 「SecondaryKey」。

key
str

選擇性,如果提供的索引鍵值是針對 KeyType 值重設,或針對 keyType 設定自動產生 Key 值。

變數

名稱 Description
key_type
strKeyType

要重新產生之存取金鑰。 必要。 已知值為:「PrimaryKey」 和 「SecondaryKey」。

key
str

選擇性,如果提供的索引鍵值是針對 KeyType 值重設,或針對 keyType 設定自動產生 Key 值。