LinkedIntegrationRuntimeRbacAuthorization 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
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
Azure SDK for .NET