IConsumptionEndpointsProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.ConsumptionEndpointsPropertiesTypeConverter))]
public interface IConsumptionEndpointsProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.ConsumptionEndpointsPropertiesTypeConverter))>]
type IConsumptionEndpointsProperties = interface
interface IJsonSerializable
Public Interface IConsumptionEndpointsProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| FileAccessResourceId |
Resource Id of file access endpoint. |
| FileAccessUrl |
Url to consume file type. |
| IngestionResourceId |
Resource Id of ingestion endpoint. |
| IngestionUrl |
Ingestion url to upload the data. |
| QueryResourceId |
Resource Id of query endpoint. |
| QueryUrl |
Url to consume the processed data. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |