PropertyDescription

Description of a Service Fabric property.

Properties

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

PropertyName

Type: string
Required: Yes

The name of the Service Fabric property.


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.


Value

Type: PropertyValue
Required: Yes

Describes a Service Fabric property value.