SuccessfulPropertyBatchInfo Class
Derived from PropertyBatchInfo. Represents the property batch succeeding. Contains the results of any "Get" operations in the batch.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.servicefabric.models._models_py3.PropertyBatchInfoSuccessfulPropertyBatchInfo
Constructor
SuccessfulPropertyBatchInfo(*, properties=None, **kwargs)
Parameters
- properties
- dict[str, PropertyInfo]
Required
A map containing the properties that were requested through any "Get" property batch operations. The key represents the index of the "Get" operation in the original request, in string form. The value is the property. If a property is not found, it will not be in the map.
Feedback
Submit and view feedback for