ListSqlPoolSecurityAlertPolicies Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. ListSqlPoolSecurityAlertPolicies
- com.
Implements
public final class ListSqlPoolSecurityAlertPolicies
implements JsonSerializable<ListSqlPoolSecurityAlertPolicies>
A list of SQL pool security alert policies.
Constructor Summary
| Constructor | Description |
|---|---|
| ListSqlPoolSecurityAlertPolicies() |
Creates an instance of List |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
List |
fromJson(JsonReader jsonReader)
Reads an instance of List |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Sql |
value()
Get the value property: Array of results. |
Methods inherited from java.lang.Object
Constructor Details
ListSqlPoolSecurityAlertPolicies
public ListSqlPoolSecurityAlertPolicies()
Creates an instance of ListSqlPoolSecurityAlertPolicies class.
Method Details
fromJson
public static ListSqlPoolSecurityAlertPolicies fromJson(JsonReader jsonReader)
Reads an instance of ListSqlPoolSecurityAlertPolicies 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<SqlPoolSecurityAlertPolicyInner> value()
Get the value property: Array of results.
Returns: