ArmMonitorModelFactory.DataCollectionRulePrivateLinkScopedResourceInfo Method

Definition

Initializes a new instance of 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

Parameters

resourceId
ResourceIdentifier

The resourceId of the Azure Monitor Private Link Scope Scoped Resource through which this DCE is associated with a Azure Monitor Private Link Scope.

scopeId
String

The immutableId of the Azure Monitor Private Link Scope Resource to which the association is.

Returns

A new DataCollectionRulePrivateLinkScopedResourceInfo instance for mocking.

Applies to