PrivateEndpointConnectionsResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. digitaltwins. fluent. models. PrivateEndpointConnectionsResponseInner
- com.
Implements
public final class PrivateEndpointConnectionsResponseInner
implements JsonSerializable<PrivateEndpointConnectionsResponseInner>
The available private link connections for a Digital Twin.
Constructor Summary
| Constructor | Description |
|---|---|
| PrivateEndpointConnectionsResponseInner() |
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 list of available private link connections for a Digital Twin. |
|
Private |
withValue(List<PrivateEndpointConnectionInner> value)
Set the value property: The list of available private link connections for a Digital Twin. |
Methods inherited from java.lang.Object
Constructor Details
PrivateEndpointConnectionsResponseInner
public PrivateEndpointConnectionsResponseInner()
Creates an instance of PrivateEndpointConnectionsResponseInner class.
Method Details
fromJson
public static PrivateEndpointConnectionsResponseInner fromJson(JsonReader jsonReader)
Reads an instance of PrivateEndpointConnectionsResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List<PrivateEndpointConnectionInner> value()
Get the value property: The list of available private link connections for a Digital Twin.
Returns:
withValue
public PrivateEndpointConnectionsResponseInner withValue(List<PrivateEndpointConnectionInner> value)
Set the value property: The list of available private link connections for a Digital Twin.
Parameters:
Returns: