ArmPaloAltoNetworksNgfwModelFactory.PaloAltoNetworksFirewallData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of PaloAltoNetworksFirewallData.
public static Azure.ResourceManager.PaloAltoNetworks.Ngfw.PaloAltoNetworksFirewallData PaloAltoNetworksFirewallData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ETag? panETag = default, Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallNetworkProfile networkProfile = default, Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallBooleanType? isPanoramaManaged = default, Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallPanoramaConfiguration panoramaConfig = default, Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackDetails associatedRulestack = default, Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallDnsSettings dnsSettings = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallFrontendSetting> frontEndSettings = default, Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallProvisioningState? provisioningState = default, Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallBillingPlanInfo planData = default, Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.PanFirewallMarketplaceDetails marketplaceDetails = default);
static member PaloAltoNetworksFirewallData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Models.ManagedServiceIdentity * Nullable<Azure.ETag> * Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallNetworkProfile * Nullable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallBooleanType> * Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallPanoramaConfiguration * Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackDetails * Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallDnsSettings * seq<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallFrontendSetting> * Nullable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallProvisioningState> * Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallBillingPlanInfo * Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.PanFirewallMarketplaceDetails -> Azure.ResourceManager.PaloAltoNetworks.Ngfw.PaloAltoNetworksFirewallData
Public Shared Function PaloAltoNetworksFirewallData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional panETag As Nullable(Of ETag) = Nothing, Optional networkProfile As FirewallNetworkProfile = Nothing, Optional isPanoramaManaged As Nullable(Of FirewallBooleanType) = Nothing, Optional panoramaConfig As FirewallPanoramaConfiguration = Nothing, Optional associatedRulestack As RulestackDetails = Nothing, Optional dnsSettings As FirewallDnsSettings = Nothing, Optional frontEndSettings As IEnumerable(Of FirewallFrontendSetting) = Nothing, Optional provisioningState As Nullable(Of FirewallProvisioningState) = Nothing, Optional planData As FirewallBillingPlanInfo = Nothing, Optional marketplaceDetails As PanFirewallMarketplaceDetails = Nothing) As PaloAltoNetworksFirewallData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- identity
- ManagedServiceIdentity
The managed service identities assigned to this resource.
- networkProfile
- FirewallNetworkProfile
Network settings.
- isPanoramaManaged
- Nullable<FirewallBooleanType>
Panorama Managed: Default is False. Default will be CloudSec managed.
- panoramaConfig
- FirewallPanoramaConfiguration
Panorama Configuration.
- associatedRulestack
- RulestackDetails
Associated Rulestack.
- dnsSettings
- FirewallDnsSettings
DNS settings for Firewall.
- frontEndSettings
- IEnumerable<FirewallFrontendSetting>
Frontend settings for Firewall.
- provisioningState
- Nullable<FirewallProvisioningState>
Provisioning state of the resource.
- planData
- FirewallBillingPlanInfo
Billing plan information.
- marketplaceDetails
- PanFirewallMarketplaceDetails
Marketplace details.
Returns
A new PaloAltoNetworksFirewallData instance for mocking.
Applies to
Azure SDK for .NET