1. Packages
  2. Azure Native
  3. API Docs
  4. migrate
  5. getBusinessCaseOperationReportDownloadUrl
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native.migrate.getBusinessCaseOperationReportDownloadUrl

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Get the URL for downloading the business case in a report format.

Uses Azure REST API version 2023-04-01-preview.

Other available API versions: 2023-05-01-preview, 2023-09-09-preview, 2024-01-01-preview.

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>
Copy
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]
Copy
func GetBusinessCaseOperationReportDownloadUrl(ctx *Context, args *GetBusinessCaseOperationReportDownloadUrlArgs, opts ...InvokeOption) (*GetBusinessCaseOperationReportDownloadUrlResult, error)
func GetBusinessCaseOperationReportDownloadUrlOutput(ctx *Context, args *GetBusinessCaseOperationReportDownloadUrlOutputArgs, opts ...InvokeOption) GetBusinessCaseOperationReportDownloadUrlResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetBusinessCaseOperationReportDownloadUrlResult> getBusinessCaseOperationReportDownloadUrl(GetBusinessCaseOperationReportDownloadUrlArgs args, InvokeOptions options)
public static Output<GetBusinessCaseOperationReportDownloadUrlResult> getBusinessCaseOperationReportDownloadUrl(GetBusinessCaseOperationReportDownloadUrlArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:migrate:getBusinessCaseOperationReportDownloadUrl
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

BusinessCaseName
This property is required.
Changes to this property will trigger replacement.
string
Business case ARM name
ProjectName
This property is required.
Changes to this property will trigger replacement.
string
Assessment Project Name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
BusinessCaseName
This property is required.
Changes to this property will trigger replacement.
string
Business case ARM name
ProjectName
This property is required.
Changes to this property will trigger replacement.
string
Assessment Project Name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
businessCaseName
This property is required.
Changes to this property will trigger replacement.
String
Business case ARM name
projectName
This property is required.
Changes to this property will trigger replacement.
String
Assessment Project Name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
businessCaseName
This property is required.
Changes to this property will trigger replacement.
string
Business case ARM name
projectName
This property is required.
Changes to this property will trigger replacement.
string
Assessment Project Name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
business_case_name
This property is required.
Changes to this property will trigger replacement.
str
Business case ARM name
project_name
This property is required.
Changes to this property will trigger replacement.
str
Assessment Project Name
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
businessCaseName
This property is required.
Changes to this property will trigger replacement.
String
Business case ARM name
projectName
This property is required.
Changes to this property will trigger replacement.
String
Assessment Project Name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.

getBusinessCaseOperationReportDownloadUrl Result

The following output properties are available:

BusinessCaseReportUrl string
Hyperlink to download report.
ExpirationTime string
Expiry date of download url.
BusinessCaseReportUrl string
Hyperlink to download report.
ExpirationTime string
Expiry date of download url.
businessCaseReportUrl String
Hyperlink to download report.
expirationTime String
Expiry date of download url.
businessCaseReportUrl string
Hyperlink to download report.
expirationTime string
Expiry date of download url.
business_case_report_url str
Hyperlink to download report.
expiration_time str
Expiry date of download url.
businessCaseReportUrl String
Hyperlink to download report.
expirationTime String
Expiry date of download url.

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 v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi