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

GatewayKeyRegenerationRequestContract 构造函数

定义

重载

GatewayKeyRegenerationRequestContract()

初始化 GatewayKeyRegenerationRequestContract 类的新实例。

GatewayKeyRegenerationRequestContract(KeyType)

初始化 GatewayKeyRegenerationRequestContract 类的新实例。

GatewayKeyRegenerationRequestContract()

初始化 GatewayKeyRegenerationRequestContract 类的新实例。

public GatewayKeyRegenerationRequestContract();
Public Sub New ()

适用于

GatewayKeyRegenerationRequestContract(KeyType)

初始化 GatewayKeyRegenerationRequestContract 类的新实例。

public GatewayKeyRegenerationRequestContract(Microsoft.Azure.Management.ApiManagement.Models.KeyType keyType);
new Microsoft.Azure.Management.ApiManagement.Models.GatewayKeyRegenerationRequestContract : Microsoft.Azure.Management.ApiManagement.Models.KeyType -> Microsoft.Azure.Management.ApiManagement.Models.GatewayKeyRegenerationRequestContract
Public Sub New (keyType As KeyType)

参数

keyType
KeyType

正在重新生成的密钥。 可能的值包括:“primary”、“secondary”

适用于