PropertyBatchOperation Class

Represents the base type for property operations that can be put into a batch and submitted.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: CheckExistsPropertyBatchOperation, CheckSequencePropertyBatchOperation, CheckValuePropertyBatchOperation, DeletePropertyBatchOperation, GetPropertyBatchOperation, PutPropertyBatchOperation

All required parameters must be populated in order to send to Azure.

Inheritance
PropertyBatchOperation

Constructor

PropertyBatchOperation(*, property_name: str, **kwargs)

Parameters

property_name
str
Required

Required. The name of the Service Fabric property.

kind
str
Required

Required. Constant filled by server.