azure-native.migrate.getBusinessCaseOperationReportDownloadUrl
Explore with Pulumi AI
Get the URL for downloading the business case in a report format.
Uses Azure REST API version 2024-01-01-preview.
Other available API versions: 2023-04-01-preview, 2023-05-01-preview, 2023-09-09-preview, 2024-03-03-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native migrate [ApiVersion]
. See the version guide for details.
Using getBusinessCaseOperationReportDownloadUrl
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 getBusinessCaseOperationReportDownloadUrl(args: GetBusinessCaseOperationReportDownloadUrlArgs, opts?: InvokeOptions): Promise<GetBusinessCaseOperationReportDownloadUrlResult>
function getBusinessCaseOperationReportDownloadUrlOutput(args: GetBusinessCaseOperationReportDownloadUrlOutputArgs, opts?: InvokeOptions): Output<GetBusinessCaseOperationReportDownloadUrlResult>
def get_business_case_operation_report_download_url(business_case_name: Optional[str] = None,
project_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBusinessCaseOperationReportDownloadUrlResult
def get_business_case_operation_report_download_url_output(business_case_name: Optional[pulumi.Input[str]] = None,
project_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBusinessCaseOperationReportDownloadUrlResult]
func GetBusinessCaseOperationReportDownloadUrl(ctx *Context, args *GetBusinessCaseOperationReportDownloadUrlArgs, opts ...InvokeOption) (*GetBusinessCaseOperationReportDownloadUrlResult, error)
func GetBusinessCaseOperationReportDownloadUrlOutput(ctx *Context, args *GetBusinessCaseOperationReportDownloadUrlOutputArgs, opts ...InvokeOption) GetBusinessCaseOperationReportDownloadUrlResultOutput
> Note: This function is named GetBusinessCaseOperationReportDownloadUrl
in the Go SDK.
public static class GetBusinessCaseOperationReportDownloadUrl
{
public static Task<GetBusinessCaseOperationReportDownloadUrlResult> InvokeAsync(GetBusinessCaseOperationReportDownloadUrlArgs args, InvokeOptions? opts = null)
public static Output<GetBusinessCaseOperationReportDownloadUrlResult> Invoke(GetBusinessCaseOperationReportDownloadUrlInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBusinessCaseOperationReportDownloadUrlResult> getBusinessCaseOperationReportDownloadUrl(GetBusinessCaseOperationReportDownloadUrlArgs args, InvokeOptions options)
public static Output<GetBusinessCaseOperationReportDownloadUrlResult> getBusinessCaseOperationReportDownloadUrl(GetBusinessCaseOperationReportDownloadUrlArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:migrate:getBusinessCaseOperationReportDownloadUrl
arguments:
# arguments dictionary
The following arguments are supported:
- Business
Case stringName - Business case ARM name
- Project
Name string - Assessment Project Name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Business
Case stringName - Business case ARM name
- Project
Name string - Assessment Project Name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- business
Case StringName - Business case ARM name
- project
Name String - Assessment Project Name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- business
Case stringName - Business case ARM name
- project
Name string - Assessment Project Name
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- business_
case_ strname - Business case ARM name
- project_
name str - Assessment Project Name
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- business
Case StringName - Business case ARM name
- project
Name String - Assessment Project Name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getBusinessCaseOperationReportDownloadUrl Result
The following output properties are available:
- Business
Case stringReport Url - Hyperlink to download report.
- Expiration
Time string - Expiry date of download url.
- Business
Case stringReport Url - Hyperlink to download report.
- Expiration
Time string - Expiry date of download url.
- business
Case StringReport Url - Hyperlink to download report.
- expiration
Time String - Expiry date of download url.
- business
Case stringReport Url - Hyperlink to download report.
- expiration
Time string - Expiry date of download url.
- business_
case_ strreport_ url - Hyperlink to download report.
- expiration_
time str - Expiry date of download url.
- business
Case StringReport Url - Hyperlink to download report.
- expiration
Time String - Expiry date of download url.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0