ExtendedSqlPoolBlobAuditingPolicyListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.models.ExtendedSqlPoolBlobAuditingPolicyListResult

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 ExtendedSqlPoolBlobAuditingPolicyListResult class.

Method Summary

Modifier and Type Method and Description
static ExtendedSqlPoolBlobAuditingPolicyListResult fromJson(JsonReader jsonReader)

Reads an instance of ExtendedSqlPoolBlobAuditingPolicyListResult from the JsonReader.

String nextLink()

Get the nextLink property: Link to retrieve next page of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ExtendedSqlPoolBlobAuditingPolicyInner> 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:

jsonReader - The JsonReader being read.

Returns:

An instance of ExtendedSqlPoolBlobAuditingPolicyListResult if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ExtendedSqlPoolBlobAuditingPolicyListResult.

nextLink

public String nextLink()

Get the nextLink property: Link to retrieve next page of results.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<ExtendedSqlPoolBlobAuditingPolicyInner> value()

Get the value property: Array of results.

Returns:

the value value.

Applies to