1. Packages
  2. Azure Native v1
  3. API Docs
  4. avs
  5. getCloudLink
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.avs.getCloudLink

Explore with Pulumi AI

azure-native-v1 logo
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

    A cloud link resource API Version: 2021-06-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:

    CloudLinkName string
    Name of the cloud link resource
    PrivateCloudName string
    Name of the private cloud
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    CloudLinkName string
    Name of the cloud link resource
    PrivateCloudName string
    Name of the private cloud
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    cloudLinkName String
    Name of the cloud link resource
    privateCloudName String
    Name of the private cloud
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    cloudLinkName string
    Name of the cloud link resource
    privateCloudName string
    Name of the private cloud
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    cloud_link_name str
    Name of the cloud link resource
    private_cloud_name str
    Name of the private cloud
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    cloudLinkName String
    Name of the cloud link resource
    privateCloudName String
    Name of the private cloud
    resourceGroupName String
    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.
    LinkedCloud 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.
    LinkedCloud 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.
    linkedCloud 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.
    linkedCloud 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.
    linkedCloud String
    Identifier of the other private cloud participating in the link.

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    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