ArmMonitorModelFactory.MonitorPrivateLinkScopedResourceData Method

Definition

Initializes a new instance of MonitorPrivateLinkScopedResourceData.

public static Azure.ResourceManager.Monitor.MonitorPrivateLinkScopedResourceData MonitorPrivateLinkScopedResourceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.ResourceIdentifier linkedResourceId = default, string provisioningState = default);
static member MonitorPrivateLinkScopedResourceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.Monitor.MonitorPrivateLinkScopedResourceData
Public Shared Function MonitorPrivateLinkScopedResourceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional linkedResourceId As ResourceIdentifier = Nothing, Optional provisioningState As String = Nothing) As MonitorPrivateLinkScopedResourceData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

linkedResourceId
ResourceIdentifier

The resource id of the scoped Azure monitor resource.

provisioningState
String

State of the private endpoint connection.

Returns

A new MonitorPrivateLinkScopedResourceData instance for mocking.

Applies to