GroupIdInformationResponse Interface

public interface GroupIdInformationResponse

An immutable client-side representation of GroupIdInformationResponse.

Method Summary

Modifier and Type Method and Description
abstract GroupIdInformationResponseInner innerModel()

Gets the inner com.azure.resourcemanager.digitaltwins.fluent.models.GroupIdInformationResponseInner object.

abstract List<GroupIdInformation> value()

Gets the value property: The list of available private link resources for a Digital Twin.

Method Details

innerModel

public abstract GroupIdInformationResponseInner innerModel()

Gets the inner com.azure.resourcemanager.digitaltwins.fluent.models.GroupIdInformationResponseInner object.

Returns:

the inner object.

value

public abstract List<GroupIdInformation> value()

Gets the value property: The list of available private link resources for a Digital Twin.

Returns:

the value value.

Applies to