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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.sql.getServerCommunicationLink
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Returns a server communication link. Azure REST API version: 2014-04-01.
Using getServerCommunicationLink
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 getServerCommunicationLink(args: GetServerCommunicationLinkArgs, opts?: InvokeOptions): Promise<GetServerCommunicationLinkResult>
function getServerCommunicationLinkOutput(args: GetServerCommunicationLinkOutputArgs, opts?: InvokeOptions): Output<GetServerCommunicationLinkResult>def get_server_communication_link(communication_link_name: Optional[str] = None,
                                  resource_group_name: Optional[str] = None,
                                  server_name: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetServerCommunicationLinkResult
def get_server_communication_link_output(communication_link_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[GetServerCommunicationLinkResult]func LookupServerCommunicationLink(ctx *Context, args *LookupServerCommunicationLinkArgs, opts ...InvokeOption) (*LookupServerCommunicationLinkResult, error)
func LookupServerCommunicationLinkOutput(ctx *Context, args *LookupServerCommunicationLinkOutputArgs, opts ...InvokeOption) LookupServerCommunicationLinkResultOutput> Note: This function is named LookupServerCommunicationLink in the Go SDK.
public static class GetServerCommunicationLink 
{
    public static Task<GetServerCommunicationLinkResult> InvokeAsync(GetServerCommunicationLinkArgs args, InvokeOptions? opts = null)
    public static Output<GetServerCommunicationLinkResult> Invoke(GetServerCommunicationLinkInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetServerCommunicationLinkResult> getServerCommunicationLink(GetServerCommunicationLinkArgs args, InvokeOptions options)
public static Output<GetServerCommunicationLinkResult> getServerCommunicationLink(GetServerCommunicationLinkArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:sql:getServerCommunicationLink
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CommunicationLink stringName 
- The name of the server communication link.
- ResourceGroup 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.
- ServerName string
- The name of the server.
- CommunicationLink stringName 
- The name of the server communication link.
- ResourceGroup 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.
- ServerName string
- The name of the server.
- communicationLink StringName 
- The name of the server communication link.
- resourceGroup 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.
- serverName String
- The name of the server.
- communicationLink stringName 
- The name of the server communication link.
- resourceGroup 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.
- serverName string
- The name of the server.
- communication_link_ strname 
- The name of the server communication link.
- 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.
- communicationLink StringName 
- The name of the server communication link.
- resourceGroup 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.
- serverName String
- The name of the server.
getServerCommunicationLink Result
The following output properties are available:
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi