Freigeben über


SecurityCenterExtensions.GetTopology Methode

Definition

Ruft eine bestimmte Topologiekomponente ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/topologies/{topologyResourceName}
  • Vorgangs-IdTopology_Get
public static Azure.Response<Azure.ResourceManager.SecurityCenter.Models.SecurityTopologyResource> GetTopology (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.Core.AzureLocation ascLocation, string topologyResourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetTopology : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.Models.SecurityTopologyResource>
<Extension()>
Public Function GetTopology (resourceGroupResource As ResourceGroupResource, ascLocation As AzureLocation, topologyResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SecurityTopologyResource)

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance die -Methode ausgeführt wird.

ascLocation
AzureLocation

Der Speicherort, an dem ASC die Daten des Abonnements speichert. kann unter Abrufen von Speicherorten abgerufen werden.

topologyResourceName
String

Name einer Topologieressourcensammlung.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

topologyResourceName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

topologyResourceName ist NULL.

Gilt für: