ReplaceAllFirewallRulesOperationResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. fluent. models. ReplaceAllFirewallRulesOperationResponseInner
- com.
Implements
public final class ReplaceAllFirewallRulesOperationResponseInner
implements JsonSerializable<ReplaceAllFirewallRulesOperationResponseInner>
An existing operation for replacing the firewall rules.
Constructor Summary
| Constructor | Description |
|---|---|
| ReplaceAllFirewallRulesOperationResponseInner() |
Creates an instance of Replace |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Replace |
fromJson(JsonReader jsonReader)
Reads an instance of Replace |
| String |
operationId()
Get the operation |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Replace |
withOperationId(String operationId)
Set the operation |
Methods inherited from java.lang.Object
Constructor Details
ReplaceAllFirewallRulesOperationResponseInner
public ReplaceAllFirewallRulesOperationResponseInner()
Creates an instance of ReplaceAllFirewallRulesOperationResponseInner class.
Method Details
fromJson
public static ReplaceAllFirewallRulesOperationResponseInner fromJson(JsonReader jsonReader)
Reads an instance of ReplaceAllFirewallRulesOperationResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
operationId
public String operationId()
Get the operationId property: The operation ID.
Returns:
toJson
validate
public void validate()
Validates the instance.
withOperationId
public ReplaceAllFirewallRulesOperationResponseInner withOperationId(String operationId)
Set the operationId property: The operation ID.
Parameters:
Returns: