azure-native.synapse.getIntegrationRuntimeConnectionInfo
Explore with Pulumi AI
Get connection info for an integration runtime Azure REST API version: 2021-06-01.
Other available API versions: 2021-06-01-preview.
Using getIntegrationRuntimeConnectionInfo
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getIntegrationRuntimeConnectionInfo(args: GetIntegrationRuntimeConnectionInfoArgs, opts?: InvokeOptions): Promise<GetIntegrationRuntimeConnectionInfoResult>
function getIntegrationRuntimeConnectionInfoOutput(args: GetIntegrationRuntimeConnectionInfoOutputArgs, opts?: InvokeOptions): Output<GetIntegrationRuntimeConnectionInfoResult>
def get_integration_runtime_connection_info(integration_runtime_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIntegrationRuntimeConnectionInfoResult
def get_integration_runtime_connection_info_output(integration_runtime_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
workspace_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIntegrationRuntimeConnectionInfoResult]
func GetIntegrationRuntimeConnectionInfo(ctx *Context, args *GetIntegrationRuntimeConnectionInfoArgs, opts ...InvokeOption) (*GetIntegrationRuntimeConnectionInfoResult, error)
func GetIntegrationRuntimeConnectionInfoOutput(ctx *Context, args *GetIntegrationRuntimeConnectionInfoOutputArgs, opts ...InvokeOption) GetIntegrationRuntimeConnectionInfoResultOutput
> Note: This function is named GetIntegrationRuntimeConnectionInfo
in the Go SDK.
public static class GetIntegrationRuntimeConnectionInfo
{
public static Task<GetIntegrationRuntimeConnectionInfoResult> InvokeAsync(GetIntegrationRuntimeConnectionInfoArgs args, InvokeOptions? opts = null)
public static Output<GetIntegrationRuntimeConnectionInfoResult> Invoke(GetIntegrationRuntimeConnectionInfoInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIntegrationRuntimeConnectionInfoResult> getIntegrationRuntimeConnectionInfo(GetIntegrationRuntimeConnectionInfoArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:synapse:getIntegrationRuntimeConnectionInfo
arguments:
# arguments dictionary
The following arguments are supported:
- Integration
Runtime stringName Integration runtime name
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- Workspace
Name string The name of the workspace.
- Integration
Runtime stringName Integration runtime name
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- Workspace
Name string The name of the workspace.
- integration
Runtime StringName Integration runtime name
- resource
Group StringName The name of the resource group. The name is case insensitive.
- workspace
Name String The name of the workspace.
- integration
Runtime stringName Integration runtime name
- resource
Group stringName The name of the resource group. The name is case insensitive.
- workspace
Name string The name of the workspace.
- integration_
runtime_ strname Integration runtime name
- resource_
group_ strname The name of the resource group. The name is case insensitive.
- workspace_
name str The name of the workspace.
- integration
Runtime StringName Integration runtime name
- resource
Group StringName The name of the resource group. The name is case insensitive.
- workspace
Name String The name of the workspace.
getIntegrationRuntimeConnectionInfo Result
The following output properties are available:
- Host
Service stringUri The on-premises integration runtime host URL.
- Identity
Cert stringThumbprint The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.
- Is
Identity boolCert Exprired Whether the identity certificate is expired.
- Public
Key string The public key for encrypting a credential when transferring the credential to the integration runtime.
- Service
Token string The token generated in service. Callers use this token to authenticate to integration runtime.
- Version string
The integration runtime version.
- Host
Service stringUri The on-premises integration runtime host URL.
- Identity
Cert stringThumbprint The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.
- Is
Identity boolCert Exprired Whether the identity certificate is expired.
- Public
Key string The public key for encrypting a credential when transferring the credential to the integration runtime.
- Service
Token string The token generated in service. Callers use this token to authenticate to integration runtime.
- Version string
The integration runtime version.
- host
Service StringUri The on-premises integration runtime host URL.
- identity
Cert StringThumbprint The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.
- is
Identity BooleanCert Exprired Whether the identity certificate is expired.
- public
Key String The public key for encrypting a credential when transferring the credential to the integration runtime.
- service
Token String The token generated in service. Callers use this token to authenticate to integration runtime.
- version String
The integration runtime version.
- host
Service stringUri The on-premises integration runtime host URL.
- identity
Cert stringThumbprint The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.
- is
Identity booleanCert Exprired Whether the identity certificate is expired.
- public
Key string The public key for encrypting a credential when transferring the credential to the integration runtime.
- service
Token string The token generated in service. Callers use this token to authenticate to integration runtime.
- version string
The integration runtime version.
- host_
service_ struri The on-premises integration runtime host URL.
- identity_
cert_ strthumbprint The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.
- is_
identity_ boolcert_ exprired Whether the identity certificate is expired.
- public_
key str The public key for encrypting a credential when transferring the credential to the integration runtime.
- service_
token str The token generated in service. Callers use this token to authenticate to integration runtime.
- version str
The integration runtime version.
- host
Service StringUri The on-premises integration runtime host URL.
- identity
Cert StringThumbprint The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.
- is
Identity BooleanCert Exprired Whether the identity certificate is expired.
- public
Key String The public key for encrypting a credential when transferring the credential to the integration runtime.
- service
Token String The token generated in service. Callers use this token to authenticate to integration runtime.
- version String
The integration runtime version.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0