azure-native.avs.getCloudLink
Explore with Pulumi AI
A cloud link resource Azure REST API version: 2022-05-01.
Other available API versions: 2023-03-01.
Using getCloudLink
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 getCloudLink(args: GetCloudLinkArgs, opts?: InvokeOptions): Promise<GetCloudLinkResult>
function getCloudLinkOutput(args: GetCloudLinkOutputArgs, opts?: InvokeOptions): Output<GetCloudLinkResult>
def get_cloud_link(cloud_link_name: Optional[str] = None,
private_cloud_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCloudLinkResult
def get_cloud_link_output(cloud_link_name: Optional[pulumi.Input[str]] = None,
private_cloud_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCloudLinkResult]
func LookupCloudLink(ctx *Context, args *LookupCloudLinkArgs, opts ...InvokeOption) (*LookupCloudLinkResult, error)
func LookupCloudLinkOutput(ctx *Context, args *LookupCloudLinkOutputArgs, opts ...InvokeOption) LookupCloudLinkResultOutput
> Note: This function is named LookupCloudLink
in the Go SDK.
public static class GetCloudLink
{
public static Task<GetCloudLinkResult> InvokeAsync(GetCloudLinkArgs args, InvokeOptions? opts = null)
public static Output<GetCloudLinkResult> Invoke(GetCloudLinkInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCloudLinkResult> getCloudLink(GetCloudLinkArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:avs:getCloudLink
arguments:
# arguments dictionary
The following arguments are supported:
- Cloud
Link stringName Name of the cloud link resource
- Private
Cloud stringName Name of the private cloud
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- Cloud
Link stringName Name of the cloud link resource
- Private
Cloud stringName Name of the private cloud
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- cloud
Link StringName Name of the cloud link resource
- private
Cloud StringName Name of the private cloud
- resource
Group StringName The name of the resource group. The name is case insensitive.
- cloud
Link stringName Name of the cloud link resource
- private
Cloud stringName Name of the private cloud
- resource
Group stringName The name of the resource group. The name is case insensitive.
- cloud_
link_ strname Name of the cloud link resource
- private_
cloud_ strname Name of the private cloud
- resource_
group_ strname The name of the resource group. The name is case insensitive.
- cloud
Link StringName Name of the cloud link resource
- private
Cloud StringName Name of the private cloud
- resource
Group StringName The name of the resource group. The name is case insensitive.
getCloudLink Result
The following output properties are available:
- Id string
Resource ID.
- Name string
Resource name.
- Status string
The state of the cloud link.
- Type string
Resource type.
- Linked
Cloud string Identifier of the other private cloud participating in the link.
- Id string
Resource ID.
- Name string
Resource name.
- Status string
The state of the cloud link.
- Type string
Resource type.
- Linked
Cloud string Identifier of the other private cloud participating in the link.
- id String
Resource ID.
- name String
Resource name.
- status String
The state of the cloud link.
- type String
Resource type.
- linked
Cloud String Identifier of the other private cloud participating in the link.
- id string
Resource ID.
- name string
Resource name.
- status string
The state of the cloud link.
- type string
Resource type.
- linked
Cloud string Identifier of the other private cloud participating in the link.
- id str
Resource ID.
- name str
Resource name.
- status str
The state of the cloud link.
- type str
Resource type.
- linked_
cloud str Identifier of the other private cloud participating in the link.
- id String
Resource ID.
- name String
Resource name.
- status String
The state of the cloud link.
- type String
Resource type.
- linked
Cloud String Identifier of the other private cloud participating in the link.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0