IntegrationRuntimeRegenerateKeyParameters 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
IntegrationRuntimeRegenerateKeyParameters() |
Initializes a new instance of the IntegrationRuntimeRegenerateKeyParameters class. |
IntegrationRuntimeRegenerateKeyParameters(String) |
Initializes a new instance of the IntegrationRuntimeRegenerateKeyParameters class. |
IntegrationRuntimeRegenerateKeyParameters()
Initializes a new instance of the IntegrationRuntimeRegenerateKeyParameters class.
public IntegrationRuntimeRegenerateKeyParameters ();
Public Sub New ()
Applies to
IntegrationRuntimeRegenerateKeyParameters(String)
Initializes a new instance of the IntegrationRuntimeRegenerateKeyParameters class.
public IntegrationRuntimeRegenerateKeyParameters (string keyName = default);
new Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeRegenerateKeyParameters : string -> Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeRegenerateKeyParameters
Public Sub New (Optional keyName As String = Nothing)
Parameters
- keyName
- String
The name of the authentication key to regenerate. Possible values include: 'authKey1', 'authKey2'
Applies to
Azure SDK for .NET