PropertyDescription Class

Description of a Service Fabric property.

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

Inheritance
PropertyDescription

Constructor

PropertyDescription(*, property_name: str, value, custom_type_id: Optional[str] = None, **kwargs)

Parameters

property_name
str
Required

Required. The name of the Service Fabric property.

custom_type_id
str
Required

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

value
PropertyValue
Required

Required. Describes a Service Fabric property value.