Interface PrivateLinkResourceListResult
public interface PrivateLinkResourceListResult
An immutable client-side representation of PrivateLinkResourceListResult.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.mediaservices.fluent.models.PrivateLinkResourceListResultInner object.value()
Gets the value property: Array of private link resources.
-
Method Details
-
value
List<PrivateLinkResource> value()Gets the value property: Array of private link resources.- Returns:
- the value value.
-
innerModel
PrivateLinkResourceListResultInner innerModel()Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.PrivateLinkResourceListResultInner object.- Returns:
- the inner object.
-