HubBillingInfoFormat Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Hub billing info.
public class HubBillingInfoFormat : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CustomerInsights.Models.HubBillingInfoFormat>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CustomerInsights.Models.HubBillingInfoFormat>
type HubBillingInfoFormat = class
interface IJsonModel<HubBillingInfoFormat>
interface IPersistableModel<HubBillingInfoFormat>
Public Class HubBillingInfoFormat
Implements IJsonModel(Of HubBillingInfoFormat), IPersistableModel(Of HubBillingInfoFormat)
- Inheritance
-
HubBillingInfoFormat
- Implements
Constructors
HubBillingInfoFormat() |
Initializes a new instance of HubBillingInfoFormat. |
Properties
MaxUnits |
The maximum number of units can be used. One unit is 10,000 Profiles and 100,000 Interactions. |
MinUnits |
The minimum number of units will be billed. One unit is 10,000 Profiles and 100,000 Interactions. |
SkuName |
The sku name. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<HubBillingInfoFormat>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HubBillingInfoFormat>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HubBillingInfoFormat>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HubBillingInfoFormat>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HubBillingInfoFormat>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |