다음을 통해 공유


LinkedIntegrationRuntimeRbacAuthorization Class

Definition

The role based access control (RBAC) authorization type integration runtime.

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

Constructors

LinkedIntegrationRuntimeRbacAuthorization()

Initializes a new instance of the LinkedIntegrationRuntimeRbacAuthorization class.

LinkedIntegrationRuntimeRbacAuthorization(String, CredentialReference)

Initializes a new instance of the LinkedIntegrationRuntimeRbacAuthorization class.

Properties

Credential

Gets or sets the credential reference containing authentication information.

ResourceId

Gets or sets the resource identifier of the integration runtime to be shared.

Methods

Validate()

Validate the object.

Applies to