ArmMonitorModelFactory.DataCollectionEndpointData Method
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.
Initializes a new instance of DataCollectionEndpointData.
public static Azure.ResourceManager.Monitor.DataCollectionEndpointData DataCollectionEndpointData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Monitor.Models.DataCollectionEndpointResourceKind? kind = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ETag? etag = default, string description = default, string immutableId = default, string configurationAccessEndpoint = default, string logsIngestionEndpoint = default, string metricsIngestionEndpoint = default, Azure.ResourceManager.Monitor.Models.MonitorPublicNetworkAccess? publicNetworkAccess = default, Azure.ResourceManager.Monitor.Models.DataCollectionEndpointProvisioningState? provisioningState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Monitor.Models.DataCollectionRulePrivateLinkScopedResourceInfo> privateLinkScopedResources = default, Azure.ResourceManager.Monitor.Models.DataCollectionEndpointFailoverConfiguration failoverConfiguration = default, Azure.ResourceManager.Monitor.Models.DataCollectionEndpointMetadata metadata = default);
static member DataCollectionEndpointData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.Monitor.Models.DataCollectionEndpointResourceKind> * Azure.ResourceManager.Models.ManagedServiceIdentity * Nullable<Azure.ETag> * string * string * string * string * string * Nullable<Azure.ResourceManager.Monitor.Models.MonitorPublicNetworkAccess> * Nullable<Azure.ResourceManager.Monitor.Models.DataCollectionEndpointProvisioningState> * seq<Azure.ResourceManager.Monitor.Models.DataCollectionRulePrivateLinkScopedResourceInfo> * Azure.ResourceManager.Monitor.Models.DataCollectionEndpointFailoverConfiguration * Azure.ResourceManager.Monitor.Models.DataCollectionEndpointMetadata -> Azure.ResourceManager.Monitor.DataCollectionEndpointData
Public Shared Function DataCollectionEndpointData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional kind As Nullable(Of DataCollectionEndpointResourceKind) = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional description As String = Nothing, Optional immutableId As String = Nothing, Optional configurationAccessEndpoint As String = Nothing, Optional logsIngestionEndpoint As String = Nothing, Optional metricsIngestionEndpoint As String = Nothing, Optional publicNetworkAccess As Nullable(Of MonitorPublicNetworkAccess) = Nothing, Optional provisioningState As Nullable(Of DataCollectionEndpointProvisioningState) = Nothing, Optional privateLinkScopedResources As IEnumerable(Of DataCollectionRulePrivateLinkScopedResourceInfo) = Nothing, Optional failoverConfiguration As DataCollectionEndpointFailoverConfiguration = Nothing, Optional metadata As DataCollectionEndpointMetadata = Nothing) As DataCollectionEndpointData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
The kind of the resource.
- identity
- ManagedServiceIdentity
Managed service identity of the resource.
- description
- String
Description of the data collection endpoint.
- immutableId
- String
The immutable ID of this data collection endpoint resource. This property is READ-ONLY.
- configurationAccessEndpoint
- String
The endpoint used by clients to access their configuration.
- logsIngestionEndpoint
- String
The endpoint used by clients to ingest logs.
- metricsIngestionEndpoint
- String
The endpoint used by clients to ingest metrics.
- publicNetworkAccess
- Nullable<MonitorPublicNetworkAccess>
Network access control rules for the endpoints.
- provisioningState
- Nullable<DataCollectionEndpointProvisioningState>
The resource provisioning state. This property is READ-ONLY.
- privateLinkScopedResources
- IEnumerable<DataCollectionRulePrivateLinkScopedResourceInfo>
List of Azure Monitor Private Link Scope Resources to which this data collection endpoint resource is associated. This property is READ-ONLY.
- failoverConfiguration
- DataCollectionEndpointFailoverConfiguration
Failover configuration on this endpoint. This property is READ-ONLY.
- metadata
- DataCollectionEndpointMetadata
Metadata for the resource. This property is READ-ONLY.
Returns
A new DataCollectionEndpointData instance for mocking.