다음을 통해 공유


LinkedIntegrationRuntimeKeyAuthorization Class

Definition

The key authorization type integration runtime.

[Newtonsoft.Json.JsonObject("Key")]
public class LinkedIntegrationRuntimeKeyAuthorization : Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntimeType
[<Newtonsoft.Json.JsonObject("Key")>]
type LinkedIntegrationRuntimeKeyAuthorization = class
    inherit LinkedIntegrationRuntimeType
Public Class LinkedIntegrationRuntimeKeyAuthorization
Inherits LinkedIntegrationRuntimeType
Inheritance
LinkedIntegrationRuntimeKeyAuthorization
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

LinkedIntegrationRuntimeKeyAuthorization()

Initializes a new instance of the LinkedIntegrationRuntimeKeyAuthorization class.

LinkedIntegrationRuntimeKeyAuthorization(SecureString)

Initializes a new instance of the LinkedIntegrationRuntimeKeyAuthorization class.

Properties

Key

Gets or sets the key used for authorization.

Methods

Validate()

Validate the object.

Applies to