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.cache.getLinkedServer
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
Gets the detailed information about a linked server of a redis cache (requires Premium SKU). API Version: 2020-06-01.
Using getLinkedServer
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 getLinkedServer(args: GetLinkedServerArgs, opts?: InvokeOptions): Promise<GetLinkedServerResult>
function getLinkedServerOutput(args: GetLinkedServerOutputArgs, opts?: InvokeOptions): Output<GetLinkedServerResult>
def get_linked_server(linked_server_name: Optional[str] = None,
name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLinkedServerResult
def get_linked_server_output(linked_server_name: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLinkedServerResult]
func LookupLinkedServer(ctx *Context, args *LookupLinkedServerArgs, opts ...InvokeOption) (*LookupLinkedServerResult, error)
func LookupLinkedServerOutput(ctx *Context, args *LookupLinkedServerOutputArgs, opts ...InvokeOption) LookupLinkedServerResultOutput
> Note: This function is named LookupLinkedServer
in the Go SDK.
public static class GetLinkedServer
{
public static Task<GetLinkedServerResult> InvokeAsync(GetLinkedServerArgs args, InvokeOptions? opts = null)
public static Output<GetLinkedServerResult> Invoke(GetLinkedServerInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetLinkedServerResult> getLinkedServer(GetLinkedServerArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:cache:getLinkedServer
arguments:
# arguments dictionary
The following arguments are supported:
- Linked
Server stringName - The name of the linked server.
- Name string
- The name of the redis cache.
- Resource
Group stringName - The name of the resource group.
- Linked
Server stringName - The name of the linked server.
- Name string
- The name of the redis cache.
- Resource
Group stringName - The name of the resource group.
- linked
Server StringName - The name of the linked server.
- name String
- The name of the redis cache.
- resource
Group StringName - The name of the resource group.
- linked
Server stringName - The name of the linked server.
- name string
- The name of the redis cache.
- resource
Group stringName - The name of the resource group.
- linked_
server_ strname - The name of the linked server.
- name str
- The name of the redis cache.
- resource_
group_ strname - The name of the resource group.
- linked
Server StringName - The name of the linked server.
- name String
- The name of the redis cache.
- resource
Group StringName - The name of the resource group.
getLinkedServer Result
The following output properties are available:
- Id string
- Resource ID.
- Linked
Redis stringCache Id - Fully qualified resourceId of the linked redis cache.
- Linked
Redis stringCache Location - Location of the linked redis cache.
- Name string
- Resource name.
- Provisioning
State string - Terminal state of the link between primary and secondary redis cache.
- Server
Role string - Role of the linked server.
- Type string
- Resource type.
- Id string
- Resource ID.
- Linked
Redis stringCache Id - Fully qualified resourceId of the linked redis cache.
- Linked
Redis stringCache Location - Location of the linked redis cache.
- Name string
- Resource name.
- Provisioning
State string - Terminal state of the link between primary and secondary redis cache.
- Server
Role string - Role of the linked server.
- Type string
- Resource type.
- id String
- Resource ID.
- linked
Redis StringCache Id - Fully qualified resourceId of the linked redis cache.
- linked
Redis StringCache Location - Location of the linked redis cache.
- name String
- Resource name.
- provisioning
State String - Terminal state of the link between primary and secondary redis cache.
- server
Role String - Role of the linked server.
- type String
- Resource type.
- id string
- Resource ID.
- linked
Redis stringCache Id - Fully qualified resourceId of the linked redis cache.
- linked
Redis stringCache Location - Location of the linked redis cache.
- name string
- Resource name.
- provisioning
State string - Terminal state of the link between primary and secondary redis cache.
- server
Role string - Role of the linked server.
- type string
- Resource type.
- id str
- Resource ID.
- linked_
redis_ strcache_ id - Fully qualified resourceId of the linked redis cache.
- linked_
redis_ strcache_ location - Location of the linked redis cache.
- name str
- Resource name.
- provisioning_
state str - Terminal state of the link between primary and secondary redis cache.
- server_
role str - Role of the linked server.
- type str
- Resource type.
- id String
- Resource ID.
- linked
Redis StringCache Id - Fully qualified resourceId of the linked redis cache.
- linked
Redis StringCache Location - Location of the linked redis cache.
- name String
- Resource name.
- provisioning
State String - Terminal state of the link between primary and secondary redis cache.
- server
Role String - Role of the linked server.
- type String
- Resource type.
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