@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 2.96 kB
TypeScript
import * as pulumi from "@pulumi/pulumi";
/**
* Support information for the service
*
* Uses Azure REST API version 2025-05-23.
*
* Other available API versions: 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
*/
export declare function listPaloAltoNetworksCloudngfwOperationSupportInfo(args?: ListPaloAltoNetworksCloudngfwOperationSupportInfoArgs, opts?: pulumi.InvokeOptions): Promise<ListPaloAltoNetworksCloudngfwOperationSupportInfoResult>;
export interface ListPaloAltoNetworksCloudngfwOperationSupportInfoArgs {
}
/**
* Support information for the service
*/
export interface ListPaloAltoNetworksCloudngfwOperationSupportInfoResult {
/**
* Support account associated with given resource
*/
readonly accountId?: string;
/**
* account registered in Customer Support Portal
*/
readonly accountRegistrationStatus?: string;
/**
* credits purchased, unit per hour
*/
readonly credits?: number;
/**
* date in format yyyy-mm-dd
*/
readonly endDateForCredits?: string;
/**
* Product usage is in free trial period
*/
readonly freeTrial?: string;
/**
* Free trial credit remaining
*/
readonly freeTrialCreditLeft?: number;
/**
* Free trial days remaining
*/
readonly freeTrialDaysLeft?: number;
/**
* URL for paloaltonetworks live community
*/
readonly helpURL?: string;
/**
* URL for Strata Cloud Manager
*/
readonly hubUrl?: string;
/**
* monthly credit is computed as credits * days in calendar month
*/
readonly monthlyCreditLeft?: number;
/**
* product Serial associated with given resource
*/
readonly productSerial?: string;
/**
* product SKU associated with given resource
*/
readonly productSku?: string;
/**
* URL for registering product in paloaltonetworks Customer Service Portal
*/
readonly registerURL?: string;
/**
* date in format yyyy-mm-dd
*/
readonly startDateForCredits?: string;
/**
* URL for paloaltonetworks Customer Service Portal
*/
readonly supportURL?: string;
}
/**
* Support information for the service
*
* Uses Azure REST API version 2025-05-23.
*
* Other available API versions: 2025-07-07-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native cloudngfw [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
*/
export declare function listPaloAltoNetworksCloudngfwOperationSupportInfoOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<ListPaloAltoNetworksCloudngfwOperationSupportInfoResult>;