PrivateLinkResourceListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. storage. fluent. models. PrivateLinkResourceListResultInner
- com.
Implements
public final class PrivateLinkResourceListResultInner
implements JsonSerializable<PrivateLinkResourceListResultInner>
A list of private link resources.
Constructor | Description |
---|---|
Private |
Creates an instance of Private |
Modifier and Type | Method and Description |
---|---|
static
Private |
from Reads an instance of Private |
Json |
to |
void |
validate()
Validates the instance. |
List<Private |
value()
Get the value property: Array of private link resources. |
Private |
with Set the value property: Array of private link resources. |
Methods inherited from java.lang.Object
PrivateLinkResourceListResultInner
public PrivateLinkResourceListResultInner()
Creates an instance of PrivateLinkResourceListResultInner class.
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
Get the value property: Array of private link resources.
Returns:
withValue
public PrivateLinkResourceListResultInner withValue(List
Set the value property: Array of private link resources.
Parameters:
Returns: