PutPropertyBatchOperation Class
Puts the specified property under the specified name. Note that if one PropertyBatchOperation in a PropertyBatch fails, the entire batch fails and cannot be committed in a transactional manner.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.servicefabric.models._models_py3.PropertyBatchOperationPutPropertyBatchOperation
Constructor
PutPropertyBatchOperation(*, property_name: str, value, custom_type_id: Optional[str] = None, **kwargs)
Parameters
- custom_type_id
- str
Required
The property's custom type ID. Using this property, the user is able to tag the type of the value of the property.
Feedback
Submit and view feedback for