azure-native.sql.getServerCommunicationLink
Explore with Pulumi AI
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)
// Output-based functions aren't available in Java yet
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:
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0