FactoryUpdateParameters interface
Parameters for updating a factory resource.
Properties
identity | Managed service identity of the factory. |
public |
Whether or not public network access is allowed for the data factory. |
tags | The resource tags. |
Property Details
identity
publicNetworkAccess
Whether or not public network access is allowed for the data factory.
publicNetworkAccess?: string
Property Value
string
tags
The resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}