مشاركة عبر


ManagedTransparentDataEncryptionListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.sql.models.ManagedTransparentDataEncryptionListResult

Implements

public final class ManagedTransparentDataEncryptionListResult
implements JsonSerializable<ManagedTransparentDataEncryptionListResult>

A list of managed transparent data encryptions.

Constructor Summary

Constructor Description
ManagedTransparentDataEncryptionListResult()

Creates an instance of ManagedTransparentDataEncryptionListResult class.

Method Summary

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

Reads an instance of ManagedTransparentDataEncryptionListResult 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<ManagedTransparentDataEncryptionInner> value()

Get the value property: Array of results.

Methods inherited from java.lang.Object

Constructor Details

ManagedTransparentDataEncryptionListResult

public ManagedTransparentDataEncryptionListResult()

Creates an instance of ManagedTransparentDataEncryptionListResult class.

Method Details

fromJson

public static ManagedTransparentDataEncryptionListResult fromJson(JsonReader jsonReader)

Reads an instance of ManagedTransparentDataEncryptionListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ManagedTransparentDataEncryptionListResult 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 ManagedTransparentDataEncryptionListResult.

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<ManagedTransparentDataEncryptionInner> value()

Get the value property: Array of results.

Returns:

the value value.

Applies to