This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi
azure-native.containerregistry.listRunLogSasUrl
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 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>
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]
func ListRunLogSasUrl(ctx *Context, args *ListRunLogSasUrlArgs, opts ...InvokeOption) (*ListRunLogSasUrlResult, error)
func ListRunLogSasUrlOutput(ctx *Context, args *ListRunLogSasUrlOutputArgs, opts ...InvokeOption) ListRunLogSasUrlResultOutput
> 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)
}
public static CompletableFuture<ListRunLogSasUrlResult> listRunLogSasUrl(ListRunLogSasUrlArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:containerregistry:listRunLogSasUrl
arguments:
# arguments dictionary
The following arguments are supported:
- Registry
Name string - The name of the container registry.
- Resource
Group stringName - The name of the resource group to which the container registry belongs.
- Run
Id string - The run ID.
- Registry
Name string - The name of the container registry.
- Resource
Group stringName - The name of the resource group to which the container registry belongs.
- Run
Id string - The run ID.
- registry
Name String - The name of the container registry.
- resource
Group StringName - The name of the resource group to which the container registry belongs.
- run
Id String - The run ID.
- registry
Name string - The name of the container registry.
- resource
Group stringName - The name of the resource group to which the container registry belongs.
- run
Id string - The run ID.
- registry_
name str - The name of the container registry.
- resource_
group_ strname - The name of the resource group to which the container registry belongs.
- run_
id str - The run ID.
- registry
Name String - The name of the container registry.
- resource
Group StringName - The name of the resource group to which the container registry belongs.
- run
Id String - The run ID.
listRunLogSasUrl Result
The following output properties are available:
- Log
Artifact stringLink - The link to logs in registry for a run on a azure container registry.
- Log
Link string - The link to logs for a run on a azure container registry.
- Log
Artifact stringLink - The link to logs in registry for a run on a azure container registry.
- Log
Link string - The link to logs for a run on a azure container registry.
- log
Artifact StringLink - The link to logs in registry for a run on a azure container registry.
- log
Link String - The link to logs for a run on a azure container registry.
- log
Artifact stringLink - The link to logs in registry for a run on a azure container registry.
- log
Link string - The link to logs for a run on a azure container registry.
- log_
artifact_ strlink - 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.
- log
Artifact StringLink - The link to logs in registry for a run on a azure container registry.
- log
Link String - The link to logs for a run on a azure container registry.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi