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.
Constructor Summary
Constructor | Description |
---|---|
PrivateLinkResourcesWrapperInner() |
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: The value property. |
Private |
withValue(List<PrivateLinkResource> value)
Set the value property: The value property. |
Methods inherited from java.lang.Object
Constructor Details
PrivateLinkResourcesWrapperInner
public PrivateLinkResourcesWrapperInner()
Creates an instance of PrivateLinkResourcesWrapperInner class.
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
Get the value property: The value property.
Returns:
withValue
public PrivateLinkResourcesWrapperInner withValue(List
Set the value property: The value property.
Parameters:
Returns:
Applies to
Azure SDK for Java