1. Packages
  2. Azure Native v2
  3. API Docs
  4. containerregistry
  5. listRunLogSasUrl
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.containerregistry.listRunLogSasUrl

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Gets a link to download the run logs. Azure REST API version: 2019-06-01-preview.

Other available API versions: 2018-09-01, 2019-04-01.

Using listRunLogSasUrl

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 listRunLogSasUrl(args: ListRunLogSasUrlArgs, opts?: InvokeOptions): Promise<ListRunLogSasUrlResult>
function listRunLogSasUrlOutput(args: ListRunLogSasUrlOutputArgs, opts?: InvokeOptions): Output<ListRunLogSasUrlResult>
Copy
def list_run_log_sas_url(registry_name: Optional[str] = None,
                         resource_group_name: Optional[str] = None,
                         run_id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> ListRunLogSasUrlResult
def list_run_log_sas_url_output(registry_name: Optional[pulumi.Input[str]] = None,
                         resource_group_name: Optional[pulumi.Input[str]] = None,
                         run_id: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[ListRunLogSasUrlResult]
Copy
func ListRunLogSasUrl(ctx *Context, args *ListRunLogSasUrlArgs, opts ...InvokeOption) (*ListRunLogSasUrlResult, error)
func ListRunLogSasUrlOutput(ctx *Context, args *ListRunLogSasUrlOutputArgs, opts ...InvokeOption) ListRunLogSasUrlResultOutput
Copy

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

public static class ListRunLogSasUrl 
{
    public static Task<ListRunLogSasUrlResult> InvokeAsync(ListRunLogSasUrlArgs args, InvokeOptions? opts = null)
    public static Output<ListRunLogSasUrlResult> Invoke(ListRunLogSasUrlInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListRunLogSasUrlResult> listRunLogSasUrl(ListRunLogSasUrlArgs args, InvokeOptions options)
public static Output<ListRunLogSasUrlResult> listRunLogSasUrl(ListRunLogSasUrlArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:containerregistry:listRunLogSasUrl
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

RegistryName
This property is required.
Changes to this property will trigger replacement.
string
The name of the container registry.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group to which the container registry belongs.
RunId
This property is required.
Changes to this property will trigger replacement.
string
The run ID.
RegistryName
This property is required.
Changes to this property will trigger replacement.
string
The name of the container registry.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group to which the container registry belongs.
RunId
This property is required.
Changes to this property will trigger replacement.
string
The run ID.
registryName
This property is required.
Changes to this property will trigger replacement.
String
The name of the container registry.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group to which the container registry belongs.
runId
This property is required.
Changes to this property will trigger replacement.
String
The run ID.
registryName
This property is required.
Changes to this property will trigger replacement.
string
The name of the container registry.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group to which the container registry belongs.
runId
This property is required.
Changes to this property will trigger replacement.
string
The run ID.
registry_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the container registry.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group to which the container registry belongs.
run_id
This property is required.
Changes to this property will trigger replacement.
str
The run ID.
registryName
This property is required.
Changes to this property will trigger replacement.
String
The name of the container registry.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group to which the container registry belongs.
runId
This property is required.
Changes to this property will trigger replacement.
String
The run ID.

listRunLogSasUrl Result

The following output properties are available:

LogArtifactLink string
The link to logs in registry for a run on a azure container registry.
LogLink string
The link to logs for a run on a azure container registry.
LogArtifactLink string
The link to logs in registry for a run on a azure container registry.
LogLink string
The link to logs for a run on a azure container registry.
logArtifactLink String
The link to logs in registry for a run on a azure container registry.
logLink String
The link to logs for a run on a azure container registry.
logArtifactLink string
The link to logs in registry for a run on a azure container registry.
logLink string
The link to logs for a run on a azure container registry.
log_artifact_link str
The link to logs in registry for a run on a azure container registry.
log_link str
The link to logs for a run on a azure container registry.
logArtifactLink String
The link to logs in registry for a run on a azure container registry.
logLink String
The link to logs for a run on a azure container registry.

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi