ConsumptionEndpointsProperties 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.
Details of Consumption Properties.
public class ConsumptionEndpointsProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkAnalytics.Models.ConsumptionEndpointsProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkAnalytics.Models.ConsumptionEndpointsProperties>
type ConsumptionEndpointsProperties = class
interface IJsonModel<ConsumptionEndpointsProperties>
interface IPersistableModel<ConsumptionEndpointsProperties>
Public Class ConsumptionEndpointsProperties
Implements IJsonModel(Of ConsumptionEndpointsProperties), IPersistableModel(Of ConsumptionEndpointsProperties)
- Inheritance
-
System.ObjectConsumptionEndpointsProperties
- Implements
-
System.ClientModel.Primitives.IJsonModel<ConsumptionEndpointsProperties> System.ClientModel.Primitives.IPersistableModel<ConsumptionEndpointsProperties> System.ClientModel.Primitives.IPersistableModel<T>
Properties
| FileAccessResourceId |
Resource Id of file access endpoint. |
| FileAccessUri |
Url to consume file type. |
| IngestionResourceId |
Resource Id of ingestion endpoint. |
| IngestionUri |
Ingestion url to upload the data. |
| QueryResourceId |
Resource Id of query endpoint. |
| QueryUri |
Url to consume the processed data. |
Methods
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
| IJsonModel<ConsumptionEndpointsProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<ConsumptionEndpointsProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided System.Text.Json.Utf8JsonWriter. |
| IPersistableModel<ConsumptionEndpointsProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided System.BinaryData into a model. |
| IPersistableModel<ConsumptionEndpointsProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<ConsumptionEndpointsProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a System.BinaryData. |