1. Packages
  2. Azure Native
  3. API Docs
  4. sql
  5. getJobPrivateEndpoint
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi

azure-native.sql.getJobPrivateEndpoint

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi

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

    Other available API versions: 2023-08-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)
    // Output-based functions aren't available in Java yet
    
    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 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi