Share via


AzureMonitorPrivateLinkScope Konstruktoren

Definition

Überlädt

AzureMonitorPrivateLinkScope()

Initialisiert eine neue instance der AzureMonitorPrivateLinkScope-Klasse.

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

Initialisiert eine neue instance der AzureMonitorPrivateLinkScope-Klasse.

AzureMonitorPrivateLinkScope()

Initialisiert eine neue instance der AzureMonitorPrivateLinkScope-Klasse.

public AzureMonitorPrivateLinkScope ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der AzureMonitorPrivateLinkScope-Klasse.

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)

Parameter

location
String

Ressourcenspeicherort

id
String

Azure-Ressourcen-ID

name
String

Name der Azure-Ressource

type
String

Azure-Ressourcentyp

tags
IDictionary<String,String>

Ressourcentags

provisioningState
String

Aktueller Status dieses PrivateLinkScope: Gibt an, ob innerhalb der definierten Ressourcengruppe bereitgestellt wurde oder nicht. Benutzer können diesen Wert nicht ändern, können aber daraus lesen. Zu den Werten gehören Bereitstellung, Erfolgreich, Abgebrochen und Fehler.

privateEndpointConnections
IList<PrivateEndpointConnection>

Liste der Verbindungen mit privaten Endpunkten.

Gilt für: