GatewayKeyRegenerationRequestContract Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET