Interface PrivateLinkResourcesWrapper
public interface PrivateLinkResourcesWrapper
An immutable client-side representation of PrivateLinkResourcesWrapper.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.datafactory.fluent.models.PrivateLinkResourcesWrapperInner object.value()
Gets the value property: The value property.
-
Method Details
-
value
List<PrivateLinkResource> value()Gets the value property: The value property.- Returns:
- the value value.
-
innerModel
PrivateLinkResourcesWrapperInner innerModel()Gets the inner com.azure.resourcemanager.datafactory.fluent.models.PrivateLinkResourcesWrapperInner object.- Returns:
- the inner object.
-