ExtendedDatabaseBlobAuditingPolicyListResult Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. ExtendedDatabaseBlobAuditingPolicyListResult
- com.
Implements
public final class ExtendedDatabaseBlobAuditingPolicyListResult
implements JsonSerializable<ExtendedDatabaseBlobAuditingPolicyListResult>
A list of database extended auditing settings.
Constructor Summary
| Constructor | Description |
|---|---|
| ExtendedDatabaseBlobAuditingPolicyListResult() |
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
ExtendedDatabaseBlobAuditingPolicyListResult
public ExtendedDatabaseBlobAuditingPolicyListResult()
Creates an instance of ExtendedDatabaseBlobAuditingPolicyListResult class.
Method Details
fromJson
public static ExtendedDatabaseBlobAuditingPolicyListResult fromJson(JsonReader jsonReader)
Reads an instance of ExtendedDatabaseBlobAuditingPolicyListResult 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<ExtendedDatabaseBlobAuditingPolicyInner> value()
Get the value property: Array of results.
Returns: