PrivateLinkResourceListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. compute. fluent. models. PrivateLinkResourceListResultInner
- com.
Implements
public final class PrivateLinkResourceListResultInner
implements JsonSerializable<PrivateLinkResourceListResultInner>
A list of private link resources.
Constructor Summary
| Constructor | Description |
|---|---|
| PrivateLinkResourceListResultInner() |
Creates an instance of Private |
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: Array of private link resources. |
|
Private |
withValue(List<PrivateLinkResource> value)
Set the value property: Array of private link resources. |
Methods inherited from java.lang.Object
Constructor Details
PrivateLinkResourceListResultInner
public PrivateLinkResourceListResultInner()
Creates an instance of PrivateLinkResourceListResultInner class.
Method Details
fromJson
public static PrivateLinkResourceListResultInner fromJson(JsonReader jsonReader)
Reads an instance of PrivateLinkResourceListResultInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List<PrivateLinkResource> value()
Get the value property: Array of private link resources.
Returns:
withValue
public PrivateLinkResourceListResultInner withValue(List<PrivateLinkResource> value)
Set the value property: Array of private link resources.
Parameters:
Returns: