共用方式為


SignaturesOverrides Constructors

Definition

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