Freigeben über


FactoryUpdateParameters interface

Parameters for updating a factory resource.

Properties

identity

Managed service identity of the factory.

publicNetworkAccess

Whether or not public network access is allowed for the data factory.

tags

The resource tags.

Property Details

identity

Managed service identity of the factory.

identity?: FactoryIdentity

Property Value

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}