LinkedIntegrationRuntimeKeyAuthorization 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
LinkedIntegrationRuntimeKeyAuthorization() |
Initializes a new instance of the LinkedIntegrationRuntimeKeyAuthorization class. |
LinkedIntegrationRuntimeKeyAuthorization(SecureString) |
Initializes a new instance of the LinkedIntegrationRuntimeKeyAuthorization class. |
LinkedIntegrationRuntimeKeyAuthorization()
Initializes a new instance of the LinkedIntegrationRuntimeKeyAuthorization class.
public LinkedIntegrationRuntimeKeyAuthorization ();
Public Sub New ()
Applies to
LinkedIntegrationRuntimeKeyAuthorization(SecureString)
Initializes a new instance of the LinkedIntegrationRuntimeKeyAuthorization class.
public LinkedIntegrationRuntimeKeyAuthorization (Microsoft.Azure.Management.Synapse.Models.SecureString key);
new Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntimeKeyAuthorization : Microsoft.Azure.Management.Synapse.Models.SecureString -> Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntimeKeyAuthorization
Public Sub New (key As SecureString)
Parameters
- key
- SecureString
The key used for authorization.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET