These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.sql.getServerCommunicationLink
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Returns a server communication link. 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-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi