SignaturesOverridesInner Class

public final class SignaturesOverridesInner
extends ProxyResource

Contains all specific policy signatures overrides for the IDPS.

Constructor Summary

Constructor Description
SignaturesOverridesInner()

Creates an instance of SignaturesOverridesInner class.

Method Summary

Modifier and Type Method and Description
static SignaturesOverridesInner fromJson(JsonReader jsonReader)

Reads an instance of SignaturesOverridesInner from the JsonReader.

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).

SignaturesOverridesProperties properties()

Get the properties property: Will contain the properties of the resource (the actual signature overrides).

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: Will contain the type of the resource: Microsoft.Network/firewallPolicies/intrusionDetectionSignaturesOverrides.

void validate()

Validates the instance.

SignaturesOverridesInner withId(String id)

Set the id property: Will contain the resource id of the signature override resource.

SignaturesOverridesInner withName(String name)

Set the name property: Contains the name of the resource (default).

SignaturesOverridesInner withProperties(SignaturesOverridesProperties properties)

Set the properties property: Will contain the properties of the resource (the actual signature overrides).

SignaturesOverridesInner withType(String type)

Set the type property: Will contain the type of the resource: Microsoft.Network/firewallPolicies/intrusionDetectionSignaturesOverrides.

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:

jsonReader - The JsonReader being read.

Returns:

An instance of SignaturesOverridesInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Will contain the resource id of the signature override resource.

Overrides:

SignaturesOverridesInner.id()

Returns:

the id value.

name

public String name()

Get the name property: Contains the name of the resource (default).

Overrides:

SignaturesOverridesInner.name()

Returns:

the name value.

properties

public SignaturesOverridesProperties properties()

Get the properties property: Will contain the properties of the resource (the actual signature overrides).

Returns:

the properties value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

SignaturesOverridesInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: Will contain the type of the resource: Microsoft.Network/firewallPolicies/intrusionDetectionSignaturesOverrides.

Overrides:

SignaturesOverridesInner.type()

Returns:

the type value.

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:

id - the id value to set.

Returns:

the SignaturesOverridesInner object itself.

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.

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.

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.

Applies to