GetPropertyBatchOperation Class

Represents a PropertyBatchOperation that gets the specified property if it exists. 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
GetPropertyBatchOperation

Constructor

GetPropertyBatchOperation(*, property_name: str, include_value: bool = False, **kwargs)

Parameters

property_name
str
Required

Required. The name of the Service Fabric property.

kind
str
Required

Required. Constant filled by server.

include_value
bool
Required

Whether or not to return the property value with the metadata. True if values should be returned with the metadata; False to return only property metadata. Default value: False .