RegenerateActionParameter 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
RegenerateActionParameter() |
Initializes a new instance of the RegenerateActionParameter class. |
RegenerateActionParameter(String) |
Initializes a new instance of the RegenerateActionParameter class. |
RegenerateActionParameter()
Initializes a new instance of the RegenerateActionParameter class.
public RegenerateActionParameter ();
Public Sub New ()
Applies to
RegenerateActionParameter(String)
Initializes a new instance of the RegenerateActionParameter class.
public RegenerateActionParameter (string keyType = default);
new Microsoft.Azure.Management.Logic.Models.RegenerateActionParameter : string -> Microsoft.Azure.Management.Logic.Models.RegenerateActionParameter
Public Sub New (Optional keyType As String = Nothing)
Parameters
- keyType
- String
The key type. Possible values include: 'NotSpecified', 'Primary', 'Secondary'
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET