DataCollectionEndpointResourceProperties 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.
Resource properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionEndpointResourcePropertiesTypeConverter))]
public class DataCollectionEndpointResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IDataCollectionEndpointResourceProperties, Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionEndpointResourcePropertiesTypeConverter))>]
type DataCollectionEndpointResourceProperties = class
interface IDataCollectionEndpointResourceProperties
interface IJsonSerializable
interface IDataCollectionEndpoint
interface IValidates
Public Class DataCollectionEndpointResourceProperties
Implements IDataCollectionEndpointResourceProperties, IValidates
- Inheritance
-
DataCollectionEndpointResourceProperties
- Attributes
- Implements
Constructors
DataCollectionEndpointResourceProperties() |
Creates an new DataCollectionEndpointResourceProperties 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 DataCollectionEndpointResourceProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DataCollectionEndpointResourceProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IDataCollectionEndpointResourceProperties. |
FromJsonString(String) |
Creates a new instance of DataCollectionEndpointResourceProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DataCollectionEndpointResourceProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |