This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi
azure-native.sql.getServerCommunicationLink
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi
Returns a server communication link.
Uses 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 dictionary
The following arguments are supported:
- Communication
Link stringName - The name of the server communication link.
- 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.
- Communication
Link stringName - The name of the server communication link.
- 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.
- communication
Link StringName - The name of the server communication link.
- 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.
- communication
Link stringName - The name of the server communication link.
- 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.
- 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.
- communication
Link StringName - The name of the server communication link.
- 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.
getServerCommunicationLink Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Resource ID.
- Kind string
- Communication link kind. This property is used for Azure Portal metadata.
- Location string
- Communication link location.
- Name string
- Resource name.
- Partner
Server string - The name of the partner server.
- State string
- The state.
- Type string
- Resource type.
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Resource ID.
- Kind string
- Communication link kind. This property is used for Azure Portal metadata.
- Location string
- Communication link location.
- Name string
- Resource name.
- Partner
Server string - The name of the partner server.
- State string
- The state.
- Type string
- Resource type.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Resource ID.
- kind String
- Communication link kind. This property is used for Azure Portal metadata.
- location String
- Communication link location.
- name String
- Resource name.
- partner
Server String - The name of the partner server.
- state String
- The state.
- type String
- Resource type.
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- Resource ID.
- kind string
- Communication link kind. This property is used for Azure Portal metadata.
- location string
- Communication link location.
- name string
- Resource name.
- partner
Server string - The name of the partner server.
- state string
- The state.
- type string
- Resource type.
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- Resource ID.
- kind str
- Communication link kind. This property is used for Azure Portal metadata.
- location str
- Communication link location.
- name str
- Resource name.
- partner_
server str - The name of the partner server.
- state str
- The state.
- type str
- Resource type.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Resource ID.
- kind String
- Communication link kind. This property is used for Azure Portal metadata.
- location String
- Communication link location.
- name String
- Resource name.
- partner
Server String - The name of the partner server.
- state String
- The state.
- 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 v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi