azure-native.cloudngfw.listPaloAltoNetworksCloudngfwProductSerialNumberStatus
Explore with Pulumi AI
Product serial and status for the service
Uses Azure REST API version 2025-02-06-preview.
Other available API versions: 2024-02-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 for details.
Using listPaloAltoNetworksCloudngfwProductSerialNumberStatus
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 listPaloAltoNetworksCloudngfwProductSerialNumberStatus(args: ListPaloAltoNetworksCloudngfwProductSerialNumberStatusArgs, opts?: InvokeOptions): Promise<ListPaloAltoNetworksCloudngfwProductSerialNumberStatusResult>
function listPaloAltoNetworksCloudngfwProductSerialNumberStatusOutput(args: ListPaloAltoNetworksCloudngfwProductSerialNumberStatusOutputArgs, opts?: InvokeOptions): Output<ListPaloAltoNetworksCloudngfwProductSerialNumberStatusResult>
def list_palo_alto_networks_cloudngfw_product_serial_number_status(opts: Optional[InvokeOptions] = None) -> ListPaloAltoNetworksCloudngfwProductSerialNumberStatusResult
def list_palo_alto_networks_cloudngfw_product_serial_number_status_output(opts: Optional[InvokeOptions] = None) -> Output[ListPaloAltoNetworksCloudngfwProductSerialNumberStatusResult]
func ListPaloAltoNetworksCloudngfwProductSerialNumberStatus(ctx *Context, args *ListPaloAltoNetworksCloudngfwProductSerialNumberStatusArgs, opts ...InvokeOption) (*ListPaloAltoNetworksCloudngfwProductSerialNumberStatusResult, error)
func ListPaloAltoNetworksCloudngfwProductSerialNumberStatusOutput(ctx *Context, args *ListPaloAltoNetworksCloudngfwProductSerialNumberStatusOutputArgs, opts ...InvokeOption) ListPaloAltoNetworksCloudngfwProductSerialNumberStatusResultOutput
> Note: This function is named ListPaloAltoNetworksCloudngfwProductSerialNumberStatus
in the Go SDK.
public static class ListPaloAltoNetworksCloudngfwProductSerialNumberStatus
{
public static Task<ListPaloAltoNetworksCloudngfwProductSerialNumberStatusResult> InvokeAsync(ListPaloAltoNetworksCloudngfwProductSerialNumberStatusArgs args, InvokeOptions? opts = null)
public static Output<ListPaloAltoNetworksCloudngfwProductSerialNumberStatusResult> Invoke(ListPaloAltoNetworksCloudngfwProductSerialNumberStatusInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListPaloAltoNetworksCloudngfwProductSerialNumberStatusResult> listPaloAltoNetworksCloudngfwProductSerialNumberStatus(ListPaloAltoNetworksCloudngfwProductSerialNumberStatusArgs args, InvokeOptions options)
public static Output<ListPaloAltoNetworksCloudngfwProductSerialNumberStatusResult> listPaloAltoNetworksCloudngfwProductSerialNumberStatus(ListPaloAltoNetworksCloudngfwProductSerialNumberStatusArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:cloudngfw:listPaloAltoNetworksCloudngfwProductSerialNumberStatus
arguments:
# arguments dictionary
The following arguments are supported:
listPaloAltoNetworksCloudngfwProductSerialNumberStatus Result
The following output properties are available:
- Status string
- allocation status of the product serial number
- Serial
Number string - product Serial associated with given resource
- Status string
- allocation status of the product serial number
- Serial
Number string - product Serial associated with given resource
- status String
- allocation status of the product serial number
- serial
Number String - product Serial associated with given resource
- status string
- allocation status of the product serial number
- serial
Number string - product Serial associated with given resource
- status str
- allocation status of the product serial number
- serial_
number str - product Serial associated with given resource
- status String
- allocation status of the product serial number
- serial
Number String - product Serial associated with given resource
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0