LinkedIntegrationRuntimeRbacAuthorization Constructors

Definition

Overloads

LinkedIntegrationRuntimeRbacAuthorization()

Initializes a new instance of the LinkedIntegrationRuntimeRbacAuthorization class.

LinkedIntegrationRuntimeRbacAuthorization(String)

Initializes a new instance of the LinkedIntegrationRuntimeRbacAuthorization class.

LinkedIntegrationRuntimeRbacAuthorization()

Initializes a new instance of the LinkedIntegrationRuntimeRbacAuthorization class.

public LinkedIntegrationRuntimeRbacAuthorization ();
Public Sub New ()

Applies to

LinkedIntegrationRuntimeRbacAuthorization(String)

Initializes a new instance of the LinkedIntegrationRuntimeRbacAuthorization class.

public LinkedIntegrationRuntimeRbacAuthorization (string resourceId);
new Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntimeRbacAuthorization : string -> Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntimeRbacAuthorization
Public Sub New (resourceId As String)

Parameters

resourceId
String

The resource identifier of the integration runtime to be shared.

Applies to