ArmMonitorModelFactory.DataCollectionRulePrivateLinkScopedResourceInfo 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 DataCollectionRulePrivateLinkScopedResourceInfo.
public static Azure.ResourceManager.Monitor.Models.DataCollectionRulePrivateLinkScopedResourceInfo DataCollectionRulePrivateLinkScopedResourceInfo (Azure.Core.ResourceIdentifier resourceId = default, string scopeId = default);
static member DataCollectionRulePrivateLinkScopedResourceInfo : Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.Monitor.Models.DataCollectionRulePrivateLinkScopedResourceInfo
Public Shared Function DataCollectionRulePrivateLinkScopedResourceInfo (Optional resourceId As ResourceIdentifier = Nothing, Optional scopeId As String = Nothing) As DataCollectionRulePrivateLinkScopedResourceInfo
Parameter
- resourceId
- ResourceIdentifier
Die resourceId der Azure Monitor-Private Link Bereichsressource, über die dieser DCE einem Azure Monitor Private Link Bereich zugeordnet ist.
- scopeId
- String
Die unveränderliche Id der Azure Monitor-Private Link Bereichsressource, der die Zuordnung zugeordnet ist.
Gibt zurück
Eine neue DataCollectionRulePrivateLinkScopedResourceInfo instance zum Mocking.
Gilt für:
Azure SDK for .NET