Share via


ArmPaloAltoNetworksNgfwModelFactory.GlobalRulestackData Method

Definition

Initializes a new instance of GlobalRulestackData.

public static Azure.ResourceManager.PaloAltoNetworks.Ngfw.GlobalRulestackData GlobalRulestackData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ETag? panETag = default, Azure.Core.AzureLocation? panLocation = default, Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackScopeType? scope = default, System.Collections.Generic.IEnumerable<string> associatedSubscriptions = default, string description = default, Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RuleCreationDefaultMode? defaultMode = default, string minAppIdVersion = default, Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallProvisioningState? provisioningState = default, Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackSecurityServices securityServices = default);
static member GlobalRulestackData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.Core.AzureLocation * Azure.ResourceManager.Models.ManagedServiceIdentity * Nullable<Azure.ETag> * Nullable<Azure.Core.AzureLocation> * Nullable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackScopeType> * seq<string> * string * Nullable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RuleCreationDefaultMode> * string * Nullable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallProvisioningState> * Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackSecurityServices -> Azure.ResourceManager.PaloAltoNetworks.Ngfw.GlobalRulestackData
Public Shared Function GlobalRulestackData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional location As AzureLocation = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional panETag As Nullable(Of ETag) = Nothing, Optional panLocation As Nullable(Of AzureLocation) = Nothing, Optional scope As Nullable(Of RulestackScopeType) = Nothing, Optional associatedSubscriptions As IEnumerable(Of String) = Nothing, Optional description As String = Nothing, Optional defaultMode As Nullable(Of RuleCreationDefaultMode) = Nothing, Optional minAppIdVersion As String = Nothing, Optional provisioningState As Nullable(Of FirewallProvisioningState) = Nothing, Optional securityServices As RulestackSecurityServices = Nothing) As GlobalRulestackData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

location
AzureLocation

Global Location.

identity
ManagedServiceIdentity

The managed service identities assigned to this resource.

panETag
Nullable<ETag>

PanEtag info.

panLocation
Nullable<AzureLocation>

Rulestack Location, Required for GlobalRulestacks, Not for LocalRulestacks.

scope
Nullable<RulestackScopeType>

Rulestack Type.

associatedSubscriptions
IEnumerable<String>

subscription scope of global rulestack.

description
String

rulestack description.

defaultMode
Nullable<RuleCreationDefaultMode>

Mode for default rules creation.

minAppIdVersion
String

minimum version.

provisioningState
Nullable<FirewallProvisioningState>

Provisioning state of the resource.

securityServices
RulestackSecurityServices

Security Profile.

Returns

A new GlobalRulestackData instance for mocking.

Applies to