LogicalServerSecurityAlertPolicyListResult Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. LogicalServerSecurityAlertPolicyListResult
- com.
Implements
public final class LogicalServerSecurityAlertPolicyListResult
implements JsonSerializable<LogicalServerSecurityAlertPolicyListResult>
A list of the server's security alert policies.
Constructor Summary
| Constructor | Description |
|---|---|
| LogicalServerSecurityAlertPolicyListResult() |
Creates an instance of Logical |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Logical |
fromJson(JsonReader jsonReader)
Reads an instance of Logical |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Server |
value()
Get the value property: Array of results. |
Methods inherited from java.lang.Object
Constructor Details
LogicalServerSecurityAlertPolicyListResult
public LogicalServerSecurityAlertPolicyListResult()
Creates an instance of LogicalServerSecurityAlertPolicyListResult class.
Method Details
fromJson
public static LogicalServerSecurityAlertPolicyListResult fromJson(JsonReader jsonReader)
Reads an instance of LogicalServerSecurityAlertPolicyListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link to retrieve next page of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ServerSecurityAlertPolicyInner> value()
Get the value property: Array of results.
Returns: