ArmMonitorModelFactory.DataCollectionEndpointData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von 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
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemData.
- tags
- IDictionary<String,String>
Die Tags.
- location
- AzureLocation
Der Speicherort.
Die Art der Ressource.
- identity
- ManagedServiceIdentity
Verwaltete Dienstidentität der Ressource.
- description
- String
Beschreibung des Datensammlungsendpunkts.
- immutableId
- String
Die unveränderliche ID dieser Datensammlungsendpunktressource. Diese Eigenschaft ist SCHREIBGESCHÜTZT.
- configurationAccessEndpoint
- String
Der Endpunkt, der von Clients für den Zugriff auf ihre Konfiguration verwendet wird.
- logsIngestionEndpoint
- String
Der Endpunkt, der von Clients zum Erfassen von Protokollen verwendet wird.
- metricsIngestionEndpoint
- String
Der Endpunkt, der von Clients zum Erfassen von Metriken verwendet wird.
- publicNetworkAccess
- Nullable<MonitorPublicNetworkAccess>
Regeln zur Netzwerkzugriffssteuerung für die Endpunkte.
- provisioningState
- Nullable<DataCollectionEndpointProvisioningState>
Der Ressourcenbereitstellungsstatus. Diese Eigenschaft ist SCHREIBGESCHÜTZT.
- privateLinkScopedResources
- IEnumerable<DataCollectionRulePrivateLinkScopedResourceInfo>
Liste der Azure Monitor-Private Link-Bereichsressourcen, denen diese Datensammlungsendpunktressource zugeordnet ist. Diese Eigenschaft ist SCHREIBGESCHÜTZT.
- failoverConfiguration
- DataCollectionEndpointFailoverConfiguration
Failoverkonfiguration auf diesem Endpunkt. Diese Eigenschaft ist SCHREIBGESCHÜTZT.
- metadata
- DataCollectionEndpointMetadata
Metadaten für die Ressource. Diese Eigenschaft ist SCHREIBGESCHÜTZT.
Gibt zurück
Eine neue DataCollectionEndpointData instance zum Simulieren.
Gilt für:
Azure SDK for .NET