SignaturesOverrides Class
Contains all specific policy signatures overrides for the IDPS.
- Inheritance
-
azure.mgmt.network._serialization.ModelSignaturesOverrides
Constructor
SignaturesOverrides(*, name: str | None = None, id: str | None = None, type: str | None = None, properties: _models.SignaturesOverridesProperties | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Contains the name of the resource (default). |
id
|
Will contain the resource id of the signature override resource. |
type
|
Will contain the type of the resource: Microsoft.Network/firewallPolicies/intrusionDetectionSignaturesOverrides. |
properties
|
Will contain the properties of the resource (the actual signature overrides). |
Variables
Name | Description |
---|---|
name
|
Contains the name of the resource (default). |
id
|
Will contain the resource id of the signature override resource. |
type
|
Will contain the type of the resource: Microsoft.Network/firewallPolicies/intrusionDetectionSignaturesOverrides. |
properties
|
Will contain the properties of the resource (the actual signature overrides). |
Azure SDK for Python