PrivateLinkResourceListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.storagesync.fluent.models.PrivateLinkResourceListResultInner

Implements

public final class PrivateLinkResourceListResultInner
implements JsonSerializable<PrivateLinkResourceListResultInner>

A list of private link resources for versions before v6. This model represents the standard `PrivateLinkResourceListResult` envelope for versions v3, v4, and v5. It has been deprecated for v6 and beyond. Note: This is only intended for use with versions before v6. Do not use this if you are already on CommonTypes.Version.v6 or beyond. If you are migrating to v6 or above, use `PrivateLinkResourceListResult` directly.

Method Summary

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

Reads an instance of PrivateLinkResourceListResultInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
List<PrivateLinkResource> value()

Get the value property: Array of private link resources.

Methods inherited from java.lang.Object

Method Details

fromJson

public static PrivateLinkResourceListResultInner fromJson(JsonReader jsonReader)

Reads an instance of PrivateLinkResourceListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

value

public List<PrivateLinkResource> value()

Get the value property: Array of private link resources.

Returns:

the value value.

Applies to