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: Resource ID. |
| String |
name()
Get the name property: Resource name. |
|
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: Resource type. |
| void |
validate()
Validates the instance. |
|
Signatures |
withId(String id)
Set the id property: Resource ID. |
|
Signatures |
withName(String name)
Set the name property: Resource name. |
|
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: Resource type. |
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: Resource ID.
Overrides:
SignaturesOverridesInner.id()Returns:
name
public String name()
Get the name property: Resource name.
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: Resource type.
Overrides:
SignaturesOverridesInner.type()Returns:
validate
public void validate()
Validates the instance.
withId
public SignaturesOverridesInner withId(String id)
Set the id property: Resource ID.
Parameters:
Returns:
withName
public SignaturesOverridesInner withName(String name)
Set the name property: Resource name.
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: Resource type.
Parameters:
Returns: