SignaturesOverrides Constructors
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.
Overloads
SignaturesOverrides() |
Initializes a new instance of the SignaturesOverrides class. |
SignaturesOverrides(String, String, String, SignaturesOverridesProperties) |
Initializes a new instance of the SignaturesOverrides class. |
SignaturesOverrides()
Initializes a new instance of the SignaturesOverrides class.
public SignaturesOverrides ();
Public Sub New ()
Applies to
SignaturesOverrides(String, String, String, SignaturesOverridesProperties)
Initializes a new instance of the SignaturesOverrides class.
public SignaturesOverrides (string name = default, string id = default, string type = default, Microsoft.Azure.Management.Network.Models.SignaturesOverridesProperties properties = default);
new Microsoft.Azure.Management.Network.Models.SignaturesOverrides : string * string * string * Microsoft.Azure.Management.Network.Models.SignaturesOverridesProperties -> Microsoft.Azure.Management.Network.Models.SignaturesOverrides
Public Sub New (Optional name As String = Nothing, Optional id As String = Nothing, Optional type As String = Nothing, Optional properties As SignaturesOverridesProperties = Nothing)
Parameters
- name
- String
Contains the name of the resource (default)
- id
- String
Will contain the resource id of the signature override resource
- type
- String
Will contain the type of the resource: Microsoft.Network/firewallPolicies/intrusionDetectionSignaturesOverrides
- properties
- SignaturesOverridesProperties
Will contain the properties of the resource (the actual signature overrides)
Applies to
Azure SDK for .NET