Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.PrivateLinkResourcesWrapperInner
-
Packages that use PrivateLinkResourcesWrapperInner Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of PrivateLinkResourcesWrapperInner in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent that return PrivateLinkResourcesWrapperInner Modifier and Type Method Description PrivateLinkResourcesWrapperInner
PrivateLinkResourcesClient. get(String resourceGroupName, String factoryName)
Gets the private link resources.Methods in com.azure.resourcemanager.datafactory.fluent that return types with arguments of type PrivateLinkResourcesWrapperInner Modifier and Type Method Description com.azure.core.http.rest.Response<PrivateLinkResourcesWrapperInner>
PrivateLinkResourcesClient. getWithResponse(String resourceGroupName, String factoryName, com.azure.core.util.Context context)
Gets the private link resources. -
Uses of PrivateLinkResourcesWrapperInner in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return PrivateLinkResourcesWrapperInner Modifier and Type Method Description PrivateLinkResourcesWrapperInner
PrivateLinkResourcesWrapperInner. withValue(List<PrivateLinkResource> value)
Set the value property: The value property. -
Uses of PrivateLinkResourcesWrapperInner in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return PrivateLinkResourcesWrapperInner Modifier and Type Method Description PrivateLinkResourcesWrapperInner
PrivateLinkResourcesWrapper. innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.PrivateLinkResourcesWrapperInner object.
-