Class SignaturesOverridesInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.network.fluent.models.SignaturesOverridesInner
-
public final class SignaturesOverridesInner extends com.azure.core.management.ProxyResourceContains all specific policy signatures overrides for the IDPS.
-
-
Constructor Summary
Constructors Constructor Description SignaturesOverridesInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id property: Will contain the resource id of the signature override resource.Stringname()Get the name property: Contains the name of the resource (default).SignaturesOverridesPropertiesproperties()Get the properties property: Will contain the properties of the resource (the actual signature overrides).Stringtype()Get the type property: Will contain the type of the resource: Microsoft.Network/firewallPolicies/intrusionDetectionSignaturesOverrides.voidvalidate()Validates the instance.SignaturesOverridesInnerwithId(String id)Set the id property: Will contain the resource id of the signature override resource.SignaturesOverridesInnerwithName(String name)Set the name property: Contains the name of the resource (default).SignaturesOverridesInnerwithProperties(SignaturesOverridesProperties properties)Set the properties property: Will contain the properties of the resource (the actual signature overrides).SignaturesOverridesInnerwithType(String type)Set the type property: Will contain the type of the resource: Microsoft.Network/firewallPolicies/intrusionDetectionSignaturesOverrides.
-
-
-
Method Detail
-
name
public String name()
Get the name property: Contains the name of the resource (default).- Overrides:
namein classcom.azure.core.management.ProxyResource- Returns:
- the name value.
-
withName
public SignaturesOverridesInner withName(String name)
Set the name property: Contains the name of the resource (default).- Parameters:
name- the name value to set.- Returns:
- the SignaturesOverridesInner object itself.
-
id
public String id()
Get the id property: Will contain the resource id of the signature override resource.- Overrides:
idin classcom.azure.core.management.ProxyResource- Returns:
- the id value.
-
withId
public SignaturesOverridesInner withId(String id)
Set the id property: Will contain the resource id of the signature override resource.- Parameters:
id- the id value to set.- Returns:
- the SignaturesOverridesInner object itself.
-
type
public String type()
Get the type property: Will contain the type of the resource: Microsoft.Network/firewallPolicies/intrusionDetectionSignaturesOverrides.- Overrides:
typein classcom.azure.core.management.ProxyResource- Returns:
- the type value.
-
withType
public SignaturesOverridesInner withType(String type)
Set the type property: Will contain the type of the resource: Microsoft.Network/firewallPolicies/intrusionDetectionSignaturesOverrides.- Parameters:
type- the type value to set.- Returns:
- the SignaturesOverridesInner object itself.
-
properties
public SignaturesOverridesProperties properties()
Get the properties property: Will contain the properties of the resource (the actual signature overrides).- Returns:
- the properties value.
-
withProperties
public SignaturesOverridesInner withProperties(SignaturesOverridesProperties properties)
Set the properties property: Will contain the properties of the resource (the actual signature overrides).- Parameters:
properties- the properties value to set.- Returns:
- the SignaturesOverridesInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-