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