SignaturesOverridesInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. network. fluent. models. SignaturesOverridesInner
- com.
- com.
public final class SignaturesOverridesInner
extends ProxyResource
Contains all specific policy signatures overrides for the IDPS.
Constructor Summary
Constructor | Description |
---|---|
SignaturesOverridesInner() |
Creates an instance of Signatures |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Signatures |
fromJson(JsonReader jsonReader)
Reads an instance of Signatures |
String |
id()
Get the id property: Will contain the resource id of the signature override resource. |
String |
name()
Get the name property: Contains the name of the resource (default). |
Signatures |
properties()
Get the properties property: Will contain the properties of the resource (the actual signature overrides). |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: Will contain the type of the resource: Microsoft. |
void |
validate()
Validates the instance. |
Signatures |
withId(String id)
Set the id property: Will contain the resource id of the signature override resource. |
Signatures |
withName(String name)
Set the name property: Contains the name of the resource (default). |
Signatures |
withProperties(SignaturesOverridesProperties properties)
Set the properties property: Will contain the properties of the resource (the actual signature overrides). |
Signatures |
withType(String type)
Set the type property: Will contain the type of the resource: Microsoft. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
SignaturesOverridesInner
public SignaturesOverridesInner()
Creates an instance of SignaturesOverridesInner class.
Method Details
fromJson
public static SignaturesOverridesInner fromJson(JsonReader jsonReader)
Reads an instance of SignaturesOverridesInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Will contain the resource id of the signature override resource.
Overrides:
SignaturesOverridesInner.id()Returns:
name
public String name()
Get the name property: Contains the name of the resource (default).
Overrides:
SignaturesOverridesInner.name()Returns:
properties
public SignaturesOverridesProperties properties()
Get the properties property: Will contain the properties of the resource (the actual signature overrides).
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SignaturesOverridesInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Will contain the type of the resource: Microsoft.Network/firewallPolicies/intrusionDetectionSignaturesOverrides.
Overrides:
SignaturesOverridesInner.type()Returns:
validate
public void validate()
Validates the instance.
withId
public SignaturesOverridesInner withId(String id)
Set the id property: Will contain the resource id of the signature override resource.
Parameters:
Returns:
withName
public SignaturesOverridesInner withName(String name)
Set the name property: Contains the name of the resource (default).
Parameters:
Returns:
withProperties
public SignaturesOverridesInner withProperties(SignaturesOverridesProperties properties)
Set the properties property: Will contain the properties of the resource (the actual signature overrides).
Parameters:
Returns:
withType
public SignaturesOverridesInner withType(String type)
Set the type property: Will contain the type of the resource: Microsoft.Network/firewallPolicies/intrusionDetectionSignaturesOverrides.
Parameters:
Returns:
Applies to
Azure SDK for Java