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

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

    Gets a link to download the build logs. API Version: 2018-02-01-preview.

    Using getBuildLogLink

    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 getBuildLogLink(args: GetBuildLogLinkArgs, opts?: InvokeOptions): Promise<GetBuildLogLinkResult>
    function getBuildLogLinkOutput(args: GetBuildLogLinkOutputArgs, opts?: InvokeOptions): Output<GetBuildLogLinkResult>
    def get_build_log_link(build_id: Optional[str] = None,
                           registry_name: Optional[str] = None,
                           resource_group_name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetBuildLogLinkResult
    def get_build_log_link_output(build_id: Optional[pulumi.Input[str]] = None,
                           registry_name: Optional[pulumi.Input[str]] = None,
                           resource_group_name: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetBuildLogLinkResult]
    func GetBuildLogLink(ctx *Context, args *GetBuildLogLinkArgs, opts ...InvokeOption) (*GetBuildLogLinkResult, error)
    func GetBuildLogLinkOutput(ctx *Context, args *GetBuildLogLinkOutputArgs, opts ...InvokeOption) GetBuildLogLinkResultOutput

    > Note: This function is named GetBuildLogLink in the Go SDK.

    public static class GetBuildLogLink 
    {
        public static Task<GetBuildLogLinkResult> InvokeAsync(GetBuildLogLinkArgs args, InvokeOptions? opts = null)
        public static Output<GetBuildLogLinkResult> Invoke(GetBuildLogLinkInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBuildLogLinkResult> getBuildLogLink(GetBuildLogLinkArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:containerregistry:getBuildLogLink
      arguments:
        # arguments dictionary

    The following arguments are supported:

    BuildId string
    The build ID.
    RegistryName string
    The name of the container registry.
    ResourceGroupName string
    The name of the resource group to which the container registry belongs.
    BuildId string
    The build ID.
    RegistryName string
    The name of the container registry.
    ResourceGroupName string
    The name of the resource group to which the container registry belongs.
    buildId String
    The build ID.
    registryName String
    The name of the container registry.
    resourceGroupName String
    The name of the resource group to which the container registry belongs.
    buildId string
    The build ID.
    registryName string
    The name of the container registry.
    resourceGroupName string
    The name of the resource group to which the container registry belongs.
    build_id str
    The build ID.
    registry_name str
    The name of the container registry.
    resource_group_name str
    The name of the resource group to which the container registry belongs.
    buildId String
    The build ID.
    registryName String
    The name of the container registry.
    resourceGroupName String
    The name of the resource group to which the container registry belongs.

    getBuildLogLink Result

    The following output properties are available:

    LogLink string
    The link to logs for a azure container registry build.
    LogLink string
    The link to logs for a azure container registry build.
    logLink String
    The link to logs for a azure container registry build.
    logLink string
    The link to logs for a azure container registry build.
    log_link str
    The link to logs for a azure container registry build.
    logLink String
    The link to logs for a azure container registry build.

    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