PutPropertyBatchOperation

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.

Properties

Name Type Required
PropertyName string Yes
Value PropertyValue Yes
CustomTypeId string No

PropertyName

Type: string
Required: Yes

The name of the Service Fabric property.


Value

Type: PropertyValue
Required: Yes

Describes a Service Fabric property value.


CustomTypeId

Type: string
Required: No

The property's custom type ID. Using this property, the user is able to tag the type of the value of the property.