azure-native.testbase.getTestResultConsoleLogDownloadURL
Explore with Pulumi AI
Gets the download URL of the test execution console log file.
Uses Azure REST API version 2023-11-01-preview.
Other available API versions: 2022-04-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native testbase [ApiVersion]
. See the version guide for details.
Using getTestResultConsoleLogDownloadURL
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 getTestResultConsoleLogDownloadURL(args: GetTestResultConsoleLogDownloadURLArgs, opts?: InvokeOptions): Promise<GetTestResultConsoleLogDownloadURLResult>
function getTestResultConsoleLogDownloadURLOutput(args: GetTestResultConsoleLogDownloadURLOutputArgs, opts?: InvokeOptions): Output<GetTestResultConsoleLogDownloadURLResult>
def get_test_result_console_log_download_url(log_file_name: Optional[str] = None,
package_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
test_base_account_name: Optional[str] = None,
test_result_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTestResultConsoleLogDownloadURLResult
def get_test_result_console_log_download_url_output(log_file_name: Optional[pulumi.Input[str]] = None,
package_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
test_base_account_name: Optional[pulumi.Input[str]] = None,
test_result_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTestResultConsoleLogDownloadURLResult]
func GetTestResultConsoleLogDownloadURL(ctx *Context, args *GetTestResultConsoleLogDownloadURLArgs, opts ...InvokeOption) (*GetTestResultConsoleLogDownloadURLResult, error)
func GetTestResultConsoleLogDownloadURLOutput(ctx *Context, args *GetTestResultConsoleLogDownloadURLOutputArgs, opts ...InvokeOption) GetTestResultConsoleLogDownloadURLResultOutput
> Note: This function is named GetTestResultConsoleLogDownloadURL
in the Go SDK.
public static class GetTestResultConsoleLogDownloadURL
{
public static Task<GetTestResultConsoleLogDownloadURLResult> InvokeAsync(GetTestResultConsoleLogDownloadURLArgs args, InvokeOptions? opts = null)
public static Output<GetTestResultConsoleLogDownloadURLResult> Invoke(GetTestResultConsoleLogDownloadURLInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTestResultConsoleLogDownloadURLResult> getTestResultConsoleLogDownloadURL(GetTestResultConsoleLogDownloadURLArgs args, InvokeOptions options)
public static Output<GetTestResultConsoleLogDownloadURLResult> getTestResultConsoleLogDownloadURL(GetTestResultConsoleLogDownloadURLArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:testbase:getTestResultConsoleLogDownloadURL
arguments:
# arguments dictionary
The following arguments are supported:
- Log
File stringName - The log file name corresponding to the download URL.
- Package
Name string - The resource name of the Test Base Package.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Test
Base stringAccount Name - The resource name of the Test Base Account.
- Test
Result stringName - The Test Result Name. It equals to TestResult-{TestResultId} string.
- Log
File stringName - The log file name corresponding to the download URL.
- Package
Name string - The resource name of the Test Base Package.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Test
Base stringAccount Name - The resource name of the Test Base Account.
- Test
Result stringName - The Test Result Name. It equals to TestResult-{TestResultId} string.
- log
File StringName - The log file name corresponding to the download URL.
- package
Name String - The resource name of the Test Base Package.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- test
Base StringAccount Name - The resource name of the Test Base Account.
- test
Result StringName - The Test Result Name. It equals to TestResult-{TestResultId} string.
- log
File stringName - The log file name corresponding to the download URL.
- package
Name string - The resource name of the Test Base Package.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- test
Base stringAccount Name - The resource name of the Test Base Account.
- test
Result stringName - The Test Result Name. It equals to TestResult-{TestResultId} string.
- log_
file_ strname - The log file name corresponding to the download URL.
- package_
name str - The resource name of the Test Base Package.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- test_
base_ straccount_ name - The resource name of the Test Base Account.
- test_
result_ strname - The Test Result Name. It equals to TestResult-{TestResultId} string.
- log
File StringName - The log file name corresponding to the download URL.
- package
Name String - The resource name of the Test Base Package.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- test
Base StringAccount Name - The resource name of the Test Base Account.
- test
Result StringName - The Test Result Name. It equals to TestResult-{TestResultId} string.
getTestResultConsoleLogDownloadURL Result
The following output properties are available:
- Download
Url string - The download URL.
- Expiration
Time string - Expiry date of the download URL.
- Download
Url string - The download URL.
- Expiration
Time string - Expiry date of the download URL.
- download
Url String - The download URL.
- expiration
Time String - Expiry date of the download URL.
- download
Url string - The download URL.
- expiration
Time string - Expiry date of the download URL.
- download_
url str - The download URL.
- expiration_
time str - Expiry date of the download URL.
- download
Url String - The download URL.
- expiration
Time String - Expiry date of the download URL.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0