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.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.sql.getJobPrivateEndpoint
Explore with Pulumi AI
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.47.1 published on Monday, Jun 24, 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:
- Job
Agent stringName - The name of the job agent.
- Private
Endpoint stringName - The name of the private endpoint to get.
- Resource
Group stringName - 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 string - The name of the server.
- Job
Agent stringName - The name of the job agent.
- Private
Endpoint stringName - The name of the private endpoint to get.
- Resource
Group stringName - 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 string - The name of the server.
- job
Agent StringName - The name of the job agent.
- private
Endpoint StringName - The name of the private endpoint to get.
- resource
Group StringName - 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 String - The name of the server.
- job
Agent stringName - The name of the job agent.
- private
Endpoint stringName - The name of the private endpoint to get.
- resource
Group stringName - 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 string - The name of the server.
- job_
agent_ strname - The name of the job agent.
- private_
endpoint_ strname - The name of the private endpoint to get.
- resource_
group_ strname - 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.
- job
Agent StringName - The name of the job agent.
- private
Endpoint StringName - The name of the private endpoint to get.
- resource
Group StringName - 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 String - The name of the server.
getJobPrivateEndpoint Result
The following output properties are available:
- Id string
- Resource ID.
- Name string
- Resource name.
- Private
Endpoint stringId - Private endpoint id of the private endpoint.
- Target
Server stringAzure Resource Id - ARM resource id of the server the private endpoint will target.
- Type string
- Resource type.
- Id string
- Resource ID.
- Name string
- Resource name.
- Private
Endpoint stringId - Private endpoint id of the private endpoint.
- Target
Server stringAzure Resource Id - ARM resource id of the server the private endpoint will target.
- Type string
- Resource type.
- id String
- Resource ID.
- name String
- Resource name.
- private
Endpoint StringId - Private endpoint id of the private endpoint.
- target
Server StringAzure Resource Id - ARM resource id of the server the private endpoint will target.
- type String
- Resource type.
- id string
- Resource ID.
- name string
- Resource name.
- private
Endpoint stringId - Private endpoint id of the private endpoint.
- target
Server stringAzure Resource Id - 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_ strid - Private endpoint id of the private endpoint.
- target_
server_ strazure_ resource_ id - ARM resource id of the server the private endpoint will target.
- type str
- Resource type.
- id String
- Resource ID.
- name String
- Resource name.
- private
Endpoint StringId - Private endpoint id of the private endpoint.
- target
Server StringAzure Resource Id - 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
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.47.1 published on Monday, Jun 24, 2024 by Pulumi