Interface GroupIdInformationResponse
public interface GroupIdInformationResponse
An immutable client-side representation of GroupIdInformationResponse.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.digitaltwins.fluent.models.GroupIdInformationResponseInner object.value()
Gets the value property: The list of available private link resources for a Digital Twin.
-
Method Details
-
value
List<GroupIdInformation> value()Gets the value property: The list of available private link resources for a Digital Twin.- Returns:
- the value value.
-
innerModel
GroupIdInformationResponseInner innerModel()Gets the inner com.azure.resourcemanager.digitaltwins.fluent.models.GroupIdInformationResponseInner object.- Returns:
- the inner object.
-