Skip to main content

firewalls_support_info

Creates, updates, deletes, gets or lists a firewalls_support_info resource.

Overview

Namefirewalls_support_info
TypeResource
Idazure_isv.paloalto.firewalls_support_info

Fields

NameDatatypeDescription
accountIdstringSupport account associated with given resource
accountRegisteredstringBoolean Enum
freeTrialstringBoolean Enum
freeTrialCreditLeftintegerFree trial credit remaining
freeTrialDaysLeftintegerFree trial days remaining
helpURLstringURL for paloaltonetworks live community
productSerialstringproduct Serial associated with given resource
productSkustringproduct SKU associated with given resource
registerURLstringURL for registering product in paloaltonetworks Customer Service Portal
supportURLstringURL for paloaltonetworks Customer Service Portal
userDomainSupportedstringBoolean Enum
userRegisteredstringBoolean Enum

Methods

NameAccessible byRequired ParamsDescription
getSELECTfirewallName, resourceGroupName, subscriptionIdsupport info for firewall.

SELECT examples

support info for firewall.

SELECT
accountId,
accountRegistered,
freeTrial,
freeTrialCreditLeft,
freeTrialDaysLeft,
helpURL,
productSerial,
productSku,
registerURL,
supportURL,
userDomainSupported,
userRegistered
FROM azure_isv.paloalto.firewalls_support_info
WHERE firewallName = '{{ firewallName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';