PrivateLinkResourcesWrapperInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. PrivateLinkResourcesWrapperInner
- com.
Implements
public final class PrivateLinkResourcesWrapperInner
implements JsonSerializable<PrivateLinkResourcesWrapperInner>
Wrapper for a collection of private link resources.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Private |
fromJson(JsonReader jsonReader)
Reads an instance of Private |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Private |
value()
Get the value property: The value property. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static PrivateLinkResourcesWrapperInner fromJson(JsonReader jsonReader)
Reads an instance of PrivateLinkResourcesWrapperInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List<PrivateLinkResource> value()
Get the value property: The value property.
Returns: