Share via


IntegrationRuntimeRegenerateKeyParameters Constructors

Definition

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