Uses of Class
com.azure.resourcemanager.datafactory.models.FactoryUpdateParameters
-
Packages that use FactoryUpdateParameters Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of FactoryUpdateParameters in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent with parameters of type FactoryUpdateParameters Modifier and Type Method Description FactoryInner
FactoriesClient. 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
Methods in com.azure.resourcemanager.datafactory.models that return FactoryUpdateParameters Modifier and Type Method Description FactoryUpdateParameters
FactoryUpdateParameters. withIdentity(FactoryIdentity identity)
Set the identity property: Managed service identity of the factory.FactoryUpdateParameters
FactoryUpdateParameters. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Whether or not public network access is allowed for the data factory.FactoryUpdateParameters
FactoryUpdateParameters. withTags(Map<String,String> tags)
Set the tags property: The resource tags.
-