ArmPaloAltoNetworksNgfwModelFactory.LocalRulestackData 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 LocalRulestackData.
public static Azure.ResourceManager.PaloAltoNetworks.Ngfw.LocalRulestackData LocalRulestackData(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.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 LocalRulestackData : 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> * 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.LocalRulestackData
Public Shared Function LocalRulestackData (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 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 LocalRulestackData
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.
- 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 LocalRulestackData instance for mocking.
Applies to
Azure SDK for .NET