FactoryUpdateParameters Class
Parameters for updating a factory resource.
Constructor
FactoryUpdateParameters(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
tags
|
The resource tags. |
|
identity
|
Managed service identity of the factory. |
|
properties
|
Properties of update the factory. |
Attributes
identity
Managed service identity of the factory.
identity: _models.FactoryIdentity | None
properties
Properties of update the factory.
properties: _models.FactoryUpdateProperties | None
tags
The resource tags.
tags: dict[str, str] | None