ConsumptionEndpointsProperties Class

Definition

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>
public class ConsumptionEndpointsProperties
type ConsumptionEndpointsProperties = class
    interface IJsonModel<ConsumptionEndpointsProperties>
    interface IPersistableModel<ConsumptionEndpointsProperties>
type ConsumptionEndpointsProperties = class
Public Class ConsumptionEndpointsProperties
Implements IJsonModel(Of ConsumptionEndpointsProperties), IPersistableModel(Of ConsumptionEndpointsProperties)
Public Class ConsumptionEndpointsProperties
Inheritance
ConsumptionEndpointsProperties
Implements

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.

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 Utf8JsonWriter.

IPersistableModel<ConsumptionEndpointsProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided 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 BinaryData.

Applies to