BinaryPropertyValue Class

Describes a Service Fabric property value of type Binary.

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

Inheritance
azure.servicefabric.models._models_py3.PropertyValue
BinaryPropertyValue

Constructor

BinaryPropertyValue(*, data, **kwargs)

Parameters

kind
str
Required

Required. Constant filled by server.

data
list[int]
Required

Required. Array of bytes to be sent as an integer array. Each element of array is a number between 0 and 255.