Uses of Interface
com.azure.resourcemanager.datafactory.models.PrivateLinkResourcesWrapper
-
Packages that use PrivateLinkResourcesWrapper Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of PrivateLinkResourcesWrapper in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return PrivateLinkResourcesWrapper Modifier and Type Method Description PrivateLinkResourcesWrapper
PrivateLinkResources. get(String resourceGroupName, String factoryName)
Gets the private link resources.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type PrivateLinkResourcesWrapper Modifier and Type Method Description com.azure.core.http.rest.Response<PrivateLinkResourcesWrapper>
PrivateLinkResources. getWithResponse(String resourceGroupName, String factoryName, com.azure.core.util.Context context)
Gets the private link resources.
-