Class GroupIdInformationResponseInner
java.lang.Object
com.azure.resourcemanager.digitaltwins.fluent.models.GroupIdInformationResponseInner
The available private link resources for a Digital Twin.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.value()
Get the value property: The list of available private link resources for a Digital Twin.withValue
(List<GroupIdInformationInner> value) Set the value property: The list of available private link resources for a Digital Twin.
-
Constructor Details
-
GroupIdInformationResponseInner
public GroupIdInformationResponseInner()
-
-
Method Details
-
value
Get the value property: The list of available private link resources for a Digital Twin.- Returns:
- the value value.
-
withValue
Set the value property: The list of available private link resources for a Digital Twin.- Parameters:
value
- the value value to set.- Returns:
- the GroupIdInformationResponseInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-