Compartir a través de


PrivateLinkScopesOperationsExtensions.Get Método

Definición

Devuelve un privateLinkScope de Azure Monitor.

public static Microsoft.Azure.Management.Monitor.Models.AzureMonitorPrivateLinkScope Get (this Microsoft.Azure.Management.Monitor.IPrivateLinkScopesOperations operations, string resourceGroupName, string scopeName);
static member Get : Microsoft.Azure.Management.Monitor.IPrivateLinkScopesOperations * string * string -> Microsoft.Azure.Management.Monitor.Models.AzureMonitorPrivateLinkScope
<Extension()>
Public Function Get (operations As IPrivateLinkScopesOperations, resourceGroupName As String, scopeName As String) As AzureMonitorPrivateLinkScope

Parámetros

operations
IPrivateLinkScopesOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

scopeName
String

Nombre del recurso PrivateLinkScope de Azure Monitor.

Devoluciones

Se aplica a