DataCollectionEndpoint 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.
Definition of data collection endpoint.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionEndpointTypeConverter))]
public class DataCollectionEndpoint : Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IDataCollectionEndpoint
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionEndpointTypeConverter))>]
type DataCollectionEndpoint = class
interface IDataCollectionEndpoint
interface IJsonSerializable
Public Class DataCollectionEndpoint
Implements IDataCollectionEndpoint
- Inheritance
-
DataCollectionEndpoint
- Attributes
- Implements
Constructors
DataCollectionEndpoint() |
Creates an new DataCollectionEndpoint instance. |
Properties
ConfigurationAccessEndpoint |
The endpoint. This property is READ-ONLY. |
Description |
Description of the data collection endpoint. |
FailoverConfigurationActiveLocation |
Active location where data flow will occur. |
FailoverConfigurationLocation |
Locations that are configured for failover. |
ImmutableId |
The immutable ID of this data collection endpoint resource. This property is READ-ONLY. |
LogIngestionEndpoint |
The endpoint. This property is READ-ONLY. |
MetadataProvisionedBy |
Azure offering managing this resource on-behalf-of customer. |
MetadataProvisionedByResourceId |
Resource Id of azure offering managing this resource on-behalf-of customer. |
MetricIngestionEndpoint |
The endpoint. This property is READ-ONLY. |
NetworkAclsPublicNetworkAccess |
The configuration to set whether network access from public internet to the endpoints are allowed. |
PrivateLinkScopedResource |
List of Azure Monitor Private Link Scope Resources to which this data collection endpoint resource is associated. This property is READ-ONLY. |
ProvisioningState |
The resource provisioning state. This property is READ-ONLY. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DataCollectionEndpoint. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DataCollectionEndpoint. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IDataCollectionEndpoint. |
FromJsonString(String) |
Creates a new instance of DataCollectionEndpoint, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DataCollectionEndpoint into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |