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