DoublePropertyValue Class

Describes a Service Fabric property value of type Double.

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

Inheritance
azure.servicefabric.models._models_py3.PropertyValue
DoublePropertyValue

Constructor

DoublePropertyValue(*, data: float, **kwargs)

Parameters

kind
str
Required

Required. Constant filled by server.

data
float
Required

Required. The data of the property value.