Uses of Class
com.azure.resourcemanager.datafactory.models.FactoryUpdateParameters
Package
Description
Package containing the service clients for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of FactoryUpdateParameters in com.azure.resourcemanager.datafactory.fluent
Modifier and TypeMethodDescriptionFactoriesClient.update
(String resourceGroupName, String factoryName, FactoryUpdateParameters factoryUpdateParameters) Updates a factory.com.azure.core.http.rest.Response<FactoryInner>
FactoriesClient.updateWithResponse
(String resourceGroupName, String factoryName, FactoryUpdateParameters factoryUpdateParameters, com.azure.core.util.Context context) Updates a factory. -
Uses of FactoryUpdateParameters in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionFactoryUpdateParameters.withIdentity
(FactoryIdentity identity) Set the identity property: Managed service identity of the factory.FactoryUpdateParameters.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.Set the tags property: The resource tags.