FactoryUpdateParameters interface
用于更新工厂资源的参数。
属性
| identity | 工厂的托管服务标识。 |
| public |
是否允许对数据工厂进行公用网络访问。 |
| tags | 资源标记。 |
属性详细信息
identity
publicNetworkAccess
是否允许对数据工厂进行公用网络访问。
publicNetworkAccess?: string
属性值
string
tags
资源标记。
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}