PrivateLinkResourceListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. storagesync. fluent. models. PrivateLinkResourceListResultInner
- com.
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
Private |
fromJson(JsonReader jsonReader)
Reads an instance of Private |
|
Json |
toJson(JsonWriter jsonWriter) |
|
List<Private |
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:
Returns:
Throws:
toJson
value
public List<PrivateLinkResource> value()
Get the value property: Array of private link resources.
Returns: