ArmMonitorModelFactory.MonitorPrivateLinkScopeData Method

Definition

Initializes a new instance of MonitorPrivateLinkScopeData.

public static Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeData MonitorPrivateLinkScopeData (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, string provisioningState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Monitor.MonitorPrivateEndpointConnectionData> privateEndpointConnections = default, Azure.ResourceManager.Monitor.Models.MonitorPrivateLinkAccessModeSettings accessModeSettings = default);
static member MonitorPrivateLinkScopeData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * seq<Azure.ResourceManager.Monitor.MonitorPrivateEndpointConnectionData> * Azure.ResourceManager.Monitor.Models.MonitorPrivateLinkAccessModeSettings -> Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeData
Public Shared Function MonitorPrivateLinkScopeData (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 provisioningState As String = Nothing, Optional privateEndpointConnections As IEnumerable(Of MonitorPrivateEndpointConnectionData) = Nothing, Optional accessModeSettings As MonitorPrivateLinkAccessModeSettings = Nothing) As MonitorPrivateLinkScopeData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

provisioningState
String

Current state of this PrivateLinkScope: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed.

privateEndpointConnections
IEnumerable<MonitorPrivateEndpointConnectionData>

List of private endpoint connections.

accessModeSettings
MonitorPrivateLinkAccessModeSettings

Access mode settings.

Returns

A new MonitorPrivateLinkScopeData instance for mocking.

Applies to