AzureMonitorPrivateLinkScope Constructors

Definition

Overloads

AzureMonitorPrivateLinkScope()

Initializes a new instance of the AzureMonitorPrivateLinkScope class.

AzureMonitorPrivateLinkScope(String, String, String, String, IDictionary<String,String>, String, IList<PrivateEndpointConnection>)

Initializes a new instance of the AzureMonitorPrivateLinkScope class.

AzureMonitorPrivateLinkScope()

Initializes a new instance of the AzureMonitorPrivateLinkScope class.

public AzureMonitorPrivateLinkScope ();
Public Sub New ()

Applies to

AzureMonitorPrivateLinkScope(String, String, String, String, IDictionary<String,String>, String, IList<PrivateEndpointConnection>)

Initializes a new instance of the AzureMonitorPrivateLinkScope class.

public AzureMonitorPrivateLinkScope (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string provisioningState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.PrivateEndpointConnection> privateEndpointConnections = default);
new Microsoft.Azure.Management.Monitor.Models.AzureMonitorPrivateLinkScope : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.PrivateEndpointConnection> -> Microsoft.Azure.Management.Monitor.Models.AzureMonitorPrivateLinkScope
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional provisioningState As String = Nothing, Optional privateEndpointConnections As IList(Of PrivateEndpointConnection) = Nothing)

Parameters

location
String

Resource location

id
String

Azure resource Id

name
String

Azure resource name

type
String

Azure resource type

tags
IDictionary<String,String>

Resource tags

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
IList<PrivateEndpointConnection>

List of private endpoint connections.

Applies to