Uses of Class
com.azure.resourcemanager.datafactory.models.PrivateLinkResource
-
Packages that use PrivateLinkResource Package Description 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 PrivateLinkResource in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return types with arguments of type PrivateLinkResource Modifier and Type Method Description List<PrivateLinkResource>
PrivateLinkResourcesWrapperInner. value()
Get the value property: The value property.Method parameters in com.azure.resourcemanager.datafactory.fluent.models with type arguments of type PrivateLinkResource Modifier and Type Method Description PrivateLinkResourcesWrapperInner
PrivateLinkResourcesWrapperInner. withValue(List<PrivateLinkResource> value)
Set the value property: The value property. -
Uses of PrivateLinkResource in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return PrivateLinkResource Modifier and Type Method Description PrivateLinkResource
PrivateLinkResource. withId(String id)
PrivateLinkResource
PrivateLinkResource. withProperties(PrivateLinkResourceProperties properties)
Set the properties property: Core resource properties.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type PrivateLinkResource Modifier and Type Method Description List<PrivateLinkResource>
PrivateLinkResourcesWrapper. value()
Gets the value property: The value property.
-