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
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.ConsumptionEndpointsPropertiesTypeConverter))]
public class ConsumptionEndpointsProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IConsumptionEndpointsProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.ConsumptionEndpointsPropertiesTypeConverter))>]
type ConsumptionEndpointsProperties = class
interface IConsumptionEndpointsProperties
interface IJsonSerializable
Public Class ConsumptionEndpointsProperties
Implements IConsumptionEndpointsProperties
- Inheritance
-
ConsumptionEndpointsProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ConsumptionEndpointsProperties() |
Creates an new ConsumptionEndpointsProperties instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConsumptionEndpointsProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConsumptionEndpointsProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IConsumptionEndpointsProperties. |
| FromJsonString(String) |
Creates a new instance of ConsumptionEndpointsProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConsumptionEndpointsProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |