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.PropertyBatchOperation
PutPropertyBatchOperation

Constructor

PutPropertyBatchOperation(*, property_name: str, value, custom_type_id: Optional[str] = None, **kwargs)

Parameters

property_name
str
Required

Required. The name of the Service Fabric property.

kind
str
Required

Required. Constant filled by server.

value
PropertyValue
Required

Required. Describes a Service Fabric property value.

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.