azure-native.sql.getJobPrivateEndpoint
Explore with Pulumi AI
Gets a private endpoint.
Uses Azure REST API version 2023-08-01.
Other available API versions: 2023-05-01-preview, 2023-08-01-preview, 2024-05-01-preview, 2024-11-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native sql [ApiVersion]
. See the version guide for details.
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:
- 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:
- Azure
Api stringVersion - The Azure API version of the resource.
- 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.
- Azure
Api stringVersion - The Azure API version of the resource.
- 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.
- azure
Api StringVersion - The Azure API version of the resource.
- 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.
- azure
Api stringVersion - The Azure API version of the resource.
- 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.
- azure_
api_ strversion - The Azure API version of the resource.
- 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.
- azure
Api StringVersion - The Azure API version of the resource.
- 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