GatewayKeyRegenerationRequestContract Constructors

Definition

Overloads

GatewayKeyRegenerationRequestContract()

Initializes a new instance of the GatewayKeyRegenerationRequestContract class.

GatewayKeyRegenerationRequestContract(KeyType)

Initializes a new instance of the GatewayKeyRegenerationRequestContract class.

GatewayKeyRegenerationRequestContract()

Initializes a new instance of the GatewayKeyRegenerationRequestContract class.

public GatewayKeyRegenerationRequestContract ();
Public Sub New ()

Applies to

GatewayKeyRegenerationRequestContract(KeyType)

Initializes a new instance of the GatewayKeyRegenerationRequestContract class.

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)

Parameters

keyType
KeyType

The Key being regenerated. Possible values include: 'primary', 'secondary'

Applies to