1. Packages
  2. Azure Native v2
  3. API Docs
  4. sql
  5. getJobPrivateEndpoint
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.sql.getJobPrivateEndpoint

Explore with Pulumi AI

azure-native-v2 logo
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

    Gets a private endpoint. Azure REST API version: 2023-05-01-preview.

    Other available API versions: 2023-08-01-preview, 2024-05-01-preview.

    Using getJobPrivateEndpoint

    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 getJobPrivateEndpoint(args: GetJobPrivateEndpointArgs, opts?: InvokeOptions): Promise<GetJobPrivateEndpointResult>
    function getJobPrivateEndpointOutput(args: GetJobPrivateEndpointOutputArgs, opts?: InvokeOptions): Output<GetJobPrivateEndpointResult>
    def get_job_private_endpoint(job_agent_name: Optional[str] = None,
                                 private_endpoint_name: Optional[str] = None,
                                 resource_group_name: Optional[str] = None,
                                 server_name: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetJobPrivateEndpointResult
    def get_job_private_endpoint_output(job_agent_name: Optional[pulumi.Input[str]] = None,
                                 private_endpoint_name: Optional[pulumi.Input[str]] = None,
                                 resource_group_name: Optional[pulumi.Input[str]] = None,
                                 server_name: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetJobPrivateEndpointResult]
    func LookupJobPrivateEndpoint(ctx *Context, args *LookupJobPrivateEndpointArgs, opts ...InvokeOption) (*LookupJobPrivateEndpointResult, error)
    func LookupJobPrivateEndpointOutput(ctx *Context, args *LookupJobPrivateEndpointOutputArgs, opts ...InvokeOption) LookupJobPrivateEndpointResultOutput

    > Note: This function is named LookupJobPrivateEndpoint in the Go SDK.

    public static class GetJobPrivateEndpoint 
    {
        public static Task<GetJobPrivateEndpointResult> InvokeAsync(GetJobPrivateEndpointArgs args, InvokeOptions? opts = null)
        public static Output<GetJobPrivateEndpointResult> Invoke(GetJobPrivateEndpointInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetJobPrivateEndpointResult> getJobPrivateEndpoint(GetJobPrivateEndpointArgs args, InvokeOptions options)
    public static Output<GetJobPrivateEndpointResult> getJobPrivateEndpoint(GetJobPrivateEndpointArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:sql:getJobPrivateEndpoint
      arguments:
        # arguments dictionary

    The following arguments are supported:

    JobAgentName string
    The name of the job agent.
    PrivateEndpointName string
    The name of the private endpoint to get.
    ResourceGroupName string
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    ServerName string
    The name of the server.
    JobAgentName string
    The name of the job agent.
    PrivateEndpointName string
    The name of the private endpoint to get.
    ResourceGroupName string
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    ServerName string
    The name of the server.
    jobAgentName String
    The name of the job agent.
    privateEndpointName String
    The name of the private endpoint to get.
    resourceGroupName String
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    serverName String
    The name of the server.
    jobAgentName string
    The name of the job agent.
    privateEndpointName string
    The name of the private endpoint to get.
    resourceGroupName string
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    serverName string
    The name of the server.
    job_agent_name str
    The name of the job agent.
    private_endpoint_name str
    The name of the private endpoint to get.
    resource_group_name str
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    server_name str
    The name of the server.
    jobAgentName String
    The name of the job agent.
    privateEndpointName String
    The name of the private endpoint to get.
    resourceGroupName String
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    serverName String
    The name of the server.

    getJobPrivateEndpoint Result

    The following output properties are available:

    Id string
    Resource ID.
    Name string
    Resource name.
    PrivateEndpointId string
    Private endpoint id of the private endpoint.
    TargetServerAzureResourceId string
    ARM resource id of the server the private endpoint will target.
    Type string
    Resource type.
    Id string
    Resource ID.
    Name string
    Resource name.
    PrivateEndpointId string
    Private endpoint id of the private endpoint.
    TargetServerAzureResourceId string
    ARM resource id of the server the private endpoint will target.
    Type string
    Resource type.
    id String
    Resource ID.
    name String
    Resource name.
    privateEndpointId String
    Private endpoint id of the private endpoint.
    targetServerAzureResourceId String
    ARM resource id of the server the private endpoint will target.
    type String
    Resource type.
    id string
    Resource ID.
    name string
    Resource name.
    privateEndpointId string
    Private endpoint id of the private endpoint.
    targetServerAzureResourceId string
    ARM resource id of the server the private endpoint will target.
    type string
    Resource type.
    id str
    Resource ID.
    name str
    Resource name.
    private_endpoint_id str
    Private endpoint id of the private endpoint.
    target_server_azure_resource_id str
    ARM resource id of the server the private endpoint will target.
    type str
    Resource type.
    id String
    Resource ID.
    name String
    Resource name.
    privateEndpointId String
    Private endpoint id of the private endpoint.
    targetServerAzureResourceId String
    ARM resource id of the server the private endpoint will target.
    type String
    Resource type.

    Package Details

    Repository
    azure-native-v2 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v2 logo
    These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
    Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi