Share via


SubscriptionResource Klasse

Definition

Eine Klasse, die die Vorgänge darstellt, die für ein bestimmtes Abonnement ausgeführt werden können.

public class SubscriptionResource : Azure.ResourceManager.ArmResource
type SubscriptionResource = class
    inherit ArmResource
Public Class SubscriptionResource
Inherits ArmResource
Vererbung
SubscriptionResource

Konstruktoren

SubscriptionResource()

Initialisiert eine neue instance der SubscriptionResource -Klasse zum Mocking.

Felder

ResourceType

Ruft den Ressourcentyp für die Vorgänge ab.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmResource)
Data

Ruft die Daten ab, die dieses Feature darstellen.

Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmResource)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmResource)
HasData

Ruft ab, ob der aktuelle instance Über Daten verfügt oder nicht.

Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmResource)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmResource)

Methoden

CanUseTagResource(CancellationToken)

Überprüft, ob die TagResource-API in der aktuellen Umgebung bereitgestellt wird.

(Geerbt von ArmResource)
CanUseTagResourceAsync(CancellationToken)

Überprüft, ob die TagResource-API in der aktuellen Umgebung bereitgestellt wird.

(Geerbt von ArmResource)
CreateOrUpdatePredefinedTag(String, CancellationToken)

Dieser Vorgang ermöglicht das Hinzufügen eines Namens zur Liste der vordefinierten Tagnamen für das angegebene Abonnement. Ein Tagname darf maximal 512 Zeichen lang sein, wobei die Groß-/Kleinschreibung nicht beachtet wird. Tagnamen dürfen nicht die folgenden Präfixe aufweisen, die für die Azure-Verwendung reserviert sind: "microsoft", "azure" und "windows".

  • Anfordern von Path/subscriptions/{subscriptionId}/tagNames/{tagName}
  • Vorgang IdTags_CreateOrUpdate
CreateOrUpdatePredefinedTagAsync(String, CancellationToken)

Dieser Vorgang ermöglicht das Hinzufügen eines Namens zur Liste der vordefinierten Tagnamen für das angegebene Abonnement. Ein Tagname darf maximal 512 Zeichen lang sein, wobei die Groß-/Kleinschreibung nicht beachtet wird. Tagnamen dürfen nicht die folgenden Präfixe aufweisen, die für die Azure-Verwendung reserviert sind: "microsoft", "azure" und "windows".

  • Anfordern von Path/subscriptions/{subscriptionId}/tagNames/{tagName}
  • Vorgang IdTags_CreateOrUpdate
CreateOrUpdatePredefinedTagValue(String, String, CancellationToken)

Dieser Vorgang ermöglicht das Hinzufügen eines Werts zur Liste vordefinierter Werte für einen vorhandenen vordefinierten Tagnamen. Ein Tagwert kann maximal 256 Zeichen aufweisen.

  • Request Path/subscriptions/{subscriptionId}/tagNames/{tagName}/tagValues/{tagValue}
  • Vorgang IdTags_CreateOrUpdateValue
CreateOrUpdatePredefinedTagValueAsync(String, String, CancellationToken)

Dieser Vorgang ermöglicht das Hinzufügen eines Werts zur Liste vordefinierter Werte für einen vorhandenen vordefinierten Tagnamen. Ein Tagwert kann maximal 256 Zeichen aufweisen.

  • Request Path/subscriptions/{subscriptionId}/tagNames/{tagName}/tagValues/{tagValue}
  • Vorgang IdTags_CreateOrUpdateValue
CreateResourceIdentifier(String)

Generieren Sie den Ressourcenbezeichner eines SubscriptionResource instance.

DeletePredefinedTag(String, CancellationToken)

Dieser Vorgang ermöglicht das Löschen eines Namens aus der Liste der vordefinierten Tagnamen für das angegebene Abonnement. Der zu löschende Name darf nicht als Tagname für eine Ressource verwendet werden. Alle vordefinierten Werte für den angegebenen Namen müssen bereits gelöscht worden sein.

  • Anfordern von Path/subscriptions/{subscriptionId}/tagNames/{tagName}
  • Vorgang IdTags_Delete
DeletePredefinedTagAsync(String, CancellationToken)

Dieser Vorgang ermöglicht das Löschen eines Namens aus der Liste der vordefinierten Tagnamen für das angegebene Abonnement. Der zu löschende Name darf nicht als Tagname für eine Ressource verwendet werden. Alle vordefinierten Werte für den angegebenen Namen müssen bereits gelöscht worden sein.

  • Anfordern von Path/subscriptions/{subscriptionId}/tagNames/{tagName}
  • Vorgang IdTags_Delete
DeletePredefinedTagValue(String, String, CancellationToken)

Dieser Vorgang ermöglicht das Löschen eines Werts aus der Liste der vordefinierten Werte für einen vorhandenen vordefinierten Tagnamen. Der zu löschende Wert darf nicht als Tagwert für den angegebenen Tagnamen für eine Ressource verwendet werden.

  • Request Path/subscriptions/{subscriptionId}/tagNames/{tagName}/tagValues/{tagValue}
  • Vorgang IdTags_DeleteValue
DeletePredefinedTagValueAsync(String, String, CancellationToken)

Dieser Vorgang ermöglicht das Löschen eines Werts aus der Liste der vordefinierten Werte für einen vorhandenen vordefinierten Tagnamen. Der zu löschende Wert darf nicht als Tagwert für den angegebenen Tagnamen für eine Ressource verwendet werden.

  • Request Path/subscriptions/{subscriptionId}/tagNames/{tagName}/tagValues/{tagValue}
  • Vorgang IdTags_DeleteValue
Get(CancellationToken)

Ruft Details zu einem angegebenen Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}
  • Vorgang IdSubscriptions_Get
GetAllPredefinedTags(CancellationToken)

Dieser Vorgang führt eine Union von vordefinierten Tags, Ressourcentags, Ressourcengruppentags und Abonnementtags aus und gibt eine Zusammenfassung der Verwendung für jeden Tagnamen und Wert unter dem angegebenen Abonnement zurück. Bei einer großen Anzahl von Tags gibt dieser Vorgang möglicherweise ein zuvor zwischengespeichertes Ergebnis zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/tagNames
  • Vorgang IdTags_List
GetAllPredefinedTagsAsync(CancellationToken)

Dieser Vorgang führt eine Union von vordefinierten Tags, Ressourcentags, Ressourcengruppentags und Abonnementtags aus und gibt eine Zusammenfassung der Verwendung für jeden Tagnamen und Wert unter dem angegebenen Abonnement zurück. Bei einer großen Anzahl von Tags gibt dieser Vorgang möglicherweise ein zuvor zwischengespeichertes Ergebnis zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/tagNames
  • Vorgang IdTags_List
GetArmRestApis(String)

Ruft die RestApi-Definition für einen bestimmten Azure-Namespace ab.

GetAsync(CancellationToken)

Ruft Details zu einem angegebenen Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}
  • Vorgang IdSubscriptions_Get
GetAvailableLocations(CancellationToken)

Listet alle verfügbaren geografischen Standorte auf.

(Geerbt von ArmResource)
GetAvailableLocationsAsync(CancellationToken)

Listet alle verfügbaren geografischen Standorte auf.

(Geerbt von ArmResource)
GetFeatures(CancellationToken)

Ruft alle Vorschaufeatures ab, die über AFEC für das Abonnement verfügbar sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Features/features
  • Vorgang IdFeatures_ListAll
GetFeaturesAsync(CancellationToken)

Ruft alle Vorschaufeatures ab, die über AFEC für das Abonnement verfügbar sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Features/features
  • Vorgang IdFeatures_ListAll
GetGenericResources(String, String, Nullable<Int32>, CancellationToken)

Rufen Sie alle Ressourcen in einem Abonnement ab.

GetGenericResourcesAsync(String, String, Nullable<Int32>, CancellationToken)

Rufen Sie alle Ressourcen in einem Abonnement ab.

GetLocations(Nullable<Boolean>, CancellationToken)

Dieser Vorgang stellt alle Standorte bereit, die für Ressourcenanbieter verfügbar sind. Jeder Ressourcenanbieter unterstützt jedoch möglicherweise eine Teilmenge dieser Liste.

  • Anforderungspfad/abonnements/{subscriptionId}/locations
  • Vorgang IdSubscriptions_ListLocations
GetLocationsAsync(Nullable<Boolean>, CancellationToken)

Dieser Vorgang stellt alle Standorte bereit, die für Ressourcenanbieter verfügbar sind. Jeder Ressourcenanbieter unterstützt jedoch möglicherweise eine Teilmenge dieser Liste.

  • Anforderungspfad/abonnements/{subscriptionId}/locations
  • Vorgang IdSubscriptions_ListLocations
GetManagementLock(String, CancellationToken)

Rufen Sie eine Verwaltungssperre nach Bereich ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/locks/{lockName}
  • Vorgangs-IdManagementLocks_GetByScope
(Geerbt von ArmResource)
GetManagementLockAsync(String, CancellationToken)

Rufen Sie eine Verwaltungssperre nach Bereich ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/locks/{lockName}
  • Vorgangs-IdManagementLocks_GetByScope
(Geerbt von ArmResource)
GetManagementLocks()

Ruft eine Auflistung von ManagementLockResources in ArmResource ab.

(Geerbt von ArmResource)
GetPolicyAssignment(String, CancellationToken)

Dieser Vorgang ruft eine einzelne Richtlinienzuweisung ab, wobei ihr Name und der Bereich angegeben sind, in dem sie erstellt wurde.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}
  • Vorgangs-IdPolicyAssignments_Get
(Geerbt von ArmResource)
GetPolicyAssignmentAsync(String, CancellationToken)

Dieser Vorgang ruft eine einzelne Richtlinienzuweisung ab, wobei ihr Name und der Bereich angegeben sind, in dem sie erstellt wurde.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}
  • Vorgangs-IdPolicyAssignments_Get
(Geerbt von ArmResource)
GetPolicyAssignments()

Ruft eine Auflistung von PolicyAssignmentResources in ArmResource ab.

(Geerbt von ArmResource)
GetResourceGroup(String, CancellationToken)

Ruft eine Ressourcengruppe ab.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}
  • Vorgang IdResourceGroups_Get
GetResourceGroupAsync(String, CancellationToken)

Ruft eine Ressourcengruppe ab.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}
  • Vorgang IdResourceGroups_Get
GetResourceGroups()

Ruft eine Auflistung von ResourceGroupResources im Abonnement ab.

GetResourceProvider(String, String, CancellationToken)

Ruft den angegebenen Ressourcenanbieter ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/{resourceProviderNamespace}
  • Vorgang IdProviders_Get
GetResourceProviderAsync(String, String, CancellationToken)

Ruft den angegebenen Ressourcenanbieter ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/{resourceProviderNamespace}
  • Vorgang IdProviders_Get
GetResourceProviders()

Ruft eine Auflistung von ResourceProviderResources im Abonnement ab.

GetSubscriptionPolicyDefinition(String, CancellationToken)

Dieser Vorgang ruft die Richtliniendefinition im angegebenen Abonnement mit dem angegebenen Namen ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/policyDefinitions/{policyDefinitionName}
  • Vorgang IdPolicyDefinitions_Get
GetSubscriptionPolicyDefinitionAsync(String, CancellationToken)

Dieser Vorgang ruft die Richtliniendefinition im angegebenen Abonnement mit dem angegebenen Namen ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/policyDefinitions/{policyDefinitionName}
  • Vorgang IdPolicyDefinitions_Get
GetSubscriptionPolicyDefinitions()

Ruft eine Auflistung von SubscriptionPolicyDefinitionResources im Abonnement ab.

GetSubscriptionPolicySetDefinition(String, CancellationToken)

Dieser Vorgang ruft die Richtliniensatzdefinition im angegebenen Abonnement mit dem angegebenen Namen ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/policySetDefinitions/{policySetDefinitionName}
  • Vorgang IdPolicySetDefinitions_Get
GetSubscriptionPolicySetDefinitionAsync(String, CancellationToken)

Dieser Vorgang ruft die Richtliniensatzdefinition im angegebenen Abonnement mit dem angegebenen Namen ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/policySetDefinitions/{policySetDefinitionName}
  • Vorgang IdPolicySetDefinitions_Get
GetSubscriptionPolicySetDefinitions()

Ruft eine Auflistung von SubscriptionPolicySetDefinitionResources im Abonnement ab.

GetTagResource()

Ruft ein -Objekt ab, das eine TagResource zusammen mit den instance-Vorgängen darstellt, die in ArmResource ausgeführt werden können.

(Geerbt von ArmResource)
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmResource)

Erweiterungsmethoden

CreateConfiguration(SubscriptionResource, ConfigurationName, ConfigData, CancellationToken)

Erstellen/Überschreiben Sie die Azure Advisor-Konfiguration, und löschen Sie außerdem alle Konfigurationen von enthaltenen Ressourcengruppen.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Advisor/configurations/{configurationName}
  • Vorgangs-IdConfigurations_CreateInSubscription
CreateConfigurationAsync(SubscriptionResource, ConfigurationName, ConfigData, CancellationToken)

Erstellen/Überschreiben Sie die Azure Advisor-Konfiguration, und löschen Sie außerdem alle Konfigurationen von enthaltenen Ressourcengruppen.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Advisor/configurations/{configurationName}
  • Vorgangs-IdConfigurations_CreateInSubscription
GenerateRecommendation(SubscriptionResource, CancellationToken)

Initiiert den Empfehlungsgenerierungs- oder Berechnungsprozess für ein Abonnement. Dieser Vorgang ist asynchron. Die generierten Empfehlungen werden in einem Cache im Advisor-Dienst gespeichert.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Advisor/generateRecommendations
  • Vorgangs-IdRecommendations_Generate
GenerateRecommendationAsync(SubscriptionResource, CancellationToken)

Initiiert den Empfehlungsgenerierungs- oder Berechnungsprozess für ein Abonnement. Dieser Vorgang ist asynchron. Die generierten Empfehlungen werden in einem Cache im Advisor-Dienst gespeichert.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Advisor/generateRecommendations
  • Vorgangs-IdRecommendations_Generate
GetConfigurations(SubscriptionResource, CancellationToken)

Rufen Sie Azure Advisor-Konfigurationen und auch Konfigurationen von enthaltenen Ressourcengruppen ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Advisor/configurations
  • Vorgangs-IdConfigurations_ListBySubscription
GetConfigurationsAsync(SubscriptionResource, CancellationToken)

Rufen Sie Azure Advisor-Konfigurationen und auch Konfigurationen von enthaltenen Ressourcengruppen ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Advisor/configurations
  • Vorgangs-IdConfigurations_ListBySubscription
GetGenerateStatusRecommendation(SubscriptionResource, Guid, CancellationToken)

Ruft die status des Empfehlungsberechnungs- oder Generierungsprozesses ab. Rufen Sie diese API nach dem Aufrufen der Generierungsempfehlung auf. Der URI dieser API wird im Feld Speicherort des Antwortheaders zurückgegeben.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Advisor/generateRecommendations/{operationId}
  • Vorgangs-IdRecommendations_GetGenerateStatus
GetGenerateStatusRecommendationAsync(SubscriptionResource, Guid, CancellationToken)

Ruft die status des Empfehlungsberechnungs- oder Generierungsprozesses ab. Rufen Sie diese API nach dem Aufrufen der Generierungsempfehlung auf. Der URI dieser API wird im Feld Speicherort des Antwortheaders zurückgegeben.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Advisor/generateRecommendations/{operationId}
  • Vorgangs-IdRecommendations_GetGenerateStatus
GetSuppressionContracts(SubscriptionResource, Nullable<Int32>, String, CancellationToken)

Ruft die Liste der unterdrückten oder verworfenen Unterdrückungen für ein Abonnement ab. Das verworfene oder verworfene Attribut einer Empfehlung wird als Unterdrückung bezeichnet.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Advisor/suppressions
  • Vorgangs-IdSuppressions_List
GetSuppressionContractsAsync(SubscriptionResource, Nullable<Int32>, String, CancellationToken)

Ruft die Liste der unterdrückten oder verworfenen Unterdrückungen für ein Abonnement ab. Das verworfene oder verworfene Attribut einer Empfehlung wird als Unterdrückung bezeichnet.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Advisor/suppressions
  • Vorgangs-IdSuppressions_List
CheckNameAvailabilityLocation(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken)

Überprüft die Namensverfügbarkeit der Ressource mit dem angeforderten Ressourcennamen.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.AgFoodPlatform/checkNameAvailability
  • Vorgangs-IdLocations_CheckNameAvailability
CheckNameAvailabilityLocationAsync(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken)

Überprüft die Namensverfügbarkeit der Ressource mit dem angeforderten Ressourcennamen.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.AgFoodPlatform/checkNameAvailability
  • Vorgangs-IdLocations_CheckNameAvailability
GetFarmBeats(SubscriptionResource, Nullable<Int32>, String, CancellationToken)

Listet die FarmBeats-Instanzen für ein Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AgFoodPlatform/farmBeats
  • Vorgangs-IdFarmBeatsModels_ListBySubscription
GetFarmBeatsAsync(SubscriptionResource, Nullable<Int32>, String, CancellationToken)

Listet die FarmBeats-Instanzen für ein Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AgFoodPlatform/farmBeats
  • Vorgangs-IdFarmBeatsModels_ListBySubscription
GetAlertProcessingRules(SubscriptionResource, CancellationToken)

Listet alle Warnungsverarbeitungsregeln in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AlertsManagement/actionRules
  • Vorgangs-IdAlertProcessingRules_ListBySubscription
GetAlertProcessingRulesAsync(SubscriptionResource, CancellationToken)

Listet alle Warnungsverarbeitungsregeln in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AlertsManagement/actionRules
  • Vorgangs-IdAlertProcessingRules_ListBySubscription
GetServiceAlert(SubscriptionResource, Guid, CancellationToken)

Abrufen von Informationen im Zusammenhang mit einer bestimmten Warnung

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AlertsManagement/alerts/{alertId}
  • Vorgangs-IdAlerts_GetById
GetServiceAlertAsync(SubscriptionResource, Guid, CancellationToken)

Abrufen von Informationen im Zusammenhang mit einer bestimmten Warnung

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AlertsManagement/alerts/{alertId}
  • Vorgangs-IdAlerts_GetById
GetServiceAlerts(SubscriptionResource)

Ruft eine Auflistung von ServiceAlertResources in subscriptionResource ab.

GetServiceAlertSummary(SubscriptionResource, AlertsSummaryGroupByField, Nullable<Boolean>, String, String, String, Nullable<MonitorServiceSourceForAlert>, Nullable<MonitorCondition>, Nullable<ServiceAlertSeverity>, Nullable<ServiceAlertState>, String, Nullable<TimeRangeFilter>, String, CancellationToken)

Rufen Sie eine zusammengefasste Anzahl Ihrer Warnungen ab, die nach verschiedenen Parametern gruppiert sind (z. B. die Gruppierung nach "Schweregrad" gibt die Anzahl der Warnungen für jeden Schweregrad zurück).

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AlertsManagement/alertsSummary
  • Vorgangs-IdAlerts_GetSummary
GetServiceAlertSummary(SubscriptionResource, SubscriptionResourceGetServiceAlertSummaryOptions, CancellationToken)

Rufen Sie eine zusammengefasste Anzahl Ihrer Warnungen ab, die nach verschiedenen Parametern gruppiert sind (z. B. die Gruppierung nach "Schweregrad" gibt die Anzahl der Warnungen für jeden Schweregrad zurück).

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AlertsManagement/alertsSummary
  • Vorgangs-IdAlerts_GetSummary
GetServiceAlertSummaryAsync(SubscriptionResource, AlertsSummaryGroupByField, Nullable<Boolean>, String, String, String, Nullable<MonitorServiceSourceForAlert>, Nullable<MonitorCondition>, Nullable<ServiceAlertSeverity>, Nullable<ServiceAlertState>, String, Nullable<TimeRangeFilter>, String, CancellationToken)

Rufen Sie eine zusammengefasste Anzahl Ihrer Warnungen ab, die nach verschiedenen Parametern gruppiert sind (z. B. die Gruppierung nach "Schweregrad" gibt die Anzahl der Warnungen für jeden Schweregrad zurück).

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AlertsManagement/alertsSummary
  • Vorgangs-IdAlerts_GetSummary
GetServiceAlertSummaryAsync(SubscriptionResource, SubscriptionResourceGetServiceAlertSummaryOptions, CancellationToken)

Rufen Sie eine zusammengefasste Anzahl Ihrer Warnungen ab, die nach verschiedenen Parametern gruppiert sind (z. B. die Gruppierung nach "Schweregrad" gibt die Anzahl der Warnungen für jeden Schweregrad zurück).

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AlertsManagement/alertsSummary
  • Vorgangs-IdAlerts_GetSummary
GetSmartGroup(SubscriptionResource, Guid, CancellationToken)

Rufen Sie Informationen zu einer bestimmten intelligenten Gruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups/{smartGroupId}
  • Vorgangs-IdSmartGroups_GetById
GetSmartGroupAsync(SubscriptionResource, Guid, CancellationToken)

Rufen Sie Informationen zu einer bestimmten intelligenten Gruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups/{smartGroupId}
  • Vorgangs-IdSmartGroups_GetById
GetSmartGroups(SubscriptionResource)

Ruft eine Auflistung von SmartGroupResources in subscriptionResource ab.

CheckAnalysisServerNameAvailability(SubscriptionResource, AzureLocation, AnalysisServerNameAvailabilityContent, CancellationToken)

Überprüfen Sie die Verfügbarkeit des Namens am Zielspeicherort.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AnalysisServices/locations/{location}/checkNameAvailability
  • Vorgangs-IdServers_CheckNameAvailability
CheckAnalysisServerNameAvailabilityAsync(SubscriptionResource, AzureLocation, AnalysisServerNameAvailabilityContent, CancellationToken)

Überprüfen Sie die Verfügbarkeit des Namens am Zielspeicherort.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AnalysisServices/locations/{location}/checkNameAvailability
  • Vorgangs-IdServers_CheckNameAvailability
GetAnalysisServers(SubscriptionResource, CancellationToken)

Listet alle Analysis Services-Server für das angegebene Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AnalysisServices/servers
  • Vorgangs-IdServers_List
GetAnalysisServersAsync(SubscriptionResource, CancellationToken)

Listet alle Analysis Services-Server für das angegebene Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AnalysisServices/servers
  • Vorgangs-IdServers_List
GetEligibleSkus(SubscriptionResource, CancellationToken)

Listet berechtigte SKUs für den Analysis Services-Ressourcenanbieter auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AnalysisServices/skus
  • Vorgangs-IdServers_ListSkusForNew
GetEligibleSkusAsync(SubscriptionResource, CancellationToken)

Listet berechtigte SKUs für den Analysis Services-Ressourcenanbieter auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/skus
  • Vorgang IdServers_ListSkusForNew
GetApiCenterServices(SubscriptionResource, CancellationToken)

Listet Dienste in einem Azure-Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ApiCenter/services
  • Vorgang IdServices_ListBySubscription
GetApiCenterServicesAsync(SubscriptionResource, CancellationToken)

Listet Dienste in einem Azure-Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ApiCenter/services
  • Vorgang IdServices_ListBySubscription
CheckApiManagementServiceNameAvailability(SubscriptionResource, ApiManagementServiceNameAvailabilityContent, CancellationToken)

Überprüft die Verfügbarkeit und Richtigkeit eines Namens für einen API Management-Dienst.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/checkNameAvailability
  • Vorgang IdApiManagementService_CheckNameAvailability
CheckApiManagementServiceNameAvailabilityAsync(SubscriptionResource, ApiManagementServiceNameAvailabilityContent, CancellationToken)

Überprüft die Verfügbarkeit und Richtigkeit eines Namens für einen API Management-Dienst.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/checkNameAvailability
  • Vorgang IdApiManagementService_CheckNameAvailability
GetApiManagementDeletedService(SubscriptionResource, AzureLocation, String, CancellationToken)

Einen vorläufig gelöschten API Management-Dienst über den Namen abrufen.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/locations/{location}/deletedservices/{serviceName}
  • Vorgang IdDeletedServices_GetByName
GetApiManagementDeletedServiceAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Einen vorläufig gelöschten API Management-Dienst über den Namen abrufen.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/locations/{location}/deletedservices/{serviceName}
  • Vorgang IdDeletedServices_GetByName
GetApiManagementDeletedServices(SubscriptionResource)

Ruft eine Auflistung von ApiManagementDeletedServiceResources in SubscriptionResource ab.

GetApiManagementDeletedServices(SubscriptionResource, CancellationToken)

Listet alle vorläufig gelöschten Dienste auf, die für das Aufheben der Löschung für das angegebene Abonnement verfügbar sind.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/deletedservices
  • Vorgang IdDeletedServices_ListBySubscription
GetApiManagementDeletedServicesAsync(SubscriptionResource, CancellationToken)

Listet alle vorläufig gelöschten Dienste auf, die für das Aufheben der Löschung für das angegebene Abonnement verfügbar sind.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/deletedservices
  • Vorgang IdDeletedServices_ListBySubscription
GetApiManagementServiceDomainOwnershipIdentifier(SubscriptionResource, CancellationToken)

Rufen Sie den benutzerdefinierten Domänenbesitzbezeichner für einen API Management Dienst ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/getDomainOwnershipIdentifier
  • Vorgang IdApiManagementService_GetDomainOwnershipIdentifier
GetApiManagementServiceDomainOwnershipIdentifierAsync(SubscriptionResource, CancellationToken)

Rufen Sie den benutzerdefinierten Domänenbesitzbezeichner für einen API Management Dienst ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/getDomainOwnershipIdentifier
  • Vorgang IdApiManagementService_GetDomainOwnershipIdentifier
GetApiManagementServices(SubscriptionResource, CancellationToken)

Listet alle API Management-Dienste in einem Azure-Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ApiManagement/service
  • Vorgang IdApiManagementService_List
GetApiManagementServicesAsync(SubscriptionResource, CancellationToken)

Listet alle API Management-Dienste in einem Azure-Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ApiManagement/service
  • Vorgang IdApiManagementService_List
GetApiManagementSkus(SubscriptionResource, CancellationToken)

Ruft die Liste der microsoft.ApiManagement SKUs ab, die für Ihr Abonnement verfügbar sind.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/skus
  • Vorgang IdApiManagementSkus_List
GetApiManagementSkusAsync(SubscriptionResource, CancellationToken)

Ruft die Liste der microsoft.ApiManagement SKUs ab, die für Ihr Abonnement verfügbar sind.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/skus
  • Vorgang IdApiManagementSkus_List
CheckAppConfigurationNameAvailability(SubscriptionResource, AppConfigurationNameAvailabilityContent, CancellationToken)

Überprüft, ob der Name des Konfigurationsspeichers zur Verwendung verfügbar ist.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/checkNameAvailability
  • Vorgang IdCheckAppConfigurationNameAvailability
CheckAppConfigurationNameAvailabilityAsync(SubscriptionResource, AppConfigurationNameAvailabilityContent, CancellationToken)

Überprüft, ob der Name des Konfigurationsspeichers zur Verwendung verfügbar ist.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/checkNameAvailability
  • Vorgang IdCheckAppConfigurationNameAvailability
GetAppConfigurationStores(SubscriptionResource, String, CancellationToken)

Listet die Konfigurationsspeicher für ein bestimmtes Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/configurationStores
  • Vorgang IdConfigurationStores_List
GetAppConfigurationStoresAsync(SubscriptionResource, String, CancellationToken)

Listet die Konfigurationsspeicher für ein bestimmtes Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/configurationStores
  • Vorgang IdConfigurationStores_List
GetDeletedAppConfigurationStore(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft einen gelöschten Azure App-Konfigurationsspeicher ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/locations/{location}/deletedConfigurationStores/{configStoreName}
  • Vorgang IdConfigurationStores_GetDeleted
GetDeletedAppConfigurationStoreAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft einen gelöschten Azure App-Konfigurationsspeicher ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/locations/{location}/deletedConfigurationStores/{configStoreName}
  • Vorgang IdConfigurationStores_GetDeleted
GetDeletedAppConfigurationStores(SubscriptionResource)

Ruft eine Auflistung von DeletedAppConfigurationStoreResources in subscriptionResource ab.

GetAvailableWorkloadProfiles(SubscriptionResource, AzureLocation, CancellationToken)

Rufen Sie alle verfügbaren Workloadprofile für einen Standort ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.App/locations/{location}/availableManagedEnvironmentsWorkloadProfileTypes
  • Vorgang IdAvailableWorkloadProfiles_Get
GetAvailableWorkloadProfilesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Rufen Sie alle verfügbaren Workloadprofile für einen Standort ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.App/locations/{location}/availableManagedEnvironmentsWorkloadProfileTypes
  • Vorgang IdAvailableWorkloadProfiles_Get
GetBillingMeters(SubscriptionResource, AzureLocation, CancellationToken)

Rufen Sie alle billingMeter für einen Standort ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.App/locations/{location}/billingMeters
  • Vorgang IdBillingMeters_Get
GetBillingMetersAsync(SubscriptionResource, AzureLocation, CancellationToken)

Rufen Sie alle billingMeter für einen Standort ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.App/locations/{location}/billingMeters
  • Vorgang IdBillingMeters_Get
GetContainerAppConnectedEnvironments(SubscriptionResource, CancellationToken)

Rufen Sie alle connectedEnvironments für ein Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.App/connectedEnvironments
  • Vorgang IdConnectedEnvironments_ListBySubscription
GetContainerAppConnectedEnvironmentsAsync(SubscriptionResource, CancellationToken)

Rufen Sie alle connectedEnvironments für ein Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.App/connectedEnvironments
  • Vorgang IdConnectedEnvironments_ListBySubscription
GetContainerAppJobs(SubscriptionResource, CancellationToken)

Rufen Sie die Container Apps-Aufträge in einem bestimmten Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.App/jobs
  • Vorgang IdJobs_ListBySubscription
GetContainerAppJobsAsync(SubscriptionResource, CancellationToken)

Rufen Sie die Container Apps-Aufträge in einem bestimmten Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.App/jobs
  • Vorgang IdJobs_ListBySubscription
GetContainerAppManagedEnvironments(SubscriptionResource, CancellationToken)

Rufen Sie alle verwalteten Umgebungen für ein Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.App/managedEnvironments
  • Vorgang IdManagedEnvironments_ListBySubscription
GetContainerAppManagedEnvironmentsAsync(SubscriptionResource, CancellationToken)

Rufen Sie alle verwalteten Umgebungen für ein Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.App/managedEnvironments
  • Vorgang IdManagedEnvironments_ListBySubscription
GetContainerApps(SubscriptionResource, CancellationToken)

Rufen Sie die Container-Apps in einem bestimmten Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.App/containerApps
  • Vorgang IdContainerApps_ListBySubscription
GetContainerAppsAsync(SubscriptionResource, CancellationToken)

Rufen Sie die Container-Apps in einem bestimmten Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.App/containerApps
  • Vorgangs-IdContainerApps_ListBySubscription
GetApplicationInsightsComponents(SubscriptionResource, CancellationToken)

Ruft eine Liste aller Application Insights-Komponenten in einem Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Insights/components
  • Vorgangs-IdComponents_List
GetApplicationInsightsComponentsAsync(SubscriptionResource, CancellationToken)

Ruft eine Liste aller Application Insights-Komponenten in einem Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Insights/components
  • Vorgangs-IdComponents_List
GetMyWorkbooks(SubscriptionResource, CategoryType, IEnumerable<String>, Nullable<Boolean>, CancellationToken)

Ruft alle privaten Arbeitsmappen ab, die innerhalb eines angegebenen Abonnements und einer bestimmten Kategorie definiert sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Insights/myWorkbooks
  • Vorgangs-IdMyWorkbooks_ListBySubscription
GetMyWorkbooksAsync(SubscriptionResource, CategoryType, IEnumerable<String>, Nullable<Boolean>, CancellationToken)

Ruft alle privaten Arbeitsmappen ab, die innerhalb eines angegebenen Abonnements und einer bestimmten Kategorie definiert sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Insights/myWorkbooks
  • Vorgangs-IdMyWorkbooks_ListBySubscription
GetWebTests(SubscriptionResource, CancellationToken)

Rufen Sie alle Application Insights-Webtestdefinitionen für das angegebene Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Insights/webtests
  • Vorgangs-IdWebTests_List
GetWebTestsAsync(SubscriptionResource, CancellationToken)

Rufen Sie alle Application Insights-Webtestdefinitionen für das angegebene Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Insights/webtests
  • Vorgangs-IdWebTests_List
GetWorkbooks(SubscriptionResource, CategoryType, IEnumerable<String>, Nullable<Boolean>, CancellationToken)

Ruft alle Arbeitsmappen ab, die in einem angegebenen Abonnement und einer angegebenen Kategorie definiert sind.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Insights/workbooks
  • Vorgangs-IdWorkbooks_ListBySubscription
GetWorkbooksAsync(SubscriptionResource, CategoryType, IEnumerable<String>, Nullable<Boolean>, CancellationToken)

Ruft alle Arbeitsmappen ab, die in einem angegebenen Abonnement und einer angegebenen Kategorie definiert sind.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Insights/workbooks
  • Vorgangs-IdWorkbooks_ListBySubscription
GetContainerApps(SubscriptionResource, CancellationToken)

Rufen Sie die Container-Apps in einem bestimmten Abonnement ab. Anforderungspfad: /subscriptions/{subscriptionId}/providers/Microsoft.App/containerApps Vorgangs-ID: ContainerApps_ListBySubscription

GetContainerAppsAsync(SubscriptionResource, CancellationToken)

Rufen Sie die Container-Apps in einem bestimmten Abonnement ab. Anforderungspfad: /subscriptions/{subscriptionId}/providers/Microsoft.App/containerApps Vorgangs-ID: ContainerApps_ListBySubscription

GetManagedEnvironments(SubscriptionResource, CancellationToken)

Abrufen aller verwalteten Umgebungen für ein Abonnement. Anforderungspfad: /subscriptions/{subscriptionId}/providers/Microsoft.App/managedEnvironments Vorgangs-ID: ManagedEnvironments_ListBySubscription

GetManagedEnvironmentsAsync(SubscriptionResource, CancellationToken)

Abrufen aller verwalteten Umgebungen für ein Abonnement. Anforderungspfad: /subscriptions/{subscriptionId}/providers/Microsoft.App/managedEnvironments Vorgangs-ID: ManagedEnvironments_ListBySubscription

CheckAppPlatformNameAvailability(SubscriptionResource, AzureLocation, AppPlatformNameAvailabilityContent, CancellationToken)

Überprüft, ob der Ressourcenname gültig ist und noch nicht verwendet wird.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.AppPlatform/locations/{location}/checkNameAvailability
  • Vorgangs-IdServices_CheckNameAvailability
CheckAppPlatformNameAvailabilityAsync(SubscriptionResource, AzureLocation, AppPlatformNameAvailabilityContent, CancellationToken)

Überprüft, ob der Ressourcenname gültig ist und noch nicht verwendet wird.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.AppPlatform/locations/{location}/checkNameAvailability
  • Vorgangs-IdServices_CheckNameAvailability
GetAppPlatformServices(SubscriptionResource, CancellationToken)

Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einem Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AppPlatform/Spring
  • Vorgangs-IdServices_ListBySubscription
GetAppPlatformServicesAsync(SubscriptionResource, CancellationToken)

Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einem Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AppPlatform/Spring
  • Vorgangs-IdServices_ListBySubscription
GetSkus(SubscriptionResource, CancellationToken)

Listet alle verfügbaren Skus des Anbieters Microsoft.AppPlatform auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.AppPlatform/skus
  • Vorgangs-IdSkus_List
GetSkusAsync(SubscriptionResource, CancellationToken)

Listet alle verfügbaren Skus des Anbieters Microsoft.AppPlatform auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.AppPlatform/skus
  • Vorgangs-IdSkus_List
CheckAppServiceDomainRegistrationAvailability(SubscriptionResource, AppServiceDomainNameIdentifier, CancellationToken)

Beschreibung für Überprüfen, ob eine Domäne für die Registrierung verfügbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DomainRegistration/checkDomainAvailability
  • Vorgangs-IdDomains_CheckAvailability
CheckAppServiceDomainRegistrationAvailabilityAsync(SubscriptionResource, AppServiceDomainNameIdentifier, CancellationToken)

Beschreibung für Überprüfen, ob eine Domäne für die Registrierung verfügbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DomainRegistration/checkDomainAvailability
  • Vorgangs-IdDomains_CheckAvailability
CheckAppServiceNameAvailability(SubscriptionResource, ResourceNameAvailabilityContent, CancellationToken)

Beschreibung für Überprüfen, ob ein Ressourcenname verfügbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/checknameavailability
  • Vorgang IdCheckNameAvailability
CheckAppServiceNameAvailabilityAsync(SubscriptionResource, ResourceNameAvailabilityContent, CancellationToken)

Beschreibung für Überprüfen, ob ein Ressourcenname verfügbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/checknameavailability
  • Vorgang IdCheckNameAvailability
DisableAppServiceRecommendation(SubscriptionResource, String, CancellationToken)

Beschreibung für Deaktiviert die angegebene Regel, sodass sie in Zukunft nicht mehr für ein Abonnement gilt.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Web/recommendations/{name}/disable
  • Vorgangs-IdRecommendations_DisableRecommendationForSubscription
DisableAppServiceRecommendationAsync(SubscriptionResource, String, CancellationToken)

Beschreibung für Deaktiviert die angegebene Regel, sodass sie in Zukunft nicht mehr für ein Abonnement gilt.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Web/recommendations/{name}/disable
  • Vorgangs-IdRecommendations_DisableRecommendationForSubscription
GetAllResourceHealthMetadata(SubscriptionResource, CancellationToken)

Beschreibung für Auflisten aller ResourceHealthMetadatas für alle Websites im Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/resourceHealthMetadata
  • Vorgangs-IdResourceHealthMetadata_List
GetAllResourceHealthMetadataAsync(SubscriptionResource, CancellationToken)

Beschreibung für Auflisten aller ResourceHealthMetadatas für alle Websites im Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/resourceHealthMetadata
  • Vorgangs-IdResourceHealthMetadata_List
GetAllSiteIdentifierData(SubscriptionResource, AppServiceDomainNameIdentifier, CancellationToken)

Beschreibung für Auflisten aller Apps, die einem Hostnamen zugewiesen sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/listSitesAssignedToHostName
  • Vorgang IdListSiteIdentifiersAssignedToHostName
GetAllSiteIdentifierDataAsync(SubscriptionResource, AppServiceDomainNameIdentifier, CancellationToken)

Beschreibung für Auflisten aller Apps, die einem Hostnamen zugewiesen sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/listSitesAssignedToHostName
  • Vorgang IdListSiteIdentifiersAssignedToHostName
GetAppCertificates(SubscriptionResource, String, CancellationToken)

Beschreibung für Abrufen aller Zertifikate für ein Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Web/certificates
  • Vorgangs-IdCertificates_List
GetAppCertificatesAsync(SubscriptionResource, String, CancellationToken)

Beschreibung für Abrufen aller Zertifikate für ein Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Web/certificates
  • Vorgangs-IdCertificates_List
GetAppServiceCertificateOrders(SubscriptionResource, CancellationToken)

Beschreibung für Auflisten aller Zertifikatbestellungen in einem Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.CertificateRegistration/certificateOrders
  • Vorgangs-IdAppServiceCertificateOrders_List
GetAppServiceCertificateOrdersAsync(SubscriptionResource, CancellationToken)

Beschreibung für Auflisten aller Zertifikatbestellungen in einem Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.CertificateRegistration/certificateOrders
  • Vorgangs-IdAppServiceCertificateOrders_List
GetAppServiceDeploymentLocations(SubscriptionResource, CancellationToken)

Beschreibung für Ruft eine Liste der verfügbaren geografischen Regionen plus Ministamps ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/deploymentLocations
  • Vorgang IdGetSubscriptionDeploymentLocations
GetAppServiceDeploymentLocationsAsync(SubscriptionResource, CancellationToken)

Beschreibung für Ruft eine Liste der verfügbaren geografischen Regionen plus Ministamps ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/deploymentLocations
  • Vorgang IdGetSubscriptionDeploymentLocations
GetAppServiceDomainRecommendations(SubscriptionResource, DomainRecommendationSearchContent, CancellationToken)

Beschreibung für Abrufen von Domänennamenempfehlungen basierend auf Schlüsselwörtern.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DomainRegistration/listDomainRecommendations
  • Vorgangs-IdDomains_ListRecommendations
GetAppServiceDomainRecommendationsAsync(SubscriptionResource, DomainRecommendationSearchContent, CancellationToken)

Beschreibung für Abrufen von Domänennamenempfehlungen basierend auf Schlüsselwörtern.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DomainRegistration/listDomainRecommendations
  • Vorgangs-IdDomains_ListRecommendations
GetAppServiceDomains(SubscriptionResource, CancellationToken)

Beschreibung für Abrufen aller Domänen in einem Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DomainRegistration/domains
  • Vorgangs-IdDomains_List
GetAppServiceDomainsAsync(SubscriptionResource, CancellationToken)

Beschreibung für Abrufen aller Domänen in einem Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DomainRegistration/domains
  • Vorgangs-IdDomains_List
GetAppServiceEnvironments(SubscriptionResource, CancellationToken)

Beschreibung für Abrufen aller App Service Umgebungen für ein Abonnement.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Web/hostingEnvironments
  • Vorgangs-IdAppServiceEnvironments_List
GetAppServiceEnvironmentsAsync(SubscriptionResource, CancellationToken)

Beschreibung für Abrufen aller App Service Umgebungen für ein Abonnement.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Web/hostingEnvironments
  • Vorgangs-IdAppServiceEnvironments_List
GetAppServicePlans(SubscriptionResource, Nullable<Boolean>, CancellationToken)

Beschreibung für Abrufen aller App Service Pläne für ein Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/serverfarms
  • Vorgangs-IdAppServicePlans_List
GetAppServicePlansAsync(SubscriptionResource, Nullable<Boolean>, CancellationToken)

Beschreibung für Abrufen aller App Service Pläne für ein Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/serverfarms
  • Vorgangs-IdAppServicePlans_List
GetAvailableStacksOnPremProviders(SubscriptionResource, Nullable<ProviderOSTypeSelected>, CancellationToken)

Beschreibung zum Abrufen verfügbarer Anwendungsframeworks und deren Versionen

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/availableStacks
  • Vorgangs-IdProvider_GetAvailableStacksOnPrem
GetAvailableStacksOnPremProvidersAsync(SubscriptionResource, Nullable<ProviderOSTypeSelected>, CancellationToken)

Beschreibung zum Abrufen verfügbarer Anwendungsframeworks und deren Versionen

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/availableStacks
  • Vorgangs-IdProvider_GetAvailableStacksOnPrem
GetBillingMeters(SubscriptionResource, String, String, CancellationToken)

Beschreibung für Ruft eine Liste der Verbrauchseinheiten für einen bestimmten Standort ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Web/billingMeters
  • Vorgang IdListBillingMeters
GetBillingMetersAsync(SubscriptionResource, String, String, CancellationToken)

Beschreibung für Ruft eine Liste der Verbrauchseinheiten für einen bestimmten Standort ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Web/billingMeters
  • Vorgang IdListBillingMeters
GetControlCenterSsoRequestDomain(SubscriptionResource, CancellationToken)

Beschreibung für Generieren einer SSO-Anforderung für das Domänenverwaltungsportal.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DomainRegistration/generateSsoRequest
  • Vorgangs-IdDomains_GetControlCenterSsoRequest
GetControlCenterSsoRequestDomainAsync(SubscriptionResource, CancellationToken)

Beschreibung für Generieren einer SSO-Anforderung für das Domänenverwaltungsportal.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DomainRegistration/generateSsoRequest
  • Vorgangs-IdDomains_GetControlCenterSsoRequest
GetDeletedSite(SubscriptionResource, String, CancellationToken)

Beschreibung für Get deleted app for a subscription( Get deleted app for a subscription).

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}
  • Vorgangs-IdGlobal_GetDeletedWebApp
GetDeletedSiteAsync(SubscriptionResource, String, CancellationToken)

Beschreibung für Get deleted app for a subscription( Get deleted app for a subscription).

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}
  • Vorgangs-IdGlobal_GetDeletedWebApp
GetDeletedSites(SubscriptionResource)

Ruft eine Auflistung von DeletedSiteResources in subscriptionResource ab.

GetDeletedSitesByLocation(SubscriptionResource, AzureLocation, CancellationToken)

Beschreibung für Abrufen aller gelöschten Apps für ein Abonnement am Standort

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites
  • Vorgangs-IdDeletedWebApps_ListByLocation
GetDeletedSitesByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Beschreibung für Abrufen aller gelöschten Apps für ein Abonnement am Standort

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites
  • Vorgangs-IdDeletedWebApps_ListByLocation
GetDeletedWebAppByLocationDeletedWebApp(SubscriptionResource, AzureLocation, String, CancellationToken)

Beschreibung für Get deleted app for a subscription at location( Get deleted app for a subscription at location).

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites/{deletedSiteId}
  • Vorgangs-IdDeletedWebApps_GetDeletedWebAppByLocation
GetDeletedWebAppByLocationDeletedWebAppAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Beschreibung für Get deleted app for a subscription at location( Get deleted app for a subscription at location).

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites/{deletedSiteId}
  • Vorgangs-IdDeletedWebApps_GetDeletedWebAppByLocation
GetGeoRegions(SubscriptionResource, Nullable<AppServiceSkuName>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Beschreibung für Abrufen einer Liste der verfügbaren geografischen Regionen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/geoRegions
  • Vorgang IdListGeoRegions
GetGeoRegionsAsync(SubscriptionResource, Nullable<AppServiceSkuName>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Beschreibung für Abrufen einer Liste der verfügbaren geografischen Regionen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/geoRegions
  • Vorgang IdListGeoRegions
GetKubeEnvironments(SubscriptionResource, CancellationToken)

Beschreibung für Abrufen aller Kubernetes-Umgebungen für ein Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Web/kubeEnvironments
  • Vorgangs-IdKubeEnvironments_ListBySubscription
GetKubeEnvironmentsAsync(SubscriptionResource, CancellationToken)

Beschreibung für Abrufen aller Kubernetes-Umgebungen für ein Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Web/kubeEnvironments
  • Vorgangs-IdKubeEnvironments_ListBySubscription
GetPremierAddOnOffers(SubscriptionResource, CancellationToken)

Beschreibung für Auflisten aller Premium-Add-On-Angebote.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/premieraddonoffers
  • Vorgang IdListPremierAddOnOffers
GetPremierAddOnOffersAsync(SubscriptionResource, CancellationToken)

Beschreibung für Auflisten aller Premium-Add-On-Angebote.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/premieraddonoffers
  • Vorgang IdListPremierAddOnOffers
GetRecommendations(SubscriptionResource, Nullable<Boolean>, String, CancellationToken)

Beschreibung für Auflisten aller Empfehlungen für ein Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Web/recommendations
  • Vorgangs-IdRecommendations_List
GetRecommendationsAsync(SubscriptionResource, Nullable<Boolean>, String, CancellationToken)

Beschreibung für Auflisten aller Empfehlungen für ein Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Web/recommendations
  • Vorgangs-IdRecommendations_List
GetSkus(SubscriptionResource, CancellationToken)

Beschreibung für Auflisten aller SKUs.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/skus
  • Vorgang IdListSkus
GetSkusAsync(SubscriptionResource, CancellationToken)

Beschreibung für Auflisten aller SKUs.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/skus
  • Vorgang IdListSkus
GetStaticSites(SubscriptionResource, CancellationToken)

Beschreibung für Abrufen aller statischen Websites für ein Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/staticSites
  • Vorgangs-IdStaticSites_List
GetStaticSitesAsync(SubscriptionResource, CancellationToken)

Beschreibung für Abrufen aller statischen Websites für ein Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/staticSites
  • Vorgangs-IdStaticSites_List
GetTopLevelDomain(SubscriptionResource, String, CancellationToken)

Beschreibung für Get details of a top-level domain.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DomainRegistration/topLevelDomains/{name}
  • Vorgangs-IdTopLevelDomains_Get
GetTopLevelDomainAsync(SubscriptionResource, String, CancellationToken)

Beschreibung für Get details of a top-level domain.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DomainRegistration/topLevelDomains/{name}
  • Vorgangs-IdTopLevelDomains_Get
GetTopLevelDomains(SubscriptionResource)

Ruft eine Auflistung von TopLevelDomainResources in subscriptionResource ab.

GetWebSites(SubscriptionResource, CancellationToken)

Beschreibung für Abrufen aller Apps für ein Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Web/sites
  • Vorgangs-IdWebApps_List
GetWebSitesAsync(SubscriptionResource, CancellationToken)

Beschreibung für Abrufen aller Apps für ein Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Web/sites
  • Vorgangs-IdWebApps_List
PreviewStaticSiteWorkflow(SubscriptionResource, AzureLocation, StaticSitesWorkflowPreviewContent, CancellationToken)

Beschreibung für Generiert eine Vorschauworkflowdatei für die statische Website

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Web/locations/{location}/previewStaticSiteWorkflowFile
  • Vorgangs-IdStaticSites_PreviewWorkflow
PreviewStaticSiteWorkflowAsync(SubscriptionResource, AzureLocation, StaticSitesWorkflowPreviewContent, CancellationToken)

Beschreibung für Generiert eine Vorschauworkflowdatei für die statische Website

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Web/locations/{location}/previewStaticSiteWorkflowFile
  • Vorgangs-IdStaticSites_PreviewWorkflow
ResetAllRecommendationFilters(SubscriptionResource, CancellationToken)

Beschreibung für Einstellungen für die Deaktivierung aller Empfehlungen für ein Abonnement zurücksetzen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/recommendations/reset
  • Vorgangs-IdRecommendations_ResetAllFilters
ResetAllRecommendationFiltersAsync(SubscriptionResource, CancellationToken)

Beschreibung für Einstellungen für die Deaktivierung aller Empfehlungen für ein Abonnement zurücksetzen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/recommendations/reset
  • Vorgangs-IdRecommendations_ResetAllFilters
ValidateAppServiceCertificateOrderPurchaseInformation(SubscriptionResource, AppServiceCertificateOrderData, CancellationToken)

Beschreibung für Überprüfen von Informationen für eine Zertifikatreihenfolge.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.CertificateRegistration/validateCertificateRegistrationInformation
  • Vorgangs-IdAppServiceCertificateOrders_ValidatePurchaseInformation
ValidateAppServiceCertificateOrderPurchaseInformationAsync(SubscriptionResource, AppServiceCertificateOrderData, CancellationToken)

Beschreibung für Überprüfen von Informationen für eine Zertifikatreihenfolge.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.CertificateRegistration/validateCertificateRegistrationInformation
  • Vorgangs-IdAppServiceCertificateOrders_ValidatePurchaseInformation
VerifyHostingEnvironmentVnet(SubscriptionResource, AppServiceVirtualNetworkValidationContent, CancellationToken)

Beschreibung für Überprüft, ob dieses VNET mit einem App Service-Umgebung kompatibel ist, indem die Regeln für Netzwerksicherheitsgruppen analysiert werden.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/verifyHostingEnvironmentVnet
  • Vorgang IdVerifyHostingEnvironmentVnet
VerifyHostingEnvironmentVnetAsync(SubscriptionResource, AppServiceVirtualNetworkValidationContent, CancellationToken)

Beschreibung für Überprüft, ob dieses VNET mit einem App Service-Umgebung kompatibel ist, indem die Regeln für Netzwerksicherheitsgruppen analysiert werden.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/verifyHostingEnvironmentVnet
  • Vorgang IdVerifyHostingEnvironmentVnet
GetScVmmAvailabilitySets(SubscriptionResource, CancellationToken)

Liste der AvailabilitySets in einem Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ScVmm/availabilitySets
  • Vorgangs-IdAvailabilitySets_ListBySubscription
GetScVmmAvailabilitySetsAsync(SubscriptionResource, CancellationToken)

Liste der AvailabilitySets in einem Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ScVmm/availabilitySets
  • Vorgangs-IdAvailabilitySets_ListBySubscription
GetScVmmClouds(SubscriptionResource, CancellationToken)

Liste der Clouds in einem Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ScVmm/clouds
  • Vorgangs-IdClouds_ListBySubscription
GetScVmmCloudsAsync(SubscriptionResource, CancellationToken)

Liste der Clouds in einem Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ScVmm/clouds
  • Vorgangs-IdClouds_ListBySubscription
GetScVmmServers(SubscriptionResource, CancellationToken)

Liste der VmmServer in einem Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ScVmm/vmmServers
  • Vorgangs-IdVmmServers_ListBySubscription
GetScVmmServersAsync(SubscriptionResource, CancellationToken)

Liste der VmmServer in einem Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ScVmm/vmmServers
  • Vorgangs-IdVmmServers_ListBySubscription
GetScVmmVirtualMachines(SubscriptionResource, CancellationToken)

Liste der VirtualMachines in einem Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ScVmm/virtualMachines
  • Vorgangs-IdVirtualMachines_ListBySubscription
GetScVmmVirtualMachinesAsync(SubscriptionResource, CancellationToken)

Liste der VirtualMachines in einem Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ScVmm/virtualMachines
  • Vorgangs-IdVirtualMachines_ListBySubscription
GetScVmmVirtualMachineTemplates(SubscriptionResource, CancellationToken)

Liste der VirtualMachineTemplates in einem Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ScVmm/virtualMachineTemplates
  • Vorgangs-IdVirtualMachineTemplates_ListBySubscription
GetScVmmVirtualMachineTemplatesAsync(SubscriptionResource, CancellationToken)

Liste der VirtualMachineTemplates in einem Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ScVmm/virtualMachineTemplates
  • Vorgangs-IdVirtualMachineTemplates_ListBySubscription
GetScVmmVirtualNetworks(SubscriptionResource, CancellationToken)

Liste der VirtualNetworks in einem Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ScVmm/virtualNetworks
  • Vorgangs-IdVirtualNetworks_ListBySubscription
GetScVmmVirtualNetworksAsync(SubscriptionResource, CancellationToken)

Liste der VirtualNetworks in einem Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ScVmm/virtualNetworks
  • Vorgangs-IdVirtualNetworks_ListBySubscription
GetAttestationProviders(SubscriptionResource, CancellationToken)

Gibt eine Liste der Nachweisanbieter in einem Abonnement zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Attestation/attestationProviders
  • Vorgangs-IdAttestationProviders_List
GetAttestationProvidersAsync(SubscriptionResource, CancellationToken)

Gibt eine Liste der Nachweisanbieter in einem Abonnement zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Attestation/attestationProviders
  • Vorgang IdAttestationProviders_List
GetAttestationProvidersByDefaultProvider(SubscriptionResource, CancellationToken)

Abrufen des Standardanbieters

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Attestation/defaultProviders
  • Vorgang IdAttestationProviders_ListDefault
GetAttestationProvidersByDefaultProviderAsync(SubscriptionResource, CancellationToken)

Abrufen des Standardanbieters

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Attestation/defaultProviders
  • Vorgang IdAttestationProviders_ListDefault
GetDefaultByLocationAttestationProvider(SubscriptionResource, AzureLocation, CancellationToken)

Rufen Sie den Standardanbieter nach Standort ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Attestation/locations/{location}/defaultProvider
  • Vorgang IdAttestationProviders_GetDefaultByLocation
GetDefaultByLocationAttestationProviderAsync(SubscriptionResource, AzureLocation, CancellationToken)

Rufen Sie den Standardanbieter nach Standort ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Attestation/locations/{location}/defaultProvider
  • Vorgang IdAttestationProviders_GetDefaultByLocation
GetAuthorizationRoleDefinition(ArmResource, ResourceIdentifier, CancellationToken)

Abrufen der Rollendefinition nach Name (GUID).

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleDefinitions/{roleDefinitionId}
  • Vorgang IdRoleDefinitions_Get
GetAuthorizationRoleDefinitionAsync(ArmResource, ResourceIdentifier, CancellationToken)

Abrufen der Rollendefinition nach Name (GUID).

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleDefinitions/{roleDefinitionId}
  • Vorgang IdRoleDefinitions_Get
GetAuthorizationRoleDefinitions(ArmResource)

Ruft eine Auflistung von AuthorizationRoleDefinitionResources in armResource ab.

GetClassicAdministrators(SubscriptionResource, CancellationToken)

Ruft Dienstadministrator, Kontoadministrator und Co-Administratoren für das Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Authorization/classicAdministrators
  • Vorgang IdClassicAdministrators_List
GetClassicAdministratorsAsync(SubscriptionResource, CancellationToken)

Ruft Dienstadministrator, Kontoadministrator und Co-Administratoren für das Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Authorization/classicAdministrators
  • Vorgang IdClassicAdministrators_List
GetDenyAssignment(ArmResource, String, CancellationToken)

Rufen Sie die angegebene Deny-Zuweisung ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
  • Vorgang IdDenyAssignments_Get
GetDenyAssignmentAsync(ArmResource, String, CancellationToken)

Rufen Sie die angegebene Deny-Zuweisung ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
  • Vorgang IdDenyAssignments_Get
GetDenyAssignments(ArmResource)

Ruft eine Auflistung von DenyAssignmentResources in ArmResource ab.

GetRoleAssignment(ArmResource, String, String, CancellationToken)

Rufen Sie eine Rollenzuweisung nach Bereich und Name ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}
  • Vorgang IdRoleAssignments_Get
GetRoleAssignmentAsync(ArmResource, String, String, CancellationToken)

Rufen Sie eine Rollenzuweisung nach Bereich und Name ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}
  • Vorgang IdRoleAssignments_Get
GetRoleAssignments(ArmResource)

Ruft eine Auflistung von RoleAssignmentResources in ArmResource ab.

GetRoleAssignmentSchedule(ArmResource, String, CancellationToken)

Abrufen des angegebenen Rollenzuweisungszeitplans für einen Ressourcenbereich

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentSchedules/{roleAssignmentScheduleName}
  • Vorgang IdRoleAssignmentSchedules_Get
GetRoleAssignmentScheduleAsync(ArmResource, String, CancellationToken)

Abrufen des angegebenen Rollenzuweisungszeitplans für einen Ressourcenbereich

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentSchedules/{roleAssignmentScheduleName}
  • Vorgang IdRoleAssignmentSchedules_Get
GetRoleAssignmentScheduleInstance(ArmResource, String, CancellationToken)

Ruft den angegebenen Rollenzuweisungszeitplan instance ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
  • Vorgang IdRoleAssignmentScheduleInstances_Get
GetRoleAssignmentScheduleInstanceAsync(ArmResource, String, CancellationToken)

Ruft den angegebenen Rollenzuweisungszeitplan instance ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
  • Vorgang IdRoleAssignmentScheduleInstances_Get
GetRoleAssignmentScheduleInstances(ArmResource)

Ruft eine Auflistung von RoleAssignmentScheduleInstanceResources in ArmResource ab.

GetRoleAssignmentScheduleRequest(ArmResource, String, CancellationToken)

Rufen Sie die angegebene Anforderung des Rollenzuweisungszeitplans ab.

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • Vorgang IdRoleAssignmentScheduleRequests_Get
GetRoleAssignmentScheduleRequestAsync(ArmResource, String, CancellationToken)

Rufen Sie die angegebene Anforderung des Rollenzuweisungszeitplans ab.

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • Vorgang IdRoleAssignmentScheduleRequests_Get
GetRoleAssignmentScheduleRequests(ArmResource)

Ruft eine Auflistung von RoleAssignmentScheduleRequestResources in armResource ab.

GetRoleAssignmentSchedules(ArmResource)

Ruft eine Auflistung von RoleAssignmentScheduleResources in ArmResource ab.

GetRoleEligibilitySchedule(ArmResource, String, CancellationToken)

Abrufen des angegebenen Rollenberechtigungszeitplans für einen Ressourcenbereich

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleEligibilitySchedules/{roleEligibilityScheduleName}
  • Vorgang IdRoleEligibilitySchedules_Get
GetRoleEligibilityScheduleAsync(ArmResource, String, CancellationToken)

Abrufen des angegebenen Rollenberechtigungszeitplans für einen Ressourcenbereich

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleEligibilitySchedules/{roleEligibilityScheduleName}
  • Vorgang IdRoleEligibilitySchedules_Get
GetRoleEligibilityScheduleInstance(ArmResource, String, CancellationToken)

Ruft den angegebenen Rollenberechtigungszeitplan instance ab.

  • Request Path/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleInstances/{roleEligibilityScheduleInstanceName}
  • Vorgang IdRoleEligibilityScheduleInstances_Get
GetRoleEligibilityScheduleInstanceAsync(ArmResource, String, CancellationToken)

Ruft den angegebenen Rollenberechtigungszeitplan instance ab.

  • Request Path/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleInstances/{roleEligibilityScheduleInstanceName}
  • Vorgang IdRoleEligibilityScheduleInstances_Get
GetRoleEligibilityScheduleInstances(ArmResource)

Ruft eine Auflistung von RoleEligibilityScheduleInstanceResources in ArmResource ab.

GetRoleEligibilityScheduleRequest(ArmResource, String, CancellationToken)

Rufen Sie die angegebene Rollenberechtigungsplanungsanforderung ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleRequests/{roleEligibilityScheduleRequestName}
  • Vorgang IdRoleEligibilityScheduleRequests_Get
GetRoleEligibilityScheduleRequestAsync(ArmResource, String, CancellationToken)

Rufen Sie die angegebene Rollenberechtigungsplanungsanforderung ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleRequests/{roleEligibilityScheduleRequestName}
  • Vorgang IdRoleEligibilityScheduleRequests_Get
GetRoleEligibilityScheduleRequests(ArmResource)

Ruft eine Auflistung von RoleEligibilityScheduleRequestResources in armResource ab.

GetRoleEligibilitySchedules(ArmResource)

Ruft eine Auflistung von RoleEligibilityScheduleResources in armResource ab.

GetRoleManagementPolicies(ArmResource)

Ruft eine Auflistung von RoleManagementPolicyResources in ArmResource ab.

GetRoleManagementPolicy(ArmResource, String, CancellationToken)

Angegebene Rollenverwaltungsrichtlinie für einen Ressourcenbereich abrufen

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}
  • Vorgang IdRoleManagementPolicies_Get
GetRoleManagementPolicyAssignment(ArmResource, String, CancellationToken)

Abrufen der angegebenen Rollenverwaltungsrichtlinienzuweisung für einen Ressourcenbereich

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleManagementPolicyAssignments/{roleManagementPolicyAssignmentName}
  • Vorgang IdRoleManagementPolicyAssignments_Get
GetRoleManagementPolicyAssignmentAsync(ArmResource, String, CancellationToken)

Abrufen der angegebenen Rollenverwaltungsrichtlinienzuweisung für einen Ressourcenbereich

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleManagementPolicyAssignments/{roleManagementPolicyAssignmentName}
  • Vorgang IdRoleManagementPolicyAssignments_Get
GetRoleManagementPolicyAssignments(ArmResource)

Ruft eine Auflistung von RoleManagementPolicyAssignmentResources in ArmResource ab.

GetRoleManagementPolicyAsync(ArmResource, String, CancellationToken)

Angegebene Rollenverwaltungsrichtlinie für einen Ressourcenbereich abrufen

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}
  • Vorgang IdRoleManagementPolicies_Get
GetAutomanageConfigurationProfiles(SubscriptionResource, CancellationToken)

Abrufen einer Liste des Konfigurationsprofils innerhalb eines Abonnements

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Automanage/configurationProfiles
  • Vorgang IdConfigurationProfiles_ListBySubscription
GetAutomanageConfigurationProfilesAsync(SubscriptionResource, CancellationToken)

Abrufen einer Liste des Konfigurationsprofils innerhalb eines Abonnements

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Automanage/configurationProfiles
  • Vorgang IdConfigurationProfiles_ListBySubscription
GetServicePrincipal(SubscriptionResource, CancellationToken)

Rufen Sie die AAD-Erstanbieter-Anwendungsdienstprinzipaldetails für die Abonnement-ID ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Automanage/servicePrincipals/default
  • Vorgang IdServicePrincipals_Get
GetServicePrincipalAsync(SubscriptionResource, CancellationToken)

Rufen Sie die AAD-Erstanbieter-Anwendungsdienstprinzipaldetails für die Abonnement-ID ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Automanage/servicePrincipals/default
  • Vorgang IdServicePrincipals_Get
GetServicePrincipals(SubscriptionResource, CancellationToken)

Rufen Sie die AAD-Erstanbieter-Anwendungsdienstprinzipaldetails für die Abonnement-ID ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Automanage/servicePrincipals
  • Vorgang IdServicePrincipals_ListBySubscription
GetServicePrincipalsAsync(SubscriptionResource, CancellationToken)

Rufen Sie die AAD-Erstanbieter-Anwendungsdienstprinzipaldetails für die Abonnement-ID ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Automanage/servicePrincipals
  • Vorgang IdServicePrincipals_ListBySubscription
GetAutomationAccounts(SubscriptionResource, CancellationToken)

Ruft eine Liste von Konten innerhalb eines bestimmten Abonnements ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Automation/automationAccounts
  • Vorgang IdAutomationAccount_List
GetAutomationAccountsAsync(SubscriptionResource, CancellationToken)

Ruft eine Liste von Konten innerhalb eines bestimmten Abonnements ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Automation/automationAccounts
  • Vorgang IdAutomationAccount_List
GetDeletedAutomationAccountsBySubscription(SubscriptionResource, CancellationToken)

Rufen Sie das gelöschte Automation-Konto ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Automation/deletedAutomationAccounts
  • Vorgang IddeletedAutomationAccounts_ListBySubscription
GetDeletedAutomationAccountsBySubscriptionAsync(SubscriptionResource, CancellationToken)

Rufen Sie das gelöschte Automation-Konto ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Automation/deletedAutomationAccounts
  • Vorgang IddeletedAutomationAccounts_ListBySubscription
CheckAvsQuotaAvailability(SubscriptionResource, AzureLocation, CancellationToken)

Rückgabekontingent für Abonnement nach Region

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.AVS/locations/{location}/checkQuotaAvailability
  • Vorgang IdLocations_CheckQuotaAvailability
CheckAvsQuotaAvailabilityAsync(SubscriptionResource, AzureLocation, CancellationToken)

Rückgabekontingent für Abonnement nach Region

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.AVS/locations/{location}/checkQuotaAvailability
  • Vorgang IdLocations_CheckQuotaAvailability
CheckAvsTrialAvailability(SubscriptionResource, AzureLocation, AvsSku, CancellationToken)

Zurückgeben von test status für das Abonnement nach Region

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.AVS/locations/{location}/checkTrialAvailability
  • Vorgang IdLocations_CheckTrialAvailability
CheckAvsTrialAvailability(SubscriptionResource, AzureLocation, CancellationToken)

Zurückgeben von test status für das Abonnement nach Region

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.AVS/locations/{location}/checkTrialAvailability
  • Vorgang IdLocations_CheckTrialAvailability
CheckAvsTrialAvailabilityAsync(SubscriptionResource, AzureLocation, AvsSku, CancellationToken)

Zurückgeben von test status für das Abonnement nach Region

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.AVS/locations/{location}/checkTrialAvailability
  • Vorgang IdLocations_CheckTrialAvailability
CheckAvsTrialAvailabilityAsync(SubscriptionResource, AzureLocation, CancellationToken)

Zurückgeben von test status für das Abonnement nach Region

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.AVS/locations/{location}/checkTrialAvailability
  • Vorgang IdLocations_CheckTrialAvailability
GetAvsPrivateClouds(SubscriptionResource, CancellationToken)

Auflisten privater Clouds in einem Abonnement

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.AVS/privateClouds
  • Vorgang IdPrivateClouds_ListInSubscription
GetAvsPrivateCloudsAsync(SubscriptionResource, CancellationToken)

Auflisten privater Clouds in einem Abonnement

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.AVS/privateClouds
  • Vorgang IdPrivateClouds_ListInSubscription
CheckBatchNameAvailability(SubscriptionResource, AzureLocation, BatchNameAvailabilityContent, CancellationToken)

Überprüft, ob der Name des Batch-Kontos in der angegebenen Region verfügbar ist.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/checkNameAvailability
  • Vorgang IdLocation_CheckNameAvailability
CheckBatchNameAvailabilityAsync(SubscriptionResource, AzureLocation, BatchNameAvailabilityContent, CancellationToken)

Überprüft, ob der Name des Batch-Kontos in der angegebenen Region verfügbar ist.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/checkNameAvailability
  • Vorgang IdLocation_CheckNameAvailability
GetBatchAccounts(SubscriptionResource, CancellationToken)

Ruft Informationen zu den Batch-Konten ab, die dem Abonnement zugeordnet sind.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Batch/batchAccounts
  • Vorgang IdBatchAccount_List
GetBatchAccountsAsync(SubscriptionResource, CancellationToken)

Ruft Informationen zu den Batch-Konten ab, die dem Abonnement zugeordnet sind.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Batch/batchAccounts
  • Vorgang IdBatchAccount_List
GetBatchQuotas(SubscriptionResource, AzureLocation, CancellationToken)

Ruft die Batch-Dienstkontingente für das angegebene Abonnement am angegebenen Speicherort ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/quotas
  • Vorgang IdLocation_GetQuotas
GetBatchQuotasAsync(SubscriptionResource, AzureLocation, CancellationToken)

Ruft die Batch-Dienstkontingente für das angegebene Abonnement am angegebenen Speicherort ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/quotas
  • Vorgang IdLocation_GetQuotas
GetBatchSupportedCloudServiceSkus(SubscriptionResource, AzureLocation, Nullable<Int32>, String, CancellationToken)

Ruft die Liste der vom Batch unterstützten Clouddienst-VM-Größen ab, die am angegebenen Speicherort verfügbar sind.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/cloudServiceSkus
  • Vorgang IdLocation_ListSupportedCloudServiceSkus
GetBatchSupportedCloudServiceSkusAsync(SubscriptionResource, AzureLocation, Nullable<Int32>, String, CancellationToken)

Ruft die Liste der vom Batch unterstützten Clouddienst-VM-Größen ab, die am angegebenen Speicherort verfügbar sind.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/cloudServiceSkus
  • Vorgang IdLocation_ListSupportedCloudServiceSkus
GetBatchSupportedVirtualMachineSkus(SubscriptionResource, AzureLocation, Nullable<Int32>, String, CancellationToken)

Ruft die Liste der vom Batch unterstützten VM-Größen ab, die am angegebenen Speicherort verfügbar sind.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/virtualMachineSkus
  • Vorgang IdLocation_ListSupportedVirtualMachineSkus
GetBatchSupportedVirtualMachineSkusAsync(SubscriptionResource, AzureLocation, Nullable<Int32>, String, CancellationToken)

Ruft die Liste der vom Batch unterstützten VM-Größen ab, die am angegebenen Speicherort verfügbar sind.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/virtualMachineSkus
  • Vorgang IdLocation_ListSupportedVirtualMachineSkus
GetBotConnectionServiceProviders(SubscriptionResource, CancellationToken)

Listet die verfügbaren Dienstanbieter zum Erstellen von Verbindungseinstellungen auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.BotService/listAuthServiceProviders
  • Vorgang IdBotConnection_ListServiceProviders
GetBotConnectionServiceProvidersAsync(SubscriptionResource, CancellationToken)

Listet die verfügbaren Dienstanbieter zum Erstellen von Verbindungseinstellungen auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.BotService/listAuthServiceProviders
  • Vorgang IdBotConnection_ListServiceProviders
GetBots(SubscriptionResource, CancellationToken)

Gibt alle Ressourcen eines bestimmten Typs zurück, die zu einem Abonnement gehören.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.BotService/botServices
  • Vorgang IdBots_List
GetBotsAsync(SubscriptionResource, CancellationToken)

Gibt alle Ressourcen eines bestimmten Typs zurück, die zu einem Abonnement gehören.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.BotService/botServices
  • Vorgang IdBots_List
GetBotServiceHostSettings(SubscriptionResource, CancellationToken)

Abrufen von Einstellungen pro Abonnement, die zum Hosten eines Bots in Computeressourcen wie z. B. Azure App Service

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.BotService/hostSettings
  • Vorgang IdHostSettings_Get
GetBotServiceHostSettingsAsync(SubscriptionResource, CancellationToken)

Abrufen von Einstellungen pro Abonnement, die zum Hosten eines Bots in Computeressourcen wie z. B. Azure App Service

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.BotService/hostSettings
  • Vorgang IdHostSettings_Get
GetBotServiceQnAMakerEndpointKey(SubscriptionResource, GetBotServiceQnAMakerEndpointKeyContent, CancellationToken)

Listet die QnA Maker-Endpunktschlüssel auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.BotService/listQnAMakerEndpointKeys
  • Vorgangs-IdQnAMakerEndpointKeys_Get
GetBotServiceQnAMakerEndpointKeyAsync(SubscriptionResource, GetBotServiceQnAMakerEndpointKeyContent, CancellationToken)

Listet die QnA Maker-Endpunktschlüssel auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.BotService/listQnAMakerEndpointKeys
  • Vorgangs-IdQnAMakerEndpointKeys_Get
CheckCdnNameAvailabilityWithSubscription(SubscriptionResource, CdnNameAvailabilityContent, CancellationToken)

Überprüfen Sie die Verfügbarkeit eines Ressourcennamens. Dies ist für Ressourcen erforderlich, bei denen der Name global eindeutig ist, z. B. für einen CDN-Endpunkt.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Cdn/checkNameAvailability
  • Vorgang IdCheckNameAvailabilityWithSubscription
CheckCdnNameAvailabilityWithSubscriptionAsync(SubscriptionResource, CdnNameAvailabilityContent, CancellationToken)

Überprüfen Sie die Verfügbarkeit eines Ressourcennamens. Dies ist für Ressourcen erforderlich, bei denen der Name global eindeutig ist, z. B. für einen CDN-Endpunkt.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Cdn/checkNameAvailability
  • Vorgang IdCheckNameAvailabilityWithSubscription
GetManagedRuleSets(SubscriptionResource, CancellationToken)

Listet alle verfügbaren verwalteten Regelsätze auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Cdn/cdnWebApplicationFirewallManagedRuleSets
  • Vorgangs-IdManagedRuleSets_List
GetManagedRuleSetsAsync(SubscriptionResource, CancellationToken)

Listet alle verfügbaren verwalteten Regelsätze auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Cdn/cdnWebApplicationFirewallManagedRuleSets
  • Vorgangs-IdManagedRuleSets_List
GetProfiles(SubscriptionResource, CancellationToken)

Listet alle Azure Front Door Standard-, Azure Front Door Premium- und CDN-Profile in einem Azure-Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Cdn/profiles
  • Vorgangs-IdProfiles_List
GetProfilesAsync(SubscriptionResource, CancellationToken)

Listet alle Azure Front Door Standard-, Azure Front Door Premium- und CDN-Profile in einem Azure-Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Cdn/profiles
  • Vorgangs-IdProfiles_List
GetResourceUsages(SubscriptionResource, CancellationToken)

Überprüfen Sie das Kontingent und die tatsächliche Nutzung der CDN-Profile unter dem angegebenen Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Cdn/checkResourceUsage
  • Vorgangs-IdResourceUsage_List
GetResourceUsagesAsync(SubscriptionResource, CancellationToken)

Überprüfen Sie das Kontingent und die tatsächliche Nutzung der CDN-Profile unter dem angegebenen Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Cdn/checkResourceUsage
  • Vorgangs-IdResourceUsage_List
ValidateProbe(SubscriptionResource, ValidateProbeContent, CancellationToken)

Überprüfen Sie, ob der Testpfad ein gültiger Pfad ist und auf die Datei zugegriffen werden kann. Der Testpfad ist der Pfad zu einer Datei, die auf dem Ursprungsserver gehostet wird, um die Übermittlung dynamischer Inhalte über den CDN-Endpunkt zu beschleunigen. Dieser Pfad ist relativ zum in der Endpunktkonfiguration angegebenen Ursprungspfad.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Cdn/validateProbe
  • Vorgang IdValidateProbe
ValidateProbeAsync(SubscriptionResource, ValidateProbeContent, CancellationToken)

Überprüfen Sie, ob der Testpfad ein gültiger Pfad ist und auf die Datei zugegriffen werden kann. Der Testpfad ist der Pfad zu einer Datei, die auf dem Ursprungsserver gehostet wird, um die Übermittlung dynamischer Inhalte über den CDN-Endpunkt zu beschleunigen. Dieser Pfad ist relativ zum in der Endpunktkonfiguration angegebenen Ursprungspfad.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Cdn/validateProbe
  • Vorgang IdValidateProbe
GetChangesBySubscription(SubscriptionResource, DateTimeOffset, DateTimeOffset, String, CancellationToken)

Listet die Änderungen eines Abonnements innerhalb des angegebenen Zeitraums auf. Kundendaten werden immer maskiert.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ChangeAnalysis/changes
  • Vorgangs-IdChanges_ListChangesBySubscription
GetChangesBySubscriptionAsync(SubscriptionResource, DateTimeOffset, DateTimeOffset, String, CancellationToken)

Listet die Änderungen eines Abonnements innerhalb des angegebenen Zeitraums auf. Kundendaten werden immer maskiert.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ChangeAnalysis/changes
  • Vorgangs-IdChanges_ListChangesBySubscription
GetExperiments(SubscriptionResource, Nullable<Boolean>, String, CancellationToken)

Rufen Sie eine Liste der Experimentressourcen in einem Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Chaos/experiments
  • Vorgangs-IdExperiments_ListAll
GetExperimentsAsync(SubscriptionResource, Nullable<Boolean>, String, CancellationToken)

Rufen Sie eine Liste der Experimentressourcen in einem Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Chaos/experiments
  • Vorgangs-IdExperiments_ListAll
GetTargetType(SubscriptionResource, String, String, CancellationToken)

Ruft ressourcen des Zieltyps für den angegebenen Standort ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Chaos/locations/{locationName}/targetTypes/{targetTypeName}
  • Vorgangs-IdTargetTypes_Get
GetTargetTypeAsync(SubscriptionResource, String, String, CancellationToken)

Ruft ressourcen des Zieltyps für den angegebenen Standort ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Chaos/locations/{locationName}/targetTypes/{targetTypeName}
  • Vorgangs-IdTargetTypes_Get
GetTargetTypes(SubscriptionResource, String)

Ruft eine Auflistung von TargetTypeResources in subscriptionResource ab.

CheckDomainAvailability(SubscriptionResource, CognitiveServicesDomainAvailabilityContent, CancellationToken)

Überprüfen Sie, ob eine Domäne verfügbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.CognitiveServices/checkDomainAvailability
  • Vorgang IdCheckDomainAvailability
CheckDomainAvailabilityAsync(SubscriptionResource, CognitiveServicesDomainAvailabilityContent, CancellationToken)

Überprüfen Sie, ob eine Domäne verfügbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.CognitiveServices/checkDomainAvailability
  • Vorgang IdCheckDomainAvailability
CheckSkuAvailability(SubscriptionResource, AzureLocation, CognitiveServicesSkuAvailabilityContent, CancellationToken)

Überprüfen Sie die verfügbaren SKUs.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/checkSkuAvailability
  • Vorgang IdCheckSkuAvailability
CheckSkuAvailabilityAsync(SubscriptionResource, AzureLocation, CognitiveServicesSkuAvailabilityContent, CancellationToken)

Überprüfen Sie die verfügbaren SKUs.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/checkSkuAvailability
  • Vorgang IdCheckSkuAvailability
GetCognitiveServicesAccounts(SubscriptionResource, CancellationToken)

Gibt alle Ressourcen eines bestimmten Typs zurück, der zu einem Abonnement gehört.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.CognitiveServices/accounts
  • Vorgangs-IdAccounts_List
GetCognitiveServicesAccountsAsync(SubscriptionResource, CancellationToken)

Gibt alle Ressourcen eines bestimmten Typs zurück, der zu einem Abonnement gehört.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.CognitiveServices/accounts
  • Vorgangs-IdAccounts_List
GetCognitiveServicesCommitmentPlans(SubscriptionResource, CancellationToken)

Gibt alle Ressourcen eines bestimmten Typs zurück, der zu einem Abonnement gehört.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.CognitiveServices/commitmentPlans
  • Vorgangs-IdCommitmentPlans_ListPlansBySubscription
GetCognitiveServicesCommitmentPlansAsync(SubscriptionResource, CancellationToken)

Gibt alle Ressourcen eines bestimmten Typs zurück, der zu einem Abonnement gehört.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.CognitiveServices/commitmentPlans
  • Vorgangs-IdCommitmentPlans_ListPlansBySubscription
GetCognitiveServicesDeletedAccount(SubscriptionResource, AzureLocation, String, String, CancellationToken)

Gibt ein Cognitive Services-Konto zurück, das durch die Parameter angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/resourceGroups/{resourceGroupName}/deletedAccounts/{accountName}
  • Vorgangs-IdDeletedAccounts_Get
GetCognitiveServicesDeletedAccountAsync(SubscriptionResource, AzureLocation, String, String, CancellationToken)

Gibt ein Cognitive Services-Konto zurück, das durch die Parameter angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/resourceGroups/{resourceGroupName}/deletedAccounts/{accountName}
  • Vorgangs-IdDeletedAccounts_Get
GetCognitiveServicesDeletedAccounts(SubscriptionResource)

Ruft eine Auflistung von CognitiveServicesDeletedAccountResources in subscriptionResource ab.

GetCommitmentTiers(SubscriptionResource, AzureLocation, CancellationToken)

Auflisten von Verpflichtungsebenen.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/commitmentTiers
  • Vorgangs-IdCommitmentTiers_List
GetCommitmentTiersAsync(SubscriptionResource, AzureLocation, CancellationToken)

Auflisten von Verpflichtungsebenen.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/commitmentTiers
  • Vorgangs-IdCommitmentTiers_List
GetDeletedAccounts(SubscriptionResource, CancellationToken)

Gibt alle Ressourcen eines bestimmten Typs zurück, der zu einem Abonnement gehört.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.CognitiveServices/deletedAccounts
  • Vorgangs-IdDeletedAccounts_List
GetDeletedAccountsAsync(SubscriptionResource, CancellationToken)

Gibt alle Ressourcen eines bestimmten Typs zurück, der zu einem Abonnement gehört.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.CognitiveServices/deletedAccounts
  • Vorgangs-IdDeletedAccounts_List
GetModels(SubscriptionResource, AzureLocation, CancellationToken)

Auflisten von Modellen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/models
  • Vorgangs-IdModels_List
GetModelsAsync(SubscriptionResource, AzureLocation, CancellationToken)

Auflisten von Modellen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/models
  • Vorgangs-IdModels_List
GetResourceSkus(SubscriptionResource, CancellationToken)

Ruft die Liste der microsoft.CognitiveServices-SKUs ab, die für Ihr Abonnement verfügbar sind.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.CognitiveServices/skus
  • Vorgangs-IdResourceSkus_List
GetResourceSkusAsync(SubscriptionResource, CancellationToken)

Ruft die Liste der microsoft.CognitiveServices-SKUs ab, die für Ihr Abonnement verfügbar sind.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.CognitiveServices/skus
  • Vorgangs-IdResourceSkus_List
GetUsages(SubscriptionResource, AzureLocation, String, CancellationToken)

Abrufen von Nutzungen für das angeforderte Abonnement

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/usages
  • Vorgangs-IdUsages_List
GetUsagesAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Abrufen von Nutzungen für das angeforderte Abonnement

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/usages
  • Vorgangs-IdUsages_List
CheckCommunicationNameAvailability(SubscriptionResource, CommunicationServiceNameAvailabilityContent, CancellationToken)

Überprüft, ob der Name von CommunicationService gültig ist und noch nicht verwendet wird.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Communication/checkNameAvailability
  • Vorgangs-IdCommunicationServices_CheckNameAvailability
CheckCommunicationNameAvailabilityAsync(SubscriptionResource, CommunicationServiceNameAvailabilityContent, CancellationToken)

Überprüft, ob der Name von CommunicationService gültig ist und noch nicht verwendet wird.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Communication/checkNameAvailability
  • Vorgangs-IdCommunicationServices_CheckNameAvailability
GetCommunicationServiceResources(SubscriptionResource, CancellationToken)

Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einem Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Communication/communicationServices
  • Vorgangs-IdCommunicationServices_ListBySubscription
GetCommunicationServiceResourcesAsync(SubscriptionResource, CancellationToken)

Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einem Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Communication/communicationServices
  • Vorgangs-IdCommunicationServices_ListBySubscription
GetEmailServiceResources(SubscriptionResource, CancellationToken)

Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einem Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Communication/emailServices
  • Vorgangs-IdEmailServices_ListBySubscription
GetEmailServiceResourcesAsync(SubscriptionResource, CancellationToken)

Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einem Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Communication/emailServices
  • Vorgangs-IdEmailServices_ListBySubscription
GetVerifiedExchangeOnlineDomainsEmailServices(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Domänen ab, die in Exchange Online vollständig überprüft wurden.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Communication/listVerifiedExchangeOnlineDomains
  • Vorgangs-IdEmailServices_ListVerifiedExchangeOnlineDomains
GetVerifiedExchangeOnlineDomainsEmailServicesAsync(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Domänen ab, die in Exchange Online vollständig überprüft wurden.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Communication/listVerifiedExchangeOnlineDomains
  • Vorgangs-IdEmailServices_ListVerifiedExchangeOnlineDomains
ExportLogAnalyticsRequestRateByInterval(SubscriptionResource, WaitUntil, AzureLocation, RequestRateByIntervalContent, CancellationToken)

Exportieren Sie Protokolle, die api-Anforderungen dieses Abonnements im angegebenen Zeitfenster anzeigen, um Drosselungsaktivitäten anzuzeigen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/logAnalytics/apiAccess/getRequestRateByInterval
  • Vorgangs-IdLogAnalytics_ExportRequestRateByInterval
ExportLogAnalyticsRequestRateByIntervalAsync(SubscriptionResource, WaitUntil, AzureLocation, RequestRateByIntervalContent, CancellationToken)

Exportieren Sie Protokolle, die api-Anforderungen dieses Abonnements im angegebenen Zeitfenster anzeigen, um Drosselungsaktivitäten anzuzeigen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/logAnalytics/apiAccess/getRequestRateByInterval
  • Vorgangs-IdLogAnalytics_ExportRequestRateByInterval
ExportLogAnalyticsThrottledRequests(SubscriptionResource, WaitUntil, AzureLocation, ThrottledRequestsContent, CancellationToken)

Exportieren Sie Protokolle, die die Gesamtzahl gedrosselter API-Anforderungen für dieses Abonnement im angegebenen Zeitfenster anzeigen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/logAnalytics/apiAccess/getThrottledRequests
  • Vorgangs-IdLogAnalytics_ExportThrottledRequests
ExportLogAnalyticsThrottledRequestsAsync(SubscriptionResource, WaitUntil, AzureLocation, ThrottledRequestsContent, CancellationToken)

Exportieren Sie Protokolle, die die Gesamtzahl gedrosselter API-Anforderungen für dieses Abonnement im angegebenen Zeitfenster anzeigen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/logAnalytics/apiAccess/getThrottledRequests
  • Vorgangs-IdLogAnalytics_ExportThrottledRequests
GetAvailabilitySets(SubscriptionResource, String, CancellationToken)

Listet alle Verfügbarkeitsgruppen in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/availabilitySets
  • Vorgangs-IdAvailabilitySets_ListBySubscription
GetAvailabilitySetsAsync(SubscriptionResource, String, CancellationToken)

Listet alle Verfügbarkeitsgruppen in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/availabilitySets
  • Vorgangs-IdAvailabilitySets_ListBySubscription
GetCapacityReservationGroups(SubscriptionResource, Nullable<CapacityReservationGroupGetExpand>, CancellationToken)

Listet alle Kapazitätsreservierungsgruppen im Abonnement auf. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite von Kapazitätsreservierungsgruppen abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/capacityReservationGroups
  • Vorgangs-IdCapacityReservationGroups_ListBySubscription
GetCapacityReservationGroupsAsync(SubscriptionResource, Nullable<CapacityReservationGroupGetExpand>, CancellationToken)

Listet alle Kapazitätsreservierungsgruppen im Abonnement auf. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite von Kapazitätsreservierungsgruppen abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/capacityReservationGroups
  • Vorgangs-IdCapacityReservationGroups_ListBySubscription
GetCloudServiceOSFamilies(SubscriptionResource, AzureLocation)

Ruft eine Auflistung von CloudServiceOSFamilyResources in der SubscriptionResource ab.

GetCloudServiceOSFamily(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft Eigenschaften einer Gastbetriebssystemfamilie ab, die in der XML-Dienstkonfiguration (.cscfg) für einen Clouddienst angegeben werden können.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsFamilies/{osFamilyName}
  • Vorgangs-IdCloudServiceOperatingSystems_GetOSFamily
GetCloudServiceOSFamilyAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft Eigenschaften einer Gastbetriebssystemfamilie ab, die in der XML-Dienstkonfiguration (.cscfg) für einen Clouddienst angegeben werden können.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsFamilies/{osFamilyName}
  • Vorgangs-IdCloudServiceOperatingSystems_GetOSFamily
GetCloudServiceOSVersion(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft Eigenschaften einer Gastbetriebssystemversion ab, die in der XML-Dienstkonfiguration (.cscfg) für einen Clouddienst angegeben werden kann.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsVersions/{osVersionName}
  • Vorgangs-IdCloudServiceOperatingSystems_GetOSVersion
GetCloudServiceOSVersionAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft Eigenschaften einer Gastbetriebssystemversion ab, die in der XML-Dienstkonfiguration (.cscfg) für einen Clouddienst angegeben werden kann.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsVersions/{osVersionName}
  • Vorgangs-IdCloudServiceOperatingSystems_GetOSVersion
GetCloudServiceOSVersions(SubscriptionResource, AzureLocation)

Ruft eine Auflistung von CloudServiceOSVersionResources in der SubscriptionResource ab.

GetCloudServices(SubscriptionResource, CancellationToken)

Ruft eine Liste aller Clouddienste im Abonnement ab, unabhängig von der zugeordneten Ressourcengruppe. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite von Cloud Services abzurufen. Gehen Sie so vor, bis nextLink null ist, um alle Cloud Services abzurufen.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Compute/cloudServices
  • Vorgangs-IdCloudServices_ListAll
GetCloudServicesAsync(SubscriptionResource, CancellationToken)

Ruft eine Liste aller Clouddienste im Abonnement ab, unabhängig von der zugeordneten Ressourcengruppe. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite von Cloud Services abzurufen. Gehen Sie so vor, bis nextLink null ist, um alle Cloud Services abzurufen.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Compute/cloudServices
  • Vorgangs-IdCloudServices_ListAll
GetCommunityGalleries(SubscriptionResource)

Ruft eine Auflistung von CommunityGalleryResources in subscriptionResource ab.

GetCommunityGallery(SubscriptionResource, AzureLocation, String, CancellationToken)

Rufen Sie einen Communitykatalog nach dem öffentlichen Namen des Katalogs ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/communityGalleries/{publicGalleryName}
  • Vorgangs-IdCommunityGalleries_Get
GetCommunityGalleryAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Rufen Sie einen Communitykatalog nach dem öffentlichen Namen des Katalogs ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/communityGalleries/{publicGalleryName}
  • Vorgangs-IdCommunityGalleries_Get
GetComputeResourceSkus(SubscriptionResource, String, String, CancellationToken)

Ruft die Liste der Microsoft.Compute-SKUs ab, die für Ihr Abonnement verfügbar sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/skus
  • Vorgangs-IdResourceSkus_List
GetComputeResourceSkusAsync(SubscriptionResource, String, String, CancellationToken)

Ruft die Liste der Microsoft.Compute-SKUs ab, die für Ihr Abonnement verfügbar sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/skus
  • Vorgangs-IdResourceSkus_List
GetDedicatedHostGroups(SubscriptionResource, CancellationToken)

Listet alle dedizierten Hostgruppen im Abonnement auf. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite dedizierter Hostgruppen abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/hostGroups
  • Vorgangs-IdDedicatedHostGroups_ListBySubscription
GetDedicatedHostGroupsAsync(SubscriptionResource, CancellationToken)

Listet alle dedizierten Hostgruppen im Abonnement auf. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite dedizierter Hostgruppen abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/hostGroups
  • Vorgangs-IdDedicatedHostGroups_ListBySubscription
GetDiskAccesses(SubscriptionResource, CancellationToken)

Listet alle Datenträgerzugriffsressourcen unter einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/diskAccesses
  • Vorgangs-IdDiskAccesses_List
GetDiskAccessesAsync(SubscriptionResource, CancellationToken)

Listet alle Datenträgerzugriffsressourcen unter einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/diskAccesses
  • Vorgangs-IdDiskAccesses_List
GetDiskEncryptionSets(SubscriptionResource, CancellationToken)

Listet alle Datenträgerverschlüsselungssätze unter einem Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Compute/diskEncryptionSets
  • Vorgangs-IdDiskEncryptionSets_List
GetDiskEncryptionSetsAsync(SubscriptionResource, CancellationToken)

Listet alle Datenträgerverschlüsselungssätze unter einem Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Compute/diskEncryptionSets
  • Vorgangs-IdDiskEncryptionSets_List
GetDiskImages(SubscriptionResource, CancellationToken)

Ruft die Liste der Images im Abonnement ab. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite von Images abzurufen. Gehen Sie so vor, bis nextLink null ist, um alle Images abzurufen.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Compute/images
  • Vorgangs-IdImages_List
GetDiskImagesAsync(SubscriptionResource, CancellationToken)

Ruft die Liste der Images im Abonnement ab. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite von Images abzurufen. Gehen Sie so vor, bis nextLink null ist, um alle Images abzurufen.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Compute/images
  • Vorgangs-IdImages_List
GetGalleries(SubscriptionResource, CancellationToken)

Listen Sie Kataloge unter einem Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Compute/galleries
  • Vorgangs-IdGalleries_List
GetGalleriesAsync(SubscriptionResource, CancellationToken)

Listen Sie Kataloge unter einem Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Compute/galleries
  • Vorgangs-IdGalleries_List
GetManagedDisks(SubscriptionResource, CancellationToken)

Listet alle Datenträger unter einem Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Compute/disks
  • Vorgangs-IdDisks_List
GetManagedDisksAsync(SubscriptionResource, CancellationToken)

Listet alle Datenträger unter einem Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Compute/disks
  • Vorgangs-IdDisks_List
GetOffersVirtualMachineImagesEdgeZones(SubscriptionResource, AzureLocation, String, String, CancellationToken)

Ruft eine Liste von Vm-Imageangeboten für den angegebenen Speicherort, die angegebene Edgezone und den angegebenen Herausgeber ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers
  • Vorgangs-IdVirtualMachineImagesEdgeZone_ListOffers
GetOffersVirtualMachineImagesEdgeZonesAsync(SubscriptionResource, AzureLocation, String, String, CancellationToken)

Ruft eine Liste von Vm-Imageangeboten für den angegebenen Speicherort, die angegebene Edgezone und den angegebenen Herausgeber ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers
  • Vorgangs-IdVirtualMachineImagesEdgeZone_ListOffers
GetProximityPlacementGroups(SubscriptionResource, CancellationToken)

Listet alle Näherungsplatzierungsgruppen in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/proximityPlacementGroups
  • Vorgangs-IdProximityPlacementGroups_ListBySubscription
GetProximityPlacementGroupsAsync(SubscriptionResource, CancellationToken)

Listet alle Näherungsplatzierungsgruppen in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/proximityPlacementGroups
  • Vorgangs-IdProximityPlacementGroups_ListBySubscription
GetPublishersVirtualMachineImagesEdgeZones(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft eine Liste der Vm-Image-Herausgeber für den angegebenen Azure-Standort und die angegebene Edgezone ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers
  • Vorgangs-IdVirtualMachineImagesEdgeZone_ListPublishers
GetPublishersVirtualMachineImagesEdgeZonesAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft eine Liste der Vm-Image-Herausgeber für den angegebenen Azure-Standort und die angegebene Edgezone ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers
  • Vorgangs-IdVirtualMachineImagesEdgeZone_ListPublishers
GetRestorePointGroups(SubscriptionResource, CancellationToken)

Ruft die Liste der Wiederherstellungspunktsammlungen im Abonnement ab. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite der Wiederherstellungspunktsammlungen abzurufen. Gehen Sie so vor, bis nextLink nicht NULL ist, um alle Wiederherstellungspunktsammlungen abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/restorePointCollections
  • Vorgangs-IdRestorePointCollections_ListAll
GetRestorePointGroupsAsync(SubscriptionResource, CancellationToken)

Ruft die Liste der Wiederherstellungspunktsammlungen im Abonnement ab. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite der Wiederherstellungspunktsammlungen abzurufen. Gehen Sie so vor, bis nextLink nicht NULL ist, um alle Wiederherstellungspunktsammlungen abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/restorePointCollections
  • Vorgangs-IdRestorePointCollections_ListAll
GetSharedGalleries(SubscriptionResource, AzureLocation)

Ruft eine Auflistung von SharedGalleryResources in der SubscriptionResource ab.

GetSharedGallery(SubscriptionResource, AzureLocation, String, CancellationToken)

Rufen Sie einen freigegebenen Katalog nach Abonnement-ID oder Mandanten-ID ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}
  • Vorgangs-IdSharedGalleries_Get
GetSharedGalleryAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Rufen Sie einen freigegebenen Katalog nach Abonnement-ID oder Mandanten-ID ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}
  • Vorgangs-IdSharedGalleries_Get
GetSnapshots(SubscriptionResource, CancellationToken)

Listet Momentaufnahmen unter einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/snapshots
  • Vorgangs-IdSnapshots_List
GetSnapshotsAsync(SubscriptionResource, CancellationToken)

Listet Momentaufnahmen unter einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/snapshots
  • Vorgangs-IdSnapshots_List
GetSshPublicKeys(SubscriptionResource, CancellationToken)

Listet alle öffentlichen SSH-Schlüssel im Abonnement auf. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite der öffentlichen SSH-Schlüssel abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/sshPublicKeys
  • Vorgangs-IdSshPublicKeys_ListBySubscription
GetSshPublicKeysAsync(SubscriptionResource, CancellationToken)

Listet alle öffentlichen SSH-Schlüssel im Abonnement auf. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite der öffentlichen SSH-Schlüssel abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/sshPublicKeys
  • Vorgangs-IdSshPublicKeys_ListBySubscription
GetUsages(SubscriptionResource, AzureLocation, CancellationToken)

Ruft für den angegebenen Speicherort die aktuellen Informationen zur Computeressourcennutzung sowie die Grenzwerte für Computeressourcen unter dem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/usages
  • Vorgang IdUsage_List
GetUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Ruft für den angegebenen Speicherort die aktuellen Informationen zur Computeressourcennutzung sowie die Grenzwerte für Computeressourcen unter dem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/usages
  • Vorgang IdUsage_List
GetVirtualMachineExtensionImage(SubscriptionResource, AzureLocation, String, String, String, CancellationToken)

Ruft ein VM-Erweiterungsimage ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types/{type}/versions/{version}
  • Vorgang IdVirtualMachineExtensionImages_Get
GetVirtualMachineExtensionImageAsync(SubscriptionResource, AzureLocation, String, String, String, CancellationToken)

Ruft ein VM-Erweiterungsimage ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types/{type}/versions/{version}
  • Vorgang IdVirtualMachineExtensionImages_Get
GetVirtualMachineExtensionImages(SubscriptionResource, AzureLocation, String)

Ruft eine Auflistung von VirtualMachineExtensionImageResources in subscriptionResource ab.

GetVirtualMachineImage(SubscriptionResource, AzureLocation, String, String, String, String, CancellationToken)

Ruft ein VM-Image ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus/{skus}/versions/{version}
  • Vorgang IdVirtualMachineImages_Get
GetVirtualMachineImageAsync(SubscriptionResource, AzureLocation, String, String, String, String, CancellationToken)

Ruft ein VM-Image ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus/{skus}/versions/{version}
  • Vorgang IdVirtualMachineImages_Get
GetVirtualMachineImageEdgeZoneSkus(SubscriptionResource, AzureLocation, String, String, String, CancellationToken)

Ruft eine Liste der VM-Image-SKUs für den angegebenen Standort, die Angegebene Edgezone, den Herausgeber und das Angebot ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZones/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus
  • Vorgang IdVirtualMachineImagesEdgeZone_ListSkus
GetVirtualMachineImageEdgeZoneSkusAsync(SubscriptionResource, AzureLocation, String, String, String, CancellationToken)

Ruft eine Liste der VM-Image-SKUs für den angegebenen Standort, die Angegebene Edgezone, den Herausgeber und das Angebot ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZones/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus
  • Vorgang IdVirtualMachineImagesEdgeZone_ListSkus
GetVirtualMachineImageOffers(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft eine Liste der Vm-Imageangebote für den angegebenen Speicherort und Herausgeber ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers
  • Vorgang IdVirtualMachineImages_ListOffers
GetVirtualMachineImageOffersAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft eine Liste der Vm-Imageangebote für den angegebenen Speicherort und Herausgeber ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers
  • Vorgang IdVirtualMachineImages_ListOffers
GetVirtualMachineImagePublishers(SubscriptionResource, AzureLocation, CancellationToken)

Ruft eine Liste der Vm-Image-Herausgeber für den angegebenen Azure-Speicherort ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers
  • Vorgang IdVirtualMachineImages_ListPublishers
GetVirtualMachineImagePublishersAsync(SubscriptionResource, AzureLocation, CancellationToken)

Ruft eine Liste der Vm-Image-Herausgeber für den angegebenen Azure-Speicherort ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers
  • Vorgang IdVirtualMachineImages_ListPublishers
GetVirtualMachineImages(SubscriptionResource, AzureLocation, String, String, String, String, Nullable<Int32>, String, CancellationToken)

Ruft eine Liste aller Vm-Imageversionen für den angegebenen Speicherort, Herausgeber, Angebot und SKU ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus/{skus}/versions
  • Vorgang IdVirtualMachineImages_List
GetVirtualMachineImages(SubscriptionResource, SubscriptionResourceGetVirtualMachineImagesOptions, CancellationToken)

Ruft eine Liste aller Vm-Imageversionen für den angegebenen Speicherort, Herausgeber, Angebot und SKU ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus/{skus}/versions
  • Vorgang IdVirtualMachineImages_List
GetVirtualMachineImagesAsync(SubscriptionResource, AzureLocation, String, String, String, String, Nullable<Int32>, String, CancellationToken)

Ruft eine Liste aller Vm-Imageversionen für den angegebenen Speicherort, Herausgeber, Angebot und SKU ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus/{skus}/versions
  • Vorgang IdVirtualMachineImages_List
GetVirtualMachineImagesAsync(SubscriptionResource, SubscriptionResourceGetVirtualMachineImagesOptions, CancellationToken)

Ruft eine Liste aller Vm-Imageversionen für den angegebenen Speicherort, Herausgeber, Angebot und SKU ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus/{skus}/versions
  • Vorgang IdVirtualMachineImages_List
GetVirtualMachineImagesByEdgeZone(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft eine Liste aller Vm-Imageversionen für die angegebene Edgezone ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/vmimages
  • Vorgang IdVirtualMachineImages_ListByEdgeZone
GetVirtualMachineImagesByEdgeZoneAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft eine Liste aller Vm-Imageversionen für die angegebene Edgezone ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/vmimages
  • Vorgang IdVirtualMachineImages_ListByEdgeZone
GetVirtualMachineImagesEdgeZone(SubscriptionResource, AzureLocation, String, String, String, String, String, CancellationToken)

Ruft ein VM-Image in einer Edgezone ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZones/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions/{version}
  • Vorgang IdVirtualMachineImagesEdgeZone_Get
GetVirtualMachineImagesEdgeZone(SubscriptionResource, SubscriptionResourceGetVirtualMachineImagesEdgeZoneOptions, CancellationToken)

Ruft ein VM-Image in einer Edgezone ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZones/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions/{version}
  • Vorgang IdVirtualMachineImagesEdgeZone_Get
GetVirtualMachineImagesEdgeZoneAsync(SubscriptionResource, AzureLocation, String, String, String, String, String, CancellationToken)

Ruft ein VM-Image in einer Edgezone ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZones/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions/{version}
  • Vorgang IdVirtualMachineImagesEdgeZone_Get
GetVirtualMachineImagesEdgeZoneAsync(SubscriptionResource, SubscriptionResourceGetVirtualMachineImagesEdgeZoneOptions, CancellationToken)

Ruft ein VM-Image in einer Edgezone ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZones/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions/{version}
  • Vorgang IdVirtualMachineImagesEdgeZone_Get
GetVirtualMachineImagesEdgeZones(SubscriptionResource, AzureLocation, String, String, String, String, String, Nullable<Int32>, String, CancellationToken)

Ruft eine Liste aller Vm-Imageversionen für den angegebenen Speicherort, die angegebene Edgezone, den Herausgeber, das Angebot und die SKU ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZones/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus/{skus}/versions
  • Vorgang IdVirtualMachineImagesEdgeZone_List
GetVirtualMachineImagesEdgeZones(SubscriptionResource, SubscriptionResourceGetVirtualMachineImagesEdgeZonesOptions, CancellationToken)

Ruft eine Liste aller Vm-Imageversionen für den angegebenen Speicherort, die angegebene Edgezone, den Herausgeber, das Angebot und die SKU ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZones/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus/{skus}/versions
  • Vorgang IdVirtualMachineImagesEdgeZone_List
GetVirtualMachineImagesEdgeZonesAsync(SubscriptionResource, AzureLocation, String, String, String, String, String, Nullable<Int32>, String, CancellationToken)

Ruft eine Liste aller Vm-Imageversionen für den angegebenen Speicherort, die angegebene Edgezone, den Herausgeber, das Angebot und die SKU ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZones/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus/{skus}/versions
  • Vorgang IdVirtualMachineImagesEdgeZone_List
GetVirtualMachineImagesEdgeZonesAsync(SubscriptionResource, SubscriptionResourceGetVirtualMachineImagesEdgeZonesOptions, CancellationToken)

Ruft eine Liste aller Vm-Imageversionen für den angegebenen Speicherort, die angegebene Edgezone, den Herausgeber, das Angebot und die SKU ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZones/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus/{skus}/versions
  • Vorgang IdVirtualMachineImagesEdgeZone_List
GetVirtualMachineImageSkus(SubscriptionResource, AzureLocation, String, String, CancellationToken)

Ruft eine Liste von VM-Image-SKUs für den angegebenen Speicherort, Herausgeber und Angebot ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus
  • Vorgang IdVirtualMachineImages_ListSkus
GetVirtualMachineImageSkusAsync(SubscriptionResource, AzureLocation, String, String, CancellationToken)

Ruft eine Liste von VM-Image-SKUs für den angegebenen Speicherort, Herausgeber und Angebot ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus
  • Vorgang IdVirtualMachineImages_ListSkus
GetVirtualMachineRunCommand(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft den spezifischen Ausführungsbefehl für ein Abonnement an einem Speicherort ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/runCommands/{commandId}
  • Vorgang IdVirtualMachineRunCommands_Get
GetVirtualMachineRunCommandAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft den spezifischen Ausführungsbefehl für ein Abonnement an einem Speicherort ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/runCommands/{commandId}
  • Vorgang IdVirtualMachineRunCommands_Get
GetVirtualMachineRunCommands(SubscriptionResource, AzureLocation, CancellationToken)

Listet alle verfügbaren Ausführungsbefehle für ein Abonnement an einem Speicherort auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/runCommands
  • Vorgang IdVirtualMachineRunCommands_List
GetVirtualMachineRunCommandsAsync(SubscriptionResource, AzureLocation, CancellationToken)

Listet alle verfügbaren Ausführungsbefehle für ein Abonnement an einem Speicherort auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/runCommands
  • Vorgang IdVirtualMachineRunCommands_List
GetVirtualMachines(SubscriptionResource, String, String, Nullable<ExpandTypesForListVm>, CancellationToken)

Listet alle virtuellen Computer im angegebenen Abonnement auf. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite der virtuellen Computer abzurufen.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/virtualMachines
  • Vorgang IdVirtualMachines_ListAll
GetVirtualMachinesAsync(SubscriptionResource, String, String, Nullable<ExpandTypesForListVm>, CancellationToken)

Listet alle virtuellen Computer im angegebenen Abonnement auf. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite der virtuellen Computer abzurufen.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/virtualMachines
  • Vorgang IdVirtualMachines_ListAll
GetVirtualMachinesByLocation(SubscriptionResource, AzureLocation, CancellationToken)

Ruft alle virtuellen Computer unter dem angegebenen Abonnement für den angegebenen Speicherort ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/virtualMachines
  • Vorgang IdVirtualMachines_ListByLocation
GetVirtualMachinesByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Ruft alle virtuellen Computer unter dem angegebenen Abonnement für den angegebenen Speicherort ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/virtualMachines
  • Vorgang IdVirtualMachines_ListByLocation
GetVirtualMachineScaleSets(SubscriptionResource, CancellationToken)

Ruft eine Liste aller VM-Skalierungsgruppen im Abonnement ab, unabhängig von der zugeordneten Ressourcengruppe. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite von VM-Skalierungsgruppen abzurufen. Führen Sie dies aus, bis nextLink null ist, um alle VM-Skalierungsgruppen abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/virtualMachineScaleSets
  • Vorgang IdVirtualMachineScaleSets_ListAll
GetVirtualMachineScaleSetsAsync(SubscriptionResource, CancellationToken)

Ruft eine Liste aller VM-Skalierungsgruppen im Abonnement ab, unabhängig von der zugeordneten Ressourcengruppe. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite von VM-Skalierungsgruppen abzurufen. Führen Sie dies aus, bis nextLink null ist, um alle VM-Skalierungsgruppen abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/virtualMachineScaleSets
  • Vorgang IdVirtualMachineScaleSets_ListAll
GetVirtualMachineScaleSetsByLocation(SubscriptionResource, AzureLocation, CancellationToken)

Ruft alle VM-Skalierungsgruppen unter dem angegebenen Abonnement für den angegebenen Speicherort ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/virtualMachineScaleSets
  • Vorgang IdVirtualMachineScaleSets_ListByLocation
GetVirtualMachineScaleSetsByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Ruft alle VM-Skalierungsgruppen unter dem angegebenen Abonnement für den angegebenen Speicherort ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/virtualMachineScaleSets
  • Vorgang IdVirtualMachineScaleSets_ListByLocation
GetVirtualMachineSizes(SubscriptionResource, AzureLocation, CancellationToken)

Diese API ist veraltet. Verwenden von Ressourcen-Skus

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/vmSizes
  • Vorgang IdVirtualMachineSizes_List
GetVirtualMachineSizesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Diese API ist veraltet. Verwenden von Ressourcen-Skus

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/vmSizes
  • Vorgang IdVirtualMachineSizes_List
CheckConfidentialLedgerNameAvailability(SubscriptionResource, ConfidentialLedgerNameAvailabilityContent, CancellationToken)

So überprüfen Sie, ob ein Ressourcenname verfügbar ist.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/checkNameAvailability
  • Vorgang IdCheckNameAvailability
CheckConfidentialLedgerNameAvailabilityAsync(SubscriptionResource, ConfidentialLedgerNameAvailabilityContent, CancellationToken)

So überprüfen Sie, ob ein Ressourcenname verfügbar ist.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/checkNameAvailability
  • Vorgang IdCheckNameAvailability
GetConfidentialLedgers(SubscriptionResource, String, CancellationToken)

Ruft die Eigenschaften aller Vertraulichen Ledger ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/ledgers
  • Vorgang IdLedger_ListBySubscription
GetConfidentialLedgersAsync(SubscriptionResource, String, CancellationToken)

Ruft die Eigenschaften aller Vertraulichen Ledger ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/ledgers
  • Vorgang IdLedger_ListBySubscription
GetManagedCcfs(SubscriptionResource, String, CancellationToken)

Ruft die Eigenschaften aller verwalteten CCF ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/managedCCFs
  • Vorgang IdManagedCCF_ListBySubscription
GetManagedCcfsAsync(SubscriptionResource, String, CancellationToken)

Ruft die Eigenschaften aller verwalteten CCF ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/managedCCFs
  • Vorgang IdManagedCCF_ListBySubscription
CreateMarketplaceAgreement(SubscriptionResource, ConfluentAgreement, CancellationToken)

Erstellen Sie eine Confluent Marketplace-Vereinbarung im Abonnement.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Confluent/agreements/default
  • Vorgang IdMarketplaceAgreements_Create
CreateMarketplaceAgreementAsync(SubscriptionResource, ConfluentAgreement, CancellationToken)

Erstellen Sie eine Confluent Marketplace-Vereinbarung im Abonnement.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Confluent/agreements/default
  • Vorgang IdMarketplaceAgreements_Create
GetConfluentOrganizations(SubscriptionResource, CancellationToken)

Listet alle Organisationen unter dem angegebenen Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Confluent/organizations
  • Vorgang IdOrganization_ListBySubscription
GetConfluentOrganizationsAsync(SubscriptionResource, CancellationToken)

Listet alle Organisationen unter dem angegebenen Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Confluent/organizations
  • Vorgang IdOrganization_ListBySubscription
GetMarketplaceAgreements(SubscriptionResource, CancellationToken)

Listen Sie Confluent Marketplace-Vereinbarungen im Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Confluent/agreements
  • Vorgang IdMarketplaceAgreements_List
GetMarketplaceAgreementsAsync(SubscriptionResource, CancellationToken)

Listen Sie Confluent Marketplace-Vereinbarungen im Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Confluent/agreements
  • Vorgang IdMarketplaceAgreements_List
GetResourcePools(SubscriptionResource, CancellationToken)

Liste der resourcePools in einem Abonnement.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/resourcePools
  • Vorgang IdResourcePools_List
GetResourcePoolsAsync(SubscriptionResource, CancellationToken)

Liste der resourcePools in einem Abonnement.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/resourcePools
  • Vorgang IdResourcePools_List
GetVCenters(SubscriptionResource, CancellationToken)

Liste der vCenters in einem Abonnement.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/vcenters
  • Vorgang IdVCenters_List
GetVCentersAsync(SubscriptionResource, CancellationToken)

Liste der vCenters in einem Abonnement.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/vcenters
  • Vorgang IdVCenters_List
GetVirtualMachines(SubscriptionResource, CancellationToken)

Liste der virtualMachines in einem Abonnement.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachines
  • Vorgang IdVirtualMachines_List
GetVirtualMachinesAsync(SubscriptionResource, CancellationToken)

Liste der virtualMachines in einem Abonnement.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachines
  • Vorgang IdVirtualMachines_List
GetVirtualMachineTemplates(SubscriptionResource, CancellationToken)

Liste der virtualMachineTemplates in einem Abonnement.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachineTemplates
  • Vorgang IdVirtualMachineTemplates_List
GetVirtualMachineTemplatesAsync(SubscriptionResource, CancellationToken)

Liste der virtualMachineTemplates in einem Abonnement.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachineTemplates
  • Vorgang IdVirtualMachineTemplates_List
GetVirtualNetworks(SubscriptionResource, CancellationToken)

Liste der virtualNetworks in einem Abonnement.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/virtualNetworks
  • Vorgang IdVirtualNetworks_List
GetVirtualNetworksAsync(SubscriptionResource, CancellationToken)

Liste der virtualNetworks in einem Abonnement.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/virtualNetworks
  • Vorgangs-IdVirtualNetworks_List
GetVMwareClusters(SubscriptionResource, CancellationToken)

Liste der Cluster in einem Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/clusters
  • Vorgangs-IdClusters_List
GetVMwareClustersAsync(SubscriptionResource, CancellationToken)

Liste der Cluster in einem Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/clusters
  • Vorgangs-IdClusters_List
GetVMwareDatastores(SubscriptionResource, CancellationToken)

Liste der Datenspeicher in einem Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/datastores
  • Vorgangs-IdDatastores_List
GetVMwareDatastoresAsync(SubscriptionResource, CancellationToken)

Liste der Datenspeicher in einem Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/datastores
  • Vorgangs-IdDatastores_List
GetVMwareHosts(SubscriptionResource, CancellationToken)

Liste der Hosts in einem Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/hosts
  • Vorgangs-IdHosts_List
GetVMwareHostsAsync(SubscriptionResource, CancellationToken)

Liste der Hosts in einem Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/hosts
  • Vorgangs-IdHosts_List
GetPriceSheet(SubscriptionResource, String, String, Nullable<Int32>, CancellationToken)

Ruft das Preisblatt für ein Abonnement ab. Das Preisblatt ist über diese API nur für den 1. Mai 2014 oder höher verfügbar.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Consumption/pricesheets/default
  • Vorgangs-IdPriceSheet_Get
GetPriceSheetAsync(SubscriptionResource, String, String, Nullable<Int32>, CancellationToken)

Ruft das Preisblatt für ein Abonnement ab. Das Preisblatt ist über diese API nur für den 1. Mai 2014 oder höher verfügbar.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Consumption/pricesheets/default
  • Vorgangs-IdPriceSheet_Get
GetCachedImagesWithLocation(SubscriptionResource, AzureLocation, CancellationToken)

Rufen Sie die Liste der zwischengespeicherten Images unter einem bestimmten Betriebssystemtyp für ein Abonnement in einer Region ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ContainerInstance/locations/{location}/cachedImages
  • Vorgangs-IdLocation_ListCachedImages
GetCachedImagesWithLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Rufen Sie die Liste der zwischengespeicherten Images unter einem bestimmten Betriebssystemtyp für ein Abonnement in einer Region ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ContainerInstance/locations/{location}/cachedImages
  • Vorgangs-IdLocation_ListCachedImages
GetCapabilitiesWithLocation(SubscriptionResource, AzureLocation, CancellationToken)

Rufen Sie die Liste der CPU-/ Arbeitsspeicher-/GPU-Funktionen einer Region ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ContainerInstance/locations/{location}/capabilities
  • Vorgangs-IdLocation_ListCapabilities
GetCapabilitiesWithLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Rufen Sie die Liste der CPU-/ Arbeitsspeicher-/GPU-Funktionen einer Region ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ContainerInstance/locations/{location}/capabilities
  • Vorgangs-IdLocation_ListCapabilities
GetContainerGroups(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Containergruppen im angegebenen Abonnement ab. Dieser Vorgang gibt Eigenschaften jeder Containergruppe zurück, einschließlich Containern, Anmeldeinformationen für die Imageregistrierung, Neustartrichtlinie, IP-Adresstyp, Betriebssystemtyp, Status und Volumes.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ContainerInstance/containerGroups
  • Vorgangs-IdContainerGroups_List
GetContainerGroupsAsync(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Containergruppen im angegebenen Abonnement ab. Dieser Vorgang gibt Eigenschaften jeder Containergruppe zurück, einschließlich Containern, Anmeldeinformationen für die Imageregistrierung, Neustartrichtlinie, IP-Adresstyp, Betriebssystemtyp, Status und Volumes.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ContainerInstance/containerGroups
  • Vorgangs-IdContainerGroups_List
GetUsagesWithLocation(SubscriptionResource, AzureLocation, CancellationToken)

Abrufen der Nutzung für ein Abonnement

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ContainerInstance/locations/{location}/usages
  • Vorgangs-IdLocation_ListUsage
GetUsagesWithLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Abrufen der Nutzung für ein Abonnement

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ContainerInstance/locations/{location}/usages
  • Vorgangs-IdLocation_ListUsage
CheckContainerRegistryNameAvailability(SubscriptionResource, ContainerRegistryNameAvailabilityContent, CancellationToken)

Überprüft, ob der Name der Containerregistrierung für die Verwendung verfügbar ist. Der Name darf nur alphanumerische Zeichen enthalten, global eindeutig sein und zwischen 5 und 50 Zeichen lang sein.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ContainerRegistry/checkNameAvailability
  • Vorgangs-IdRegistries_CheckNameAvailability
CheckContainerRegistryNameAvailabilityAsync(SubscriptionResource, ContainerRegistryNameAvailabilityContent, CancellationToken)

Überprüft, ob der Name der Containerregistrierung für die Verwendung verfügbar ist. Der Name darf nur alphanumerische Zeichen enthalten, global eindeutig sein und zwischen 5 und 50 Zeichen lang sein.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ContainerRegistry/checkNameAvailability
  • Vorgangs-IdRegistries_CheckNameAvailability
GetContainerRegistries(SubscriptionResource, CancellationToken)

Listet alle Containerregistrierungen unter dem angegebenen Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ContainerRegistry/registries
  • Vorgangs-IdRegistries_List
GetContainerRegistriesAsync(SubscriptionResource, CancellationToken)

Listet alle Containerregistrierungen unter dem angegebenen Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ContainerRegistry/registries
  • Vorgangs-IdRegistries_List
GetAgentPoolSnapshots(SubscriptionResource, CancellationToken)

Ruft eine Liste der Momentaufnahmen im angegebenen Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ContainerService/snapshots
  • Vorgangs-IdSnapshots_List
GetAgentPoolSnapshotsAsync(SubscriptionResource, CancellationToken)

Ruft eine Liste der Momentaufnahmen im angegebenen Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ContainerService/snapshots
  • Vorgangs-IdSnapshots_List
GetContainerServiceFleets(SubscriptionResource, CancellationToken)

Listet Flotten im angegebenen Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ContainerService/fleets
  • Vorgangs-IdFleets_List
GetContainerServiceFleetsAsync(SubscriptionResource, CancellationToken)

Listet Flotten im angegebenen Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ContainerService/fleets
  • Vorgangs-IdFleets_List
GetContainerServiceManagedClusters(SubscriptionResource, CancellationToken)

Ruft eine Liste der verwalteten Cluster im angegebenen Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ContainerService/managedClusters
  • Vorgangs-IdManagedClusters_List
GetContainerServiceManagedClustersAsync(SubscriptionResource, CancellationToken)

Ruft eine Liste der verwalteten Cluster im angegebenen Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ContainerService/managedClusters
  • Vorgangs-IdManagedClusters_List
GetManagedClusterSnapshots(SubscriptionResource, CancellationToken)

Ruft eine Liste der verwalteten Clustermomentaufnahmen im angegebenen Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ContainerService/managedclustersnapshots
  • Vorgangs-IdManagedClusterSnapshots_List
GetManagedClusterSnapshotsAsync(SubscriptionResource, CancellationToken)

Ruft eine Liste der verwalteten Clustermomentaufnahmen im angegebenen Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ContainerService/managedclustersnapshots
  • Vorgangs-IdManagedClusterSnapshots_List
GetOSOptionProfile(SubscriptionResource, AzureLocation)

Ruft ein -Objekt ab, das eine OSOptionProfileResource zusammen mit den instance-Vorgängen darstellt, die in subscriptionResource für sie ausgeführt werden können.

GetTrustedAccessRoles(SubscriptionResource, AzureLocation, CancellationToken)

Listet unterstützte vertrauenswürdige Zugriffsrollen auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/trustedAccessRoles
  • Vorgangs-IdTrustedAccessRoles_List
GetTrustedAccessRolesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Listet unterstützte vertrauenswürdige Zugriffsrollen auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/trustedAccessRoles
  • Vorgangs-IdTrustedAccessRoles_List
GetContainerServiceFleets(SubscriptionResource, CancellationToken)

Listet Flotten im angegebenen Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ContainerService/fleets
  • Vorgangs-IdFleets_ListBySubscription
GetContainerServiceFleetsAsync(SubscriptionResource, CancellationToken)

Listet Flotten im angegebenen Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ContainerService/fleets
  • Vorgangs-IdFleets_ListBySubscription
GetCassandraClusters(SubscriptionResource, CancellationToken)

Listet alle verwalteten Cassandra-Cluster in diesem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DocumentDB/cassandraClusters
  • Vorgangs-IdCassandraClusters_ListBySubscription
GetCassandraClustersAsync(SubscriptionResource, CancellationToken)

Listet alle verwalteten Cassandra-Cluster in diesem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DocumentDB/cassandraClusters
  • Vorgangs-IdCassandraClusters_ListBySubscription
GetCosmosDBAccounts(SubscriptionResource, CancellationToken)

Listet alle Azure Cosmos DB-Datenbankkonten auf, die unter dem Abonnement verfügbar sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DocumentDB/databaseAccounts
  • Vorgangs-IdDatabaseAccounts_List
GetCosmosDBAccountsAsync(SubscriptionResource, CancellationToken)

Listet alle Azure Cosmos DB-Datenbankkonten auf, die unter dem Abonnement verfügbar sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DocumentDB/databaseAccounts
  • Vorgangs-IdDatabaseAccounts_List
GetCosmosDBLocation(SubscriptionResource, AzureLocation, CancellationToken)

Abrufen der Eigenschaften eines vorhandenen Cosmos DB-Speicherorts

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}
  • Vorgangs-IdLocations_Get
GetCosmosDBLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Abrufen der Eigenschaften eines vorhandenen Cosmos DB-Speicherorts

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}
  • Vorgangs-IdLocations_Get
GetCosmosDBLocations(SubscriptionResource)

Ruft eine Auflistung von CosmosDBLocationResources in der SubscriptionResource ab.

GetMongoClusters(SubscriptionResource, CancellationToken)

Listet alle Mongocluster in einem bestimmten Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DocumentDB/mongoClusters
  • Vorgangs-IdMongoClusters_List
GetMongoClustersAsync(SubscriptionResource, CancellationToken)

Listet alle Mongocluster in einem bestimmten Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DocumentDB/mongoClusters
  • Vorgangs-IdMongoClusters_List
GetRestorableCosmosDBAccounts(SubscriptionResource, CancellationToken)

Listet alle wiederherstellbaren Azure Cosmos DB-Datenbankkonten auf, die unter dem Abonnement verfügbar sind. Für diesen Aufruf ist die Berechtigung "Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read" erforderlich.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DocumentDB/restorableDatabaseAccounts
  • Vorgangs-IdRestorableDatabaseAccounts_List
GetRestorableCosmosDBAccountsAsync(SubscriptionResource, CancellationToken)

Listet alle wiederherstellbaren Azure Cosmos DB-Datenbankkonten auf, die unter dem Abonnement verfügbar sind. Für diesen Aufruf ist die Berechtigung "Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read" erforderlich.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DocumentDB/restorableDatabaseAccounts
  • Vorgangs-IdRestorableDatabaseAccounts_List
CheckCosmosDBForPostgreSqlClusterNameAvailability(SubscriptionResource, CosmosDBForPostgreSqlClusterNameAvailabilityContent, CancellationToken)

Überprüft die Verfügbarkeit eines Clusternamens. Clusternamen sollten global eindeutig sein. mindestens 3 Zeichen und höchstens 40 Zeichen lang; sie dürfen nur Kleinbuchstaben, Zahlen und Bindestriche enthalten; und darf nicht mit einem Bindestrich beginnen oder enden.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/checkNameAvailability
  • Vorgangs-IdClusters_CheckNameAvailability
CheckCosmosDBForPostgreSqlClusterNameAvailabilityAsync(SubscriptionResource, CosmosDBForPostgreSqlClusterNameAvailabilityContent, CancellationToken)

Überprüft die Verfügbarkeit eines Clusternamens. Clusternamen sollten global eindeutig sein. mindestens 3 Zeichen und höchstens 40 Zeichen lang; sie dürfen nur Kleinbuchstaben, Zahlen und Bindestriche enthalten; und darf nicht mit einem Bindestrich beginnen oder enden.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/checkNameAvailability
  • Vorgangs-IdClusters_CheckNameAvailability
GetCosmosDBForPostgreSqlClusters(SubscriptionResource, CancellationToken)

Listet alle Cluster in einem Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2
  • Vorgangs-IdClusters_List
GetCosmosDBForPostgreSqlClustersAsync(SubscriptionResource, CancellationToken)

Listet alle Cluster in einem Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2
  • Vorgangs-IdClusters_List
GetHubs(SubscriptionResource, CancellationToken)

Ruft alle Hubs im angegebenen Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.CustomerInsights/hubs
  • Vorgangs-IdHubs_List
GetHubsAsync(SubscriptionResource, CancellationToken)

Ruft alle Hubs im angegebenen Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.CustomerInsights/hubs
  • Vorgangs-IdHubs_List
GetDatabaseFleets(SubscriptionResource, CancellationToken)

Listet Flotten im angegebenen Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ContainerService/fleets
  • Vorgangs-IdFleets_ListBySubscription
GetDatabaseFleetsAsync(SubscriptionResource, CancellationToken)

Listet Flotten im angegebenen Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ContainerService/fleets
  • Vorgangs-IdFleets_ListBySubscription
GetDataBoxJobs(SubscriptionResource, String, CancellationToken)

Listet alle im Abonnement verfügbaren Aufträge auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataBox/jobs
  • Vorgangs-IdJobs_List
GetDataBoxJobsAsync(SubscriptionResource, String, CancellationToken)

Listet alle im Abonnement verfügbaren Aufträge auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataBox/jobs
  • Vorgangs-IdJobs_List
GetRegionConfiguration(SubscriptionResource, AzureLocation, RegionConfigurationContent, CancellationToken)

Diese API stellt Konfigurationsdetails bereit, die für die jeweilige Region bzw. den jeweiligen Standort auf Abonnementebene spezifisch sind.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/regionConfiguration
  • Vorgangs-IdService_RegionConfiguration
GetRegionConfigurationAsync(SubscriptionResource, AzureLocation, RegionConfigurationContent, CancellationToken)

Diese API stellt Konfigurationsdetails bereit, die für die jeweilige Region bzw. den jeweiligen Standort auf Abonnementebene spezifisch sind.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/regionConfiguration
  • Vorgangs-IdService_RegionConfiguration
ValidateAddress(SubscriptionResource, AzureLocation, DataBoxValidateAddressContent, CancellationToken)

[VERALTETER HINWEIS: Dieser Vorgang wird bald entfernt]. Diese Methode überprüft die Lieferadresse des Kunden und gibt ggf. alternative Adressen an.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/validateAddress
  • Vorgangs-IdService_ValidateAddress
ValidateAddressAsync(SubscriptionResource, AzureLocation, DataBoxValidateAddressContent, CancellationToken)

[VERALTETER HINWEIS: Dieser Vorgang wird bald entfernt]. Diese Methode überprüft die Lieferadresse des Kunden und gibt ggf. alternative Adressen an.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/validateAddress
  • Vorgangs-IdService_ValidateAddress
ValidateInputs(SubscriptionResource, AzureLocation, DataBoxValidationContent, CancellationToken)

Diese Methode führt alle erforderlichen Überprüfungen vor der Auftragserstellung unter dem Abonnement durch.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/validateInputs
  • Vorgangs-IdService_ValidateInputs
ValidateInputsAsync(SubscriptionResource, AzureLocation, DataBoxValidationContent, CancellationToken)

Diese Methode führt alle erforderlichen Überprüfungen vor der Auftragserstellung unter dem Abonnement durch.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/validateInputs
  • Vorgangs-IdService_ValidateInputs
GetAvailableSkus(SubscriptionResource, CancellationToken)

Listet alle verfügbaren Skus und informationen zu ihnen auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataBoxEdge/availableSkus
  • Vorgangs-IdAvailableSkus_List
GetAvailableSkusAsync(SubscriptionResource, CancellationToken)

Listet alle verfügbaren Skus und informationen zu ihnen auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataBoxEdge/availableSkus
  • Vorgangs-IdAvailableSkus_List
GetDataBoxEdgeDevices(SubscriptionResource, String, CancellationToken)

Ruft alle Data Box Edge-/Data Box Gateway-Geräte in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices
  • Vorgangs-IdDevices_ListBySubscription
GetDataBoxEdgeDevicesAsync(SubscriptionResource, String, CancellationToken)

Ruft alle Data Box Edge-/Data Box Gateway-Geräte in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices
  • Vorgangs-IdDevices_ListBySubscription
CreateOrUpdateMarketplaceAgreement(SubscriptionResource, DatadogAgreementResource, CancellationToken)

Erstellen Sie eine Datadog Marketplace-Vereinbarung im Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Datadog/agreements/default
  • Vorgangs-IdMarketplaceAgreements_CreateOrUpdate
CreateOrUpdateMarketplaceAgreementAsync(SubscriptionResource, DatadogAgreementResource, CancellationToken)

Erstellen Sie eine Datadog Marketplace-Vereinbarung im Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Datadog/agreements/default
  • Vorgangs-IdMarketplaceAgreements_CreateOrUpdate
GetDatadogMonitorResources(SubscriptionResource, CancellationToken)

Listet alle Monitore unter dem angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Datadog/monitors
  • Vorgangs-IdMonitors_List
GetDatadogMonitorResourcesAsync(SubscriptionResource, CancellationToken)

Listet alle Monitore unter dem angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Datadog/monitors
  • Vorgangs-IdMonitors_List
GetMarketplaceAgreements(SubscriptionResource, CancellationToken)

Listen Sie Datadog Marketplace-Vereinbarungen im Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Datadog/agreements
  • Vorgangs-IdMarketplaceAgreements_List
GetMarketplaceAgreementsAsync(SubscriptionResource, CancellationToken)

Listen Sie Datadog Marketplace-Vereinbarungen im Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Datadog/agreements
  • Vorgangs-IdMarketplaceAgreements_List
ConfigureFactoryRepoInformation(SubscriptionResource, AzureLocation, FactoryRepoContent, CancellationToken)

Updates die Repositoryinformationen einer Factory.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DataFactory/locations/{locationId}/configureFactoryRepo
  • Vorgangs-IdFactories_ConfigureFactoryRepo
ConfigureFactoryRepoInformationAsync(SubscriptionResource, AzureLocation, FactoryRepoContent, CancellationToken)

Updates die Repositoryinformationen einer Factory.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DataFactory/locations/{locationId}/configureFactoryRepo
  • Vorgangs-IdFactories_ConfigureFactoryRepo
GetDataFactories(SubscriptionResource, CancellationToken)

Listet Fabriken unter dem angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DataFactory/factories
  • Vorgangs-IdFactories_List
GetDataFactoriesAsync(SubscriptionResource, CancellationToken)

Listet Fabriken unter dem angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DataFactory/factories
  • Vorgangs-IdFactories_List
GetFeatureValueExposureControl(SubscriptionResource, AzureLocation, ExposureControlContent, CancellationToken)

Rufen Sie die Belichtungssteuerungsfunktion für einen bestimmten Standort ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataFactory/locations/{locationId}/getFeatureValue
  • Vorgangs-IdExposureControl_GetFeatureValue
GetFeatureValueExposureControlAsync(SubscriptionResource, AzureLocation, ExposureControlContent, CancellationToken)

Rufen Sie die Belichtungssteuerungsfunktion für einen bestimmten Standort ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataFactory/locations/{locationId}/getFeatureValue
  • Vorgangs-IdExposureControl_GetFeatureValue
CheckDataLakeAnalyticsAccountNameAvailability(SubscriptionResource, AzureLocation, DataLakeAnalyticsAccountNameAvailabilityContent, CancellationToken)

Überprüft, ob der angegebene Kontoname verfügbar ist oder übernommen wird.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/checkNameAvailability
  • Vorgangs-IdAccounts_CheckNameAvailability
CheckDataLakeAnalyticsAccountNameAvailabilityAsync(SubscriptionResource, AzureLocation, DataLakeAnalyticsAccountNameAvailabilityContent, CancellationToken)

Überprüft, ob der angegebene Kontoname verfügbar ist oder übernommen wird.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/checkNameAvailability
  • Vorgangs-IdAccounts_CheckNameAvailability
GetAccounts(SubscriptionResource, SubscriptionResourceGetAccountsOptions, CancellationToken)

Ruft die erste Seite von Data Lake Analytics Konten ab, falls vorhanden, innerhalb des aktuellen Abonnements. Dies schließt ggf. einen Link zur nächsten Seite ein.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accounts
  • Vorgangs-IdAccounts_List
GetAccounts(SubscriptionResource, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken)

Ruft die erste Seite von Data Lake Analytics Konten ab, falls vorhanden, innerhalb des aktuellen Abonnements. Dies schließt ggf. einen Link zur nächsten Seite ein.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accounts
  • Vorgangs-IdAccounts_List
GetAccountsAsync(SubscriptionResource, SubscriptionResourceGetAccountsOptions, CancellationToken)

Ruft die erste Seite von Data Lake Analytics Konten ab, falls vorhanden, innerhalb des aktuellen Abonnements. Dies schließt ggf. einen Link zur nächsten Seite ein.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accounts
  • Vorgangs-IdAccounts_List
GetAccountsAsync(SubscriptionResource, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken)

Ruft die erste Seite von Data Lake Analytics Konten ab, falls vorhanden, innerhalb des aktuellen Abonnements. Dies schließt ggf. einen Link zur nächsten Seite ein.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accounts
  • Vorgangs-IdAccounts_List
GetCapabilityLocation(SubscriptionResource, AzureLocation, CancellationToken)

Ruft Eigenschaften und Grenzwerte für Data Lake Analytics auf Abonnementebene ab, die durch den Ressourcenspeicherort angegeben werden.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/capability
  • Vorgangs-IdLocations_GetCapability
GetCapabilityLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Ruft Eigenschaften und Grenzwerte für Data Lake Analytics auf Abonnementebene ab, die durch den Ressourcenspeicherort angegeben werden.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/capability
  • Vorgangs-IdLocations_GetCapability
CheckDataLakeStoreAccountNameAvailability(SubscriptionResource, AzureLocation, DataLakeStoreAccountNameAvailabilityContent, CancellationToken)

Überprüft, ob der angegebene Kontoname verfügbar ist oder übernommen wird.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/checkNameAvailability
  • Vorgangs-IdAccounts_CheckNameAvailability
CheckDataLakeStoreAccountNameAvailabilityAsync(SubscriptionResource, AzureLocation, DataLakeStoreAccountNameAvailabilityContent, CancellationToken)

Überprüft, ob der angegebene Kontoname verfügbar ist oder übernommen wird.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/checkNameAvailability
  • Vorgangs-IdAccounts_CheckNameAvailability
GetAccounts(SubscriptionResource, SubscriptionResourceGetAccountsOptions, CancellationToken)

Listet die Data Lake Store-Konten innerhalb des Abonnements auf. Die Antwort enthält einen Link zur nächsten Seite mit Ergebnissen, falls vorhanden.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts
  • Vorgangs-IdAccounts_List
GetAccounts(SubscriptionResource, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken)

Listet die Data Lake Store-Konten innerhalb des Abonnements auf. Die Antwort enthält einen Link zur nächsten Seite mit Ergebnissen, falls vorhanden.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts
  • Vorgangs-IdAccounts_List
GetAccountsAsync(SubscriptionResource, SubscriptionResourceGetAccountsOptions, CancellationToken)

Listet die Data Lake Store-Konten innerhalb des Abonnements auf. Die Antwort enthält einen Link zur nächsten Seite mit Ergebnissen, falls vorhanden.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts
  • Vorgangs-IdAccounts_List
GetAccountsAsync(SubscriptionResource, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken)

Listet die Data Lake Store-Konten innerhalb des Abonnements auf. Die Antwort enthält einen Link zur nächsten Seite mit Ergebnissen, falls vorhanden.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts
  • Vorgangs-IdAccounts_List
GetCapabilityByLocation(SubscriptionResource, AzureLocation, CancellationToken)

Ruft Eigenschaften und Grenzwerte auf Abonnementebene für Data Lake Store ab, die anhand des Ressourcenspeicherorts angegeben werden.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/capability
  • Vorgangs-IdLocations_GetCapability
GetCapabilityByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Ruft Eigenschaften und Grenzwerte auf Abonnementebene für Data Lake Store ab, die anhand des Ressourcenspeicherorts angegeben werden.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/capability
  • Vorgangs-IdLocations_GetCapability
GetUsagesByLocation(SubscriptionResource, AzureLocation, CancellationToken)

Ruft die aktuelle Nutzungsanzahl und den Grenzwert für die Ressourcen des Standorts unter dem Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/usages
  • Vorgangs-IdLocations_GetUsage
GetUsagesByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Ruft die aktuelle Nutzungsanzahl und den Grenzwert für die Ressourcen des Standorts unter dem Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/usages
  • Vorgangs-IdLocations_GetUsage
CheckNameAvailabilityService(SubscriptionResource, AzureLocation, NameAvailabilityRequest, CancellationToken)

Mit dieser Methode wird überprüft, ob ein vorgeschlagener Ressourcenname der obersten Ebene gültig und verfügbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DataMigration/locations/{location}/checkNameAvailability
  • Vorgangs-IdServices_CheckNameAvailability
CheckNameAvailabilityServiceAsync(SubscriptionResource, AzureLocation, NameAvailabilityRequest, CancellationToken)

Mit dieser Methode wird überprüft, ob ein vorgeschlagener Ressourcenname der obersten Ebene gültig und verfügbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DataMigration/locations/{location}/checkNameAvailability
  • Vorgangs-IdServices_CheckNameAvailability
GetDataMigrationServices(SubscriptionResource, CancellationToken)

Die Dienstressource ist die Ressource der obersten Ebene, die die Database Migration Service darstellt. Diese Methode gibt eine Liste der Dienstressourcen in einem Abonnement zurück.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataMigration/services
  • Vorgangs-IdServices_List
GetDataMigrationServicesAsync(SubscriptionResource, CancellationToken)

Die Dienstressource ist die Ressource der obersten Ebene, die die Database Migration Service darstellt. Diese Methode gibt eine Liste der Dienstressourcen in einem Abonnement zurück.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataMigration/services
  • Vorgangs-IdServices_List
GetSkusResourceSkus(SubscriptionResource, CancellationToken)

Die Skus-Aktion gibt die Liste der SKUs zurück, die VON DMS unterstützt werden.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DataMigration/skus
  • Vorgangs-IdResourceSkus_ListSkus
GetSkusResourceSkusAsync(SubscriptionResource, CancellationToken)

Die Skus-Aktion gibt die Liste der SKUs zurück, die VON DMS unterstützt werden.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DataMigration/skus
  • Vorgangs-IdResourceSkus_ListSkus
GetSqlMigrationServices(SubscriptionResource, CancellationToken)

Rufen Sie alle SQL-Migrationsdienste in den Abonnements ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DataMigration/sqlMigrationServices
  • Vorgangs-IdSqlMigrationServices_ListBySubscription
GetSqlMigrationServicesAsync(SubscriptionResource, CancellationToken)

Rufen Sie alle SQL-Migrationsdienste in den Abonnements ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DataMigration/sqlMigrationServices
  • Vorgangs-IdSqlMigrationServices_ListBySubscription
GetUsages(SubscriptionResource, AzureLocation, CancellationToken)

Diese Methode gibt regionsspezifische Kontingente und Ressourcennutzungsinformationen für die Database Migration Service zurück.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataMigration/locations/{location}/usages
  • Vorgangs-IdUsages_List
GetUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Diese Methode gibt regionsspezifische Kontingente und Ressourcennutzungsinformationen für die Database Migration Service zurück.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataMigration/locations/{location}/usages
  • Vorgangs-IdUsages_List
CheckDataProtectionBackupFeatureSupport(SubscriptionResource, AzureLocation, BackupFeatureValidationContentBase, CancellationToken)

Überprüft, ob ein Feature unterstützt wird.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DataProtection/locations/{location}/checkFeatureSupport
  • Vorgangs-IdDataProtection_CheckFeatureSupport
CheckDataProtectionBackupFeatureSupportAsync(SubscriptionResource, AzureLocation, BackupFeatureValidationContentBase, CancellationToken)

Überprüft, ob ein Feature unterstützt wird.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DataProtection/locations/{location}/checkFeatureSupport
  • Vorgangs-IdDataProtection_CheckFeatureSupport
GetDataProtectionBackupVaults(SubscriptionResource, CancellationToken)

Gibt eine Ressourcensammlung zurück, die zu einem Abonnement gehört.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DataProtection/backupVaults
  • Vorgangs-IdBackupVaults_GetInSubscription
GetDataProtectionBackupVaultsAsync(SubscriptionResource, CancellationToken)

Gibt eine Ressourcensammlung zurück, die zu einem Abonnement gehört.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DataProtection/backupVaults
  • Vorgangs-IdBackupVaults_GetInSubscription
GetResourceGuards(SubscriptionResource, CancellationToken)

Gibt die ResourceGuards-Auflistung zurück, die zu einem Abonnement gehört.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DataProtection/resourceGuards
  • Vorgangs-IdResourceGuards_GetResourcesInSubscription
GetResourceGuardsAsync(SubscriptionResource, CancellationToken)

Gibt die ResourceGuards-Auflistung zurück, die zu einem Abonnement gehört.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DataProtection/resourceGuards
  • Vorgangs-IdResourceGuards_GetResourcesInSubscription
GetDataShareAccounts(SubscriptionResource, String, CancellationToken)

Auflisten von Konten im Abonnement

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataShare/accounts
  • Vorgangs-IdAccounts_ListBySubscription
GetDataShareAccountsAsync(SubscriptionResource, String, CancellationToken)

Auflisten von Konten im Abonnement

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DataShare/accounts
  • Vorgangs-IdAccounts_ListBySubscription
GetEasmWorkspaces(SubscriptionResource, CancellationToken)

Gibt eine Liste der Arbeitsbereiche unter dem angegebenen Abonnement zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Easm/workspaces
  • Vorgangs-IdWorkspaces_ListBySubscription
GetEasmWorkspacesAsync(SubscriptionResource, CancellationToken)

Gibt eine Liste der Arbeitsbereiche unter dem angegebenen Abonnement zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Easm/workspaces
  • Vorgangs-IdWorkspaces_ListBySubscription
GetHostPools(SubscriptionResource, Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>, CancellationToken)

Auflisten von hostPools im Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DesktopVirtualization/hostPools
  • Vorgangs-IdHostPools_List
GetHostPoolsAsync(SubscriptionResource, Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>, CancellationToken)

Auflisten von hostPools im Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DesktopVirtualization/hostPools
  • Vorgangs-IdHostPools_List
GetScalingPlans(SubscriptionResource, Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>, CancellationToken)

Auflisten von Skalierungsplänen im Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DesktopVirtualization/scalingPlans
  • Vorgangs-IdScalingPlans_ListBySubscription
GetScalingPlansAsync(SubscriptionResource, Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>, CancellationToken)

Auflisten von Skalierungsplänen im Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DesktopVirtualization/scalingPlans
  • Vorgangs-IdScalingPlans_ListBySubscription
GetVirtualApplicationGroups(SubscriptionResource, String, CancellationToken)

Auflisten von applicationGroups im Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DesktopVirtualization/applicationGroups
  • Vorgangs-IdApplicationGroups_ListBySubscription
GetVirtualApplicationGroupsAsync(SubscriptionResource, String, CancellationToken)

Auflisten von applicationGroups im Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DesktopVirtualization/applicationGroups
  • Vorgangs-IdApplicationGroups_ListBySubscription
GetVirtualWorkspaces(SubscriptionResource, CancellationToken)

Auflisten von Arbeitsbereichen im Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DesktopVirtualization/workspaces
  • Vorgangs-IdWorkspaces_ListBySubscription
GetVirtualWorkspacesAsync(SubscriptionResource, CancellationToken)

Auflisten von Arbeitsbereichen im Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DesktopVirtualization/workspaces
  • Vorgangs-IdWorkspaces_ListBySubscription
CheckDevCenterNameAvailability(SubscriptionResource, DevCenterNameAvailabilityContent, CancellationToken)

Überprüfen der Verfügbarkeit des Namens für die Ressource

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DevCenter/checkNameAvailability
  • Vorgangs-IdCheckNameAvailability_Execute
CheckDevCenterNameAvailabilityAsync(SubscriptionResource, DevCenterNameAvailabilityContent, CancellationToken)

Überprüfen der Verfügbarkeit des Namens für die Ressource

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DevCenter/checkNameAvailability
  • Vorgangs-IdCheckNameAvailability_Execute
GetDevCenterNetworkConnections(SubscriptionResource, Nullable<Int32>, CancellationToken)

Listet Netzwerkverbindungen in einem Abonnement auf

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DevCenter/networkConnections
  • Vorgangs-IdNetworkConnections_ListBySubscription
GetDevCenterNetworkConnectionsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Listet Netzwerkverbindungen in einem Abonnement auf

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DevCenter/networkConnections
  • Vorgangs-IdNetworkConnections_ListBySubscription
GetDevCenterOperationStatus(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft den aktuellen status eines asynchronen Vorgangs ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DevCenter/locations/{location}/operationStatuses/{operationId}
  • Vorgangs-IdOperationStatuses_Get
GetDevCenterOperationStatusAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft den aktuellen status eines asynchronen Vorgangs ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DevCenter/locations/{location}/operationStatuses/{operationId}
  • Vorgangs-IdOperationStatuses_Get
GetDevCenterProjects(SubscriptionResource, Nullable<Int32>, CancellationToken)

Listet alle Projekte im Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DevCenter/projects
  • Vorgangs-IdProjects_ListBySubscription
GetDevCenterProjectsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Listet alle Projekte im Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DevCenter/projects
  • Vorgangs-IdProjects_ListBySubscription
GetDevCenters(SubscriptionResource, Nullable<Int32>, CancellationToken)

Listet alle Devcenter in einem Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DevCenter/devcenters
  • Vorgangs-IdDevCenters_ListBySubscription
GetDevCentersAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Listet alle Devcenter in einem Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DevCenter/devcenters
  • Vorgangs-IdDevCenters_ListBySubscription
GetDevCenterSkusBySubscription(SubscriptionResource, Nullable<Int32>, CancellationToken)

Listet die in einem Abonnement verfügbaren Microsoft.DevCenter-SKUs auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DevCenter/skus
  • Vorgangs-IdSkus_ListBySubscription
GetDevCenterSkusBySubscriptionAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Listet die in einem Abonnement verfügbaren Microsoft.DevCenter-SKUs auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DevCenter/skus
  • Vorgangs-IdSkus_ListBySubscription
GetDevCenterUsagesByLocation(SubscriptionResource, AzureLocation, CancellationToken)

Listet die aktuellen Nutzungen und Grenzwerte an diesem Speicherort für das bereitgestellte Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DevCenter/locations/{location}/usages
  • Vorgangs-IdUsages_ListByLocation
GetDevCenterUsagesByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Listet die aktuellen Nutzungen und Grenzwerte an diesem Speicherort für das bereitgestellte Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DevCenter/locations/{location}/usages
  • Vorgangs-IdUsages_ListByLocation
CheckDeviceProvisioningServicesNameAvailability(SubscriptionResource, DeviceProvisioningServicesNameAvailabilityContent, CancellationToken)

Überprüfen Sie, ob ein Bereitstellungsdienstname verfügbar ist. Dadurch wird überprüft, ob der Name syntaktisch gültig ist und ob der Name verwendbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Devices/checkProvisioningServiceNameAvailability
  • Vorgangs-IdIotDpsResource_CheckProvisioningServiceNameAvailability
CheckDeviceProvisioningServicesNameAvailabilityAsync(SubscriptionResource, DeviceProvisioningServicesNameAvailabilityContent, CancellationToken)

Überprüfen Sie, ob ein Bereitstellungsdienstname verfügbar ist. Dadurch wird überprüft, ob der Name syntaktisch gültig ist und ob der Name verwendbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Devices/checkProvisioningServiceNameAvailability
  • Vorgangs-IdIotDpsResource_CheckProvisioningServiceNameAvailability
GetDeviceProvisioningServices(SubscriptionResource, CancellationToken)

Listet alle Bereitstellungsdienste für eine angegebene Abonnement-ID auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Devices/provisioningServices
  • Vorgangs-IdIotDpsResource_ListBySubscription
GetDeviceProvisioningServicesAsync(SubscriptionResource, CancellationToken)

Listet alle Bereitstellungsdienste für eine angegebene Abonnement-ID auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Devices/provisioningServices
  • Vorgangs-IdIotDpsResource_ListBySubscription
CheckDeviceUpdateNameAvailability(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken)

Überprüft die Verfügbarkeit von ADU-Ressourcennamen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DeviceUpdate/checknameavailability
  • Vorgang IdCheckNameAvailability
CheckDeviceUpdateNameAvailabilityAsync(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken)

Überprüft die Verfügbarkeit von ADU-Ressourcennamen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DeviceUpdate/checknameavailability
  • Vorgang IdCheckNameAvailability
GetDeviceUpdateAccounts(SubscriptionResource, CancellationToken)

Gibt die Liste der Konten zurück.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DeviceUpdate/accounts
  • Vorgangs-IdAccounts_ListBySubscription
GetDeviceUpdateAccountsAsync(SubscriptionResource, CancellationToken)

Gibt die Liste der Konten zurück.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DeviceUpdate/accounts
  • Vorgangs-IdAccounts_ListBySubscription
GetControllers(SubscriptionResource, CancellationToken)

Listet alle Azure Dev Spaces-Controller mit ihren Eigenschaften im Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DevSpaces/controllers
  • Vorgangs-IdControllers_List
GetControllersAsync(SubscriptionResource, CancellationToken)

Listet alle Azure Dev Spaces-Controller mit ihren Eigenschaften im Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DevSpaces/controllers
  • Vorgangs-IdControllers_List
GetDevTestLabGlobalSchedules(SubscriptionResource, String, String, Nullable<Int32>, String, CancellationToken)

Listet Zeitpläne in einem Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DevTestLab/schedules
  • Vorgangs-IdGlobalSchedules_ListBySubscription
GetDevTestLabGlobalSchedulesAsync(SubscriptionResource, String, String, Nullable<Int32>, String, CancellationToken)

Listet Zeitpläne in einem Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DevTestLab/schedules
  • Vorgangs-IdGlobalSchedules_ListBySubscription
GetDevTestLabs(SubscriptionResource, String, String, Nullable<Int32>, String, CancellationToken)

Auflisten von Labs in einem Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DevTestLab/labs
  • Vorgangs-IdLabs_ListBySubscription
GetDevTestLabsAsync(SubscriptionResource, String, String, Nullable<Int32>, String, CancellationToken)

Auflisten von Labs in einem Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DevTestLab/labs
  • Vorgangs-IdLabs_ListBySubscription
CheckDigitalTwinsNameAvailability(SubscriptionResource, AzureLocation, DigitalTwinsNameContent, CancellationToken)

Überprüfen Sie, ob ein DigitalTwinsInstance-Name verfügbar ist.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DigitalTwins/locations/{location}/checkNameAvailability
  • Vorgangs-IdDigitalTwins_CheckNameAvailability
CheckDigitalTwinsNameAvailabilityAsync(SubscriptionResource, AzureLocation, DigitalTwinsNameContent, CancellationToken)

Überprüfen Sie, ob ein DigitalTwinsInstance-Name verfügbar ist.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DigitalTwins/locations/{location}/checkNameAvailability
  • Vorgangs-IdDigitalTwins_CheckNameAvailability
GetDigitalTwinsDescriptions(SubscriptionResource, CancellationToken)

Rufen Sie alle DigitalTwinsInstances in einem Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DigitalTwins/digitalTwinsInstances
  • Vorgangs-IdDigitalTwins_List
GetDigitalTwinsDescriptionsAsync(SubscriptionResource, CancellationToken)

Rufen Sie alle DigitalTwinsInstances in einem Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DigitalTwins/digitalTwinsInstances
  • Vorgangs-IdDigitalTwins_List
GetDnsResourceReferencesByTargetResources(SubscriptionResource, DnsResourceReferenceContent, CancellationToken)

Gibt die DNS-Einträge zurück, die von den verweisenden targetResourceIds angegeben werden.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/getDnsResourceReference
  • Vorgangs-IdDnsResourceReference_GetByTargetResources
GetDnsResourceReferencesByTargetResourcesAsync(SubscriptionResource, DnsResourceReferenceContent, CancellationToken)

Gibt die DNS-Einträge zurück, die von den verweisenden targetResourceIds angegeben werden.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/getDnsResourceReference
  • Vorgangs-IdDnsResourceReference_GetByTargetResources
GetDnsZones(SubscriptionResource, Nullable<Int32>, CancellationToken)

Listet die DNS-Zonen in allen Ressourcengruppen in einem Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Network/dnszones
  • Vorgangs-IdZones_List
GetDnsZonesAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Listet die DNS-Zonen in allen Ressourcengruppen in einem Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Network/dnszones
  • Vorgangs-IdZones_List
GetDnsForwardingRulesets(SubscriptionResource, Nullable<Int32>, CancellationToken)

Listet DNS-Weiterleitungsregeln in allen Ressourcengruppen eines Abonnements auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/dnsForwardingRulesets
  • Vorgangs-IdDnsForwardingRulesets_List
GetDnsForwardingRulesetsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Listet DNS-Weiterleitungsregeln in allen Ressourcengruppen eines Abonnements auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/dnsForwardingRulesets
  • Vorgangs-IdDnsForwardingRulesets_List
GetDnsResolvers(SubscriptionResource, Nullable<Int32>, CancellationToken)

Listet DNS-Resolver in allen Ressourcengruppen eines Abonnements auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/dnsResolvers
  • Vorgangs-IdDnsResolvers_List
GetDnsResolversAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Listet DNS-Resolver in allen Ressourcengruppen eines Abonnements auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/dnsResolvers
  • Vorgangs-IdDnsResolvers_List
GetDynatraceMonitors(SubscriptionResource, CancellationToken)

Auflisten aller MonitorResource nach subscriptionId

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Dynatrace.Observability/monitors
  • Vorgangs-IdMonitors_ListBySubscriptionId
GetDynatraceMonitorsAsync(SubscriptionResource, CancellationToken)

Auflisten aller MonitorResource nach subscriptionId

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Dynatrace.Observability/monitors
  • Vorgangs-IdMonitors_ListBySubscriptionId
GetConfigurations(SubscriptionResource, ConfigurationsContent, String, CancellationToken)

Diese Methode stellt die Liste der Konfigurationen für die angegebene Produktfamilie, Die Produktlinie und das Produkt im Abonnement bereit.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.EdgeOrder/listConfigurations
  • Vorgang IdListConfigurations
GetConfigurationsAsync(SubscriptionResource, ConfigurationsContent, String, CancellationToken)

Diese Methode stellt die Liste der Konfigurationen für die angegebene Produktfamilie, Die Produktlinie und das Produkt im Abonnement bereit.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.EdgeOrder/listConfigurations
  • Vorgang IdListConfigurations
GetEdgeOrderAddresses(SubscriptionResource, String, String, CancellationToken)

Listet alle im Abonnement verfügbaren Adressen auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.EdgeOrder/addresses
  • Vorgang IdListAddressesAtSubscriptionLevel
GetEdgeOrderAddressesAsync(SubscriptionResource, String, String, CancellationToken)

Listet alle im Abonnement verfügbaren Adressen auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.EdgeOrder/addresses
  • Vorgang IdListAddressesAtSubscriptionLevel
GetEdgeOrderItems(SubscriptionResource, String, String, String, CancellationToken)

Listet das Bestellelement auf Abonnementebene auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.EdgeOrder/orderItems
  • Vorgang IdListOrderItemsAtSubscriptionLevel
GetEdgeOrderItemsAsync(SubscriptionResource, String, String, String, CancellationToken)

Listet das Bestellelement auf Abonnementebene auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.EdgeOrder/orderItems
  • Vorgang IdListOrderItemsAtSubscriptionLevel
GetEdgeOrders(SubscriptionResource, String, CancellationToken)

Listet die Reihenfolge auf Abonnementebene auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.EdgeOrder/orders
  • Vorgang IdListOrderAtSubscriptionLevel
GetEdgeOrdersAsync(SubscriptionResource, String, CancellationToken)

Listet die Reihenfolge auf Abonnementebene auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.EdgeOrder/orders
  • Vorgang IdListOrderAtSubscriptionLevel
GetProductFamilies(SubscriptionResource, ProductFamiliesContent, String, String, CancellationToken)

Diese Methode stellt die Liste der Produktfamilien für das angegebene Abonnement bereit.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.EdgeOrder/listProductFamilies
  • Vorgang IdListProductFamilies
GetProductFamiliesAsync(SubscriptionResource, ProductFamiliesContent, String, String, CancellationToken)

Diese Methode stellt die Liste der Produktfamilien für das angegebene Abonnement bereit.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.EdgeOrder/listProductFamilies
  • Vorgang IdListProductFamilies
GetProductFamiliesMetadata(SubscriptionResource, String, CancellationToken)

Diese Methode stellt die Liste der Metadaten von Produktfamilien für das angegebene Abonnement bereit.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.EdgeOrder/productFamiliesMetadata
  • Vorgang IdListProductFamiliesMetadata
GetProductFamiliesMetadataAsync(SubscriptionResource, String, CancellationToken)

Diese Methode stellt die Liste der Metadaten von Produktfamilien für das angegebene Abonnement bereit.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.EdgeOrder/productFamiliesMetadata
  • Vorgang IdListProductFamiliesMetadata
GetElasticMonitorResources(SubscriptionResource, CancellationToken)

Listet alle Monitore unter dem angegebenen Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Elastic/monitors
  • Vorgangs-IdMonitors_List
GetElasticMonitorResourcesAsync(SubscriptionResource, CancellationToken)

Listet alle Monitore unter dem angegebenen Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Elastic/monitors
  • Vorgangs-IdMonitors_List
GetElasticSans(SubscriptionResource, CancellationToken)

Ruft eine Liste von ElasticSans in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ElasticSan/elasticSans
  • Vorgangs-IdElasticSans_ListBySubscription
GetElasticSansAsync(SubscriptionResource, CancellationToken)

Ruft eine Liste von ElasticSans in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ElasticSan/elasticSans
  • Vorgangs-IdElasticSans_ListBySubscription
GetSkus(SubscriptionResource, String, CancellationToken)

Auflisten aller verfügbaren Skus in der Region und informationen zu ihnen

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ElasticSan/skus
  • Vorgangs-IdSkus_List
GetSkusAsync(SubscriptionResource, String, CancellationToken)

Auflisten aller verfügbaren Skus in der Region und informationen zu ihnen

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ElasticSan/skus
  • Vorgangs-IdSkus_List
CheckNameAvailabilityLocation(SubscriptionResource, EnergyServiceNameAvailabilityContent, CancellationToken)

Überprüft die Namensverfügbarkeit der Ressource mit dem angeforderten Ressourcennamen.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.OpenEnergyPlatform/checkNameAvailability
  • Vorgangs-IdLocations_CheckNameAvailability
CheckNameAvailabilityLocationAsync(SubscriptionResource, EnergyServiceNameAvailabilityContent, CancellationToken)

Überprüft die Namensverfügbarkeit der Ressource mit dem angeforderten Ressourcennamen.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.OpenEnergyPlatform/checkNameAvailability
  • Vorgangs-IdLocations_CheckNameAvailability
GetEnergyServices(SubscriptionResource, CancellationToken)

Listet eine Sammlung von oep-Ressourcen unter der angegebenen Azure-Abonnement-ID auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.OpenEnergyPlatform/energyServices
  • Vorgangs-IdEnergyServices_ListBySubscription
GetEnergyServicesAsync(SubscriptionResource, CancellationToken)

Listet eine Sammlung von oep-Ressourcen unter der angegebenen Azure-Abonnement-ID auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.OpenEnergyPlatform/energyServices
  • Vorgangs-IdEnergyServices_ListBySubscription
GetEventGridDomains(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Listet alle Domänen unter einem Azure-Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.EventGrid/domains
  • Vorgangs-IdDomains_ListBySubscription
GetEventGridDomainsAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Listet alle Domänen unter einem Azure-Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.EventGrid/domains
  • Vorgangs-IdDomains_ListBySubscription
GetEventGridNamespaces(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Listet alle Namespaces unter einem Azure-Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.EventGrid/namespaces
  • Vorgangs-IdNamespaces_ListBySubscription
GetEventGridNamespacesAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Listet alle Namespaces unter einem Azure-Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.EventGrid/namespaces
  • Vorgangs-IdNamespaces_ListBySubscription
GetEventGridTopics(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Listet alle Themen unter einem Azure-Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.EventGrid/topics
  • Vorgangs-IdTopics_ListBySubscription
GetEventGridTopicsAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Listet alle Themen unter einem Azure-Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.EventGrid/topics
  • Vorgangs-IdTopics_ListBySubscription
GetGlobalEventSubscriptionsDataForTopicType(SubscriptionResource, String, String, Nullable<Int32>, CancellationToken)

Listet alle globalen Ereignisabonnements unter einem Azure-Abonnement für einen Thementyp auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventSubscriptions
  • Vorgangs-IdEventSubscriptions_ListGlobalBySubscriptionForTopicType
GetGlobalEventSubscriptionsDataForTopicTypeAsync(SubscriptionResource, String, String, Nullable<Int32>, CancellationToken)

Listet alle globalen Ereignisabonnements unter einem Azure-Abonnement für einen Thementyp auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventSubscriptions
  • Vorgang IdEventSubscriptions_ListGlobalBySubscriptionForTopicType
GetPartnerConfigurations(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Listet alle Partnerkonfigurationen unter einem Azure-Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/partnerConfigurations
  • Vorgang IdPartnerConfigurations_ListBySubscription
GetPartnerConfigurationsAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Listet alle Partnerkonfigurationen unter einem Azure-Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/partnerConfigurations
  • Vorgang IdPartnerConfigurations_ListBySubscription
GetPartnerDestinations(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Listet alle Partnerziele unter einem Azure-Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/partnerDestinations
  • Vorgang IdPartnerDestinations_ListBySubscription
GetPartnerDestinationsAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Listet alle Partnerziele unter einem Azure-Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/partnerDestinations
  • Vorgang IdPartnerDestinations_ListBySubscription
GetPartnerNamespaces(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Listet alle Partnernamespaces unter einem Azure-Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/partnerNamespaces
  • Vorgang IdPartnerNamespaces_ListBySubscription
GetPartnerNamespacesAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Listet alle Partnernamespaces unter einem Azure-Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/partnerNamespaces
  • Vorgang IdPartnerNamespaces_ListBySubscription
GetPartnerRegistrations(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Listet alle Partnerregistrierungen unter einem Azure-Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/partnerRegistrations
  • Vorgang IdPartnerRegistrations_ListBySubscription
GetPartnerRegistrationsAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Listet alle Partnerregistrierungen unter einem Azure-Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/partnerRegistrations
  • Vorgang IdPartnerRegistrations_ListBySubscription
GetPartnerTopics(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Listet alle Partnerthemen unter einem Azure-Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/partnerTopics
  • Vorgang IdPartnerTopics_ListBySubscription
GetPartnerTopicsAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Listet alle Partnerthemen unter einem Azure-Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/partnerTopics
  • Vorgang IdPartnerTopics_ListBySubscription
GetRegionalEventSubscriptionsData(SubscriptionResource, AzureLocation, String, Nullable<Int32>, CancellationToken)

Listen Sie alle Ereignisabonnements vom angegebenen Speicherort unter einem bestimmten Azure-Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/eventSubscriptions
  • Vorgang IdEventSubscriptions_ListRegionalBySubscription
GetRegionalEventSubscriptionsDataAsync(SubscriptionResource, AzureLocation, String, Nullable<Int32>, CancellationToken)

Listen Sie alle Ereignisabonnements vom angegebenen Speicherort unter einem bestimmten Azure-Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/eventSubscriptions
  • Vorgang IdEventSubscriptions_ListRegionalBySubscription
GetRegionalEventSubscriptionsDataForTopicType(SubscriptionResource, AzureLocation, String, String, Nullable<Int32>, CancellationToken)

Listen Sie alle Ereignisabonnements des angegebenen Speicherorts unter einem bestimmten Azure-Abonnement und Einem bestimmten Thementyp auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/topicTypes/{topicTypeName}/eventSubscriptions
  • Vorgang IdEventSubscriptions_ListRegionalBySubscriptionForTopicType
GetRegionalEventSubscriptionsDataForTopicTypeAsync(SubscriptionResource, AzureLocation, String, String, Nullable<Int32>, CancellationToken)

Listen Sie alle Ereignisabonnements des angegebenen Speicherorts unter einem bestimmten Azure-Abonnement und Einem bestimmten Thementyp auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/topicTypes/{topicTypeName}/eventSubscriptions
  • Vorgang IdEventSubscriptions_ListRegionalBySubscriptionForTopicType
GetSystemTopics(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Listet alle Systemthemen unter einem Azure-Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/systemTopics
  • Vorgang IdSystemTopics_ListBySubscription
GetSystemTopicsAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Listet alle Systemthemen unter einem Azure-Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/systemTopics
  • Vorgang IdSystemTopics_ListBySubscription
CheckEventHubsNamespaceNameAvailability(SubscriptionResource, EventHubsNameAvailabilityContent, CancellationToken)

Überprüfen Sie die Verfügbarkeit des Namespacenamens geben.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/checkNameAvailability
  • Vorgang IdNamespaces_CheckNameAvailability
CheckEventHubsNamespaceNameAvailabilityAsync(SubscriptionResource, EventHubsNameAvailabilityContent, CancellationToken)

Überprüfen Sie die Verfügbarkeit des Namespacenamens geben.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/checkNameAvailability
  • Vorgang IdNamespaces_CheckNameAvailability
GetAvailableClusterRegionClusters(SubscriptionResource, CancellationToken)

Listet die Anzahl der verfügbaren vorab bereitgestellten Event Hubs-Cluster auf, die nach Azure-Region indiziert sind.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/availableClusterRegions
  • Vorgang IdClusters_ListAvailableClusterRegion
GetAvailableClusterRegionClustersAsync(SubscriptionResource, CancellationToken)

Listet die Anzahl der verfügbaren vorab bereitgestellten Event Hubs-Cluster auf, die nach Azure-Region indiziert sind.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/availableClusterRegions
  • Vorgang IdClusters_ListAvailableClusterRegion
GetEventHubsClusters(SubscriptionResource, CancellationToken)

Listet die verfügbaren Event Hubs-Cluster in einer ARM-Ressourcengruppe auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/clusters
  • Vorgang IdClusters_ListBySubscription
GetEventHubsClustersAsync(SubscriptionResource, CancellationToken)

Listet die verfügbaren Event Hubs-Cluster in einer ARM-Ressourcengruppe auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/clusters
  • Vorgang IdClusters_ListBySubscription
GetEventHubsNamespaces(SubscriptionResource, CancellationToken)

Listet alle verfügbaren Namespaces in einem Abonnement auf, unabhängig von den Ressourcengruppen.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/namespaces
  • Vorgang IdNamespaces_List
GetEventHubsNamespacesAsync(SubscriptionResource, CancellationToken)

Listet alle verfügbaren Namespaces in einem Abonnement auf, unabhängig von den Ressourcengruppen.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/namespaces
  • Vorgang IdNamespaces_List
GetCustomLocations(SubscriptionResource, CancellationToken)

Ruft eine Liste der benutzerdefinierten Speicherorte im angegebenen Abonnement ab. Der Vorgang gibt Eigenschaften jedes Pfads für benutzerdefinierte Speicherortanforderungen zurück: /subscriptions/{subscriptionId}/providers/Microsoft.ExtendedLocation/customLocations Operation ID: CustomLocations_ListBySubscription

GetCustomLocationsAsync(SubscriptionResource, CancellationToken)

Ruft eine Liste der benutzerdefinierten Speicherorte im angegebenen Abonnement ab. Der Vorgang gibt Eigenschaften jedes Pfads für benutzerdefinierte Speicherortanforderungen zurück: /subscriptions/{subscriptionId}/providers/Microsoft.ExtendedLocation/customLocations Operation ID: CustomLocations_ListBySubscription

GetCustomLocations(SubscriptionResource, CancellationToken)

Ruft eine Liste der benutzerdefinierten Speicherorte im angegebenen Abonnement ab. Der Vorgang gibt Eigenschaften jedes benutzerdefinierten Speicherorts zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ExtendedLocation/customLocations
  • Vorgang IdCustomLocations_ListBySubscription
GetCustomLocationsAsync(SubscriptionResource, CancellationToken)

Ruft eine Liste der benutzerdefinierten Speicherorte im angegebenen Abonnement ab. Der Vorgang gibt Eigenschaften jedes benutzerdefinierten Speicherorts zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ExtendedLocation/customLocations
  • Vorgang IdCustomLocations_ListBySubscription
GetFluidRelayServers(SubscriptionResource, CancellationToken)

Listet alle Fluid Relay-Server in einem Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.FluidRelay/fluidRelayServers
  • Vorgang IdFluidRelayServers_ListBySubscription
GetFluidRelayServersAsync(SubscriptionResource, CancellationToken)

Listet alle Fluid Relay-Server in einem Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.FluidRelay/fluidRelayServers
  • Vorgang IdFluidRelayServers_ListBySubscription
CheckFrontDoorNameAvailability(SubscriptionResource, FrontDoorNameAvailabilityContent, CancellationToken)

Überprüfen Sie die Verfügbarkeit einer Front Door-Unterdomäne.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/checkFrontDoorNameAvailability
  • Vorgang IdFrontDoorNameAvailabilityWithSubscription_Check
CheckFrontDoorNameAvailabilityAsync(SubscriptionResource, FrontDoorNameAvailabilityContent, CancellationToken)

Überprüfen Sie die Verfügbarkeit einer Front Door-Unterdomäne.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/checkFrontDoorNameAvailability
  • Vorgang IdFrontDoorNameAvailabilityWithSubscription_Check
GetFrontDoorNetworkExperimentProfiles(SubscriptionResource, CancellationToken)

Ruft eine Liste der Netzwerkexperimentsprofile unter einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/NetworkExperimentProfiles
  • Vorgangs-IdNetworkExperimentProfiles_List
GetFrontDoorNetworkExperimentProfilesAsync(SubscriptionResource, CancellationToken)

Ruft eine Liste der Netzwerkexperimentprofile unter einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/NetworkExperimentProfiles
  • Vorgangs-IdNetworkExperimentProfiles_List
GetFrontDoors(SubscriptionResource, CancellationToken)

Listet alle Front Doors in einem Azure-Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/frontDoors
  • Vorgangs-IdFrontDoors_List
GetFrontDoorsAsync(SubscriptionResource, CancellationToken)

Listet alle Front Doors in einem Azure-Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/frontDoors
  • Vorgangs-IdFrontDoors_List
GetManagedRuleSets(SubscriptionResource, CancellationToken)

Listet alle verfügbaren verwalteten Regelsätze auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/FrontDoorWebApplicationFirewallManagedRuleSets
  • Vorgangs-IdManagedRuleSets_List
GetManagedRuleSetsAsync(SubscriptionResource, CancellationToken)

Listet alle verfügbaren verwalteten Regelsätze auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/FrontDoorWebApplicationFirewallManagedRuleSets
  • Vorgangs-IdManagedRuleSets_List
GetManagedGrafanas(SubscriptionResource, CancellationToken)

Listet alle Ressourcen von Arbeitsbereichen für Grafana unter dem angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Dashboard/grafana
  • Vorgangs-IdGrafana_List
GetManagedGrafanasAsync(SubscriptionResource, CancellationToken)

Listet alle Ressourcen von Arbeitsbereichen für Grafana unter dem angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Dashboard/grafana
  • Vorgangs-IdGrafana_List
GetGraphServicesAccountResources(SubscriptionResource, CancellationToken)

Gibt eine Liste der Konten zurück, die zu einem Abonnement gehören.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.GraphServices/accounts
  • Vorgangs-IdAccounts_ListBySubscription
GetGraphServicesAccountResourcesAsync(SubscriptionResource, CancellationToken)

Gibt eine Liste der Konten zurück, die zu einem Abonnement gehören.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.GraphServices/accounts
  • Vorgangs-IdAccounts_ListBySubscription
GetAllGuestConfigurationAssignmentData(SubscriptionResource, CancellationToken)

Listet alle Gastkonfigurationszuweisungen für ein Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.GuestConfiguration/guestConfigurationAssignments
  • Vorgangs-IdGuestConfigurationAssignments_SubscriptionList
GetAllGuestConfigurationAssignmentDataAsync(SubscriptionResource, CancellationToken)

Listet alle Gastkonfigurationszuweisungen für ein Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.GuestConfiguration/guestConfigurationAssignments
  • Vorgangs-IdGuestConfigurationAssignments_SubscriptionList
GetCloudHsmClusters(SubscriptionResource, String, CancellationToken)

Der Vorgang Auflisten ruft Informationen zu den Cloud HSM-Clustern ab, die dem Abonnement zugeordnet sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters
  • Vorgangs-IdCloudHsmClusters_ListBySubscription
GetCloudHsmClustersAsync(SubscriptionResource, String, CancellationToken)

Der Vorgang Auflisten ruft Informationen zu den Cloud HSM-Clustern ab, die dem Abonnement zugeordnet sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters
  • Vorgangs-IdCloudHsmClusters_ListBySubscription
GetDedicatedHsms(SubscriptionResource, Nullable<Int32>, CancellationToken)

Der Listenvorgang ruft Informationen zu den dedizierten HSMs ab, die dem Abonnement zugeordnet sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs
  • Vorgangs-IdDedicatedHsm_ListBySubscription
GetDedicatedHsmsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Der Listenvorgang ruft Informationen zu den dedizierten HSMs ab, die dem Abonnement zugeordnet sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HardwareSecurityModules/dedicatedHSMs
  • Vorgangs-IdDedicatedHsm_ListBySubscription
GetHciClusters(SubscriptionResource, CancellationToken)

Listet alle HCI-Cluster in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AzureStackHCI/clusters
  • Vorgangs-IdClusters_ListBySubscription
GetHciClustersAsync(SubscriptionResource, CancellationToken)

Listet alle HCI-Cluster in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AzureStackHCI/clusters
  • Vorgangs-IdClusters_ListBySubscription
CheckHDInsightNameAvailability(SubscriptionResource, AzureLocation, HDInsightNameAvailabilityContent, CancellationToken)

Überprüfen Sie die Verfügbarkeit des Ressourcennamens.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/checkNameAvailability
  • Vorgangs-IdLocations_CheckNameAvailability
CheckHDInsightNameAvailabilityAsync(SubscriptionResource, AzureLocation, HDInsightNameAvailabilityContent, CancellationToken)

Überprüfen Sie die Verfügbarkeit des Ressourcennamens.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/checkNameAvailability
  • Vorgangs-IdLocations_CheckNameAvailability
GetAvailableClusterPoolVersionsByLocation(SubscriptionResource, AzureLocation, CancellationToken)

Gibt eine Liste der verfügbaren Clusterpoolversionen zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/availableClusterPoolVersions
  • Vorgangs-IdAvailableClusterPoolVersions_ListByLocation
GetAvailableClusterPoolVersionsByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Gibt eine Liste der verfügbaren Clusterpoolversionen zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/availableClusterPoolVersions
  • Vorgangs-IdAvailableClusterPoolVersions_ListByLocation
GetAvailableClusterVersionsByLocation(SubscriptionResource, AzureLocation, CancellationToken)

Gibt eine Liste der verfügbaren Clusterversionen zurück.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/availableClusterVersions
  • Vorgangs-IdAvailableClusterVersions_ListByLocation
GetAvailableClusterVersionsByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Gibt eine Liste der verfügbaren Clusterversionen zurück.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/availableClusterVersions
  • Vorgangs-IdAvailableClusterVersions_ListByLocation
GetHDInsightClusterPools(SubscriptionResource, CancellationToken)

Ruft die Liste der Clusterpools in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HDInsight/clusterpools
  • Vorgangs-IdClusterPools_ListBySubscription
GetHDInsightClusterPoolsAsync(SubscriptionResource, CancellationToken)

Ruft die Liste der Clusterpools in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HDInsight/clusterpools
  • Vorgangs-IdClusterPools_ListBySubscription
CheckHDInsightNameAvailability(SubscriptionResource, AzureLocation, HDInsightNameAvailabilityContent, CancellationToken)

Überprüfen Sie, ob der Clustername verfügbar ist.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/checkNameAvailability
  • Vorgangs-IdLocations_CheckNameAvailability
CheckHDInsightNameAvailabilityAsync(SubscriptionResource, AzureLocation, HDInsightNameAvailabilityContent, CancellationToken)

Überprüfen Sie, ob der Clustername verfügbar ist.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/checkNameAvailability
  • Vorgangs-IdLocations_CheckNameAvailability
GetHDInsightBillingSpecs(SubscriptionResource, AzureLocation, CancellationToken)

Listet die billingSpecs für das angegebene Abonnement und den angegebenen Standort auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/billingSpecs
  • Vorgangs-IdLocations_ListBillingSpecs
GetHDInsightBillingSpecsAsync(SubscriptionResource, AzureLocation, CancellationToken)

Listet die billingSpecs für das angegebene Abonnement und den angegebenen Standort auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/billingSpecs
  • Vorgangs-IdLocations_ListBillingSpecs
GetHDInsightCapabilities(SubscriptionResource, AzureLocation, CancellationToken)

Ruft die Funktionen für den angegebenen Speicherort ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/capabilities
  • Vorgangs-IdLocations_GetCapabilities
GetHDInsightCapabilitiesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Ruft die Funktionen für den angegebenen Speicherort ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/capabilities
  • Vorgangs-IdLocations_GetCapabilities
GetHDInsightClusters(SubscriptionResource, CancellationToken)

Listet alle HDInsight-Cluster unter dem Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.HDInsight/clusters
  • Vorgangs-IdClusters_List
GetHDInsightClustersAsync(SubscriptionResource, CancellationToken)

Listet alle HDInsight-Cluster unter dem Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.HDInsight/clusters
  • Vorgangs-IdClusters_List
GetHDInsightUsages(SubscriptionResource, AzureLocation, CancellationToken)

Listet die Verwendungen für den angegebenen Speicherort auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/usages
  • Vorgangs-IdLocations_ListUsages
GetHDInsightUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Listet die Verwendungen für den angegebenen Speicherort auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/usages
  • Vorgangs-IdLocations_ListUsages
ValidateHDInsightClusterCreation(SubscriptionResource, AzureLocation, HDInsightClusterCreationValidateContent, CancellationToken)

Überprüfen Sie, ob die Anforderungsspezifikation für die Clustererstellung gültig ist oder nicht.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/validateCreateRequest
  • Vorgangs-IdLocations_ValidateClusterCreateRequest
ValidateHDInsightClusterCreationAsync(SubscriptionResource, AzureLocation, HDInsightClusterCreationValidateContent, CancellationToken)

Überprüfen Sie, ob die Anforderungsspezifikation für die Clustererstellung gültig ist oder nicht.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/validateCreateRequest
  • Vorgangs-IdLocations_ValidateClusterCreateRequest
CheckHealthcareApisNameAvailability(SubscriptionResource, HealthcareApisNameAvailabilityContent, CancellationToken)

Überprüfen Sie, ob ein Dienst instance Name verfügbar ist.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.HealthcareApis/checkNameAvailability
  • Vorgangs-IdServices_CheckNameAvailability
CheckHealthcareApisNameAvailabilityAsync(SubscriptionResource, HealthcareApisNameAvailabilityContent, CancellationToken)

Überprüfen Sie, ob ein Dienst instance Name verfügbar ist.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.HealthcareApis/checkNameAvailability
  • Vorgangs-IdServices_CheckNameAvailability
GetHealthcareApisServices(SubscriptionResource, CancellationToken)

Ruft alle Dienstinstanzen in einem Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.HealthcareApis/services
  • Vorgangs-IdServices_List
GetHealthcareApisServicesAsync(SubscriptionResource, CancellationToken)

Ruft alle Dienstinstanzen in einem Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.HealthcareApis/services
  • Vorgangs-IdServices_List
GetHealthcareApisWorkspaces(SubscriptionResource, CancellationToken)

Listet alle verfügbaren Arbeitsbereiche unter dem angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HealthcareApis/workspaces
  • Vorgangs-IdWorkspaces_ListBySubscription
GetHealthcareApisWorkspacesAsync(SubscriptionResource, CancellationToken)

Listet alle verfügbaren Arbeitsbereiche unter dem angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HealthcareApis/workspaces
  • Vorgangs-IdWorkspaces_ListBySubscription
GetExtensionValue(SubscriptionResource, AzureLocation, String, String, String, CancellationToken)

Ruft eine Erweiterungsmetadaten basierend auf Standort, Herausgeber, ExtensionType und Version ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.HybridCompute/locations/{location}/publishers/{publisher}/extensionTypes/{extensionType}/versions/{version}
  • Vorgangs-IdExtensionMetadata_Get
GetExtensionValueAsync(SubscriptionResource, AzureLocation, String, String, String, CancellationToken)

Ruft eine Erweiterungsmetadaten basierend auf Standort, Herausgeber, ExtensionType und Version ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.HybridCompute/locations/{location}/publishers/{publisher}/extensionTypes/{extensionType}/versions/{version}
  • Vorgangs-IdExtensionMetadata_Get
GetExtensionValues(SubscriptionResource, AzureLocation, String, String)

Ruft eine Auflistung von ExtensionValueResources in subscriptionResource ab.

GetHybridComputeMachines(SubscriptionResource, CancellationToken)

Listet alle Hybridcomputer im angegebenen Abonnement auf. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite von Hybridcomputern abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HybridCompute/machines
  • Vorgangs-IdMachines_ListBySubscription
GetHybridComputeMachinesAsync(SubscriptionResource, CancellationToken)

Listet alle Hybridcomputer im angegebenen Abonnement auf. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite von Hybridcomputern abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HybridCompute/machines
  • Vorgangs-IdMachines_ListBySubscription
GetHybridComputePrivateLinkScopes(SubscriptionResource, CancellationToken)

Ruft eine Liste aller Azure Arc PrivateLinkScopes innerhalb eines Abonnements ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HybridCompute/privateLinkScopes
  • Vorgangs-IdPrivateLinkScopes_List
GetHybridComputePrivateLinkScopesAsync(SubscriptionResource, CancellationToken)

Ruft eine Liste aller Azure Arc PrivateLinkScopes innerhalb eines Abonnements ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HybridCompute/privateLinkScopes
  • Vorgangs-IdPrivateLinkScopes_List
GetValidationDetailsPrivateLinkScope(SubscriptionResource, AzureLocation, String, CancellationToken)

Gibt die Validierungsdetails eines Azure Arc PrivateLinkScope zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HybridCompute/locations/{location}/privateLinkScopes/{privateLinkScopeId}
  • Vorgangs-IdPrivateLinkScopes_GetValidationDetails
GetValidationDetailsPrivateLinkScopeAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Gibt die Validierungsdetails eines Azure Arc PrivateLinkScope zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HybridCompute/locations/{location}/privateLinkScopes/{privateLinkScopeId}
  • Vorgangs-IdPrivateLinkScopes_GetValidationDetails
GetHybridContainerServiceVirtualNetworks(SubscriptionResource, CancellationToken)

Listet die virtuellen Hybrid-AKS-Netzwerke nach Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HybridContainerService/virtualNetworks
  • Vorgangs-IdvirtualNetworks_ListBySubscription
GetHybridContainerServiceVirtualNetworksAsync(SubscriptionResource, CancellationToken)

Listet die virtuellen Hybrid-AKS-Netzwerke nach Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HybridContainerService/virtualNetworks
  • Vorgangs-IdvirtualNetworks_ListBySubscription
GetProvisionedClusters(SubscriptionResource, CancellationToken)

Ruft den bereitgestellten Hybrid AKS-Cluster in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HybridContainerService/provisionedClusters
  • Vorgangs-IdProvisionedClusters_ListBySubscription
GetProvisionedClustersAsync(SubscriptionResource, CancellationToken)

Ruft den bereitgestellten Hybrid AKS-Cluster in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HybridContainerService/provisionedClusters
  • Vorgangs-IdProvisionedClusters_ListBySubscription
GetStorageSpaces(SubscriptionResource, CancellationToken)

Auflisten des Hybrid-AKS-Speicherobjekts nach Abonnement

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.HybridContainerService/storageSpaces
  • Vorgangs-IdstorageSpaces_ListBySubscription
GetStorageSpacesAsync(SubscriptionResource, CancellationToken)

Auflisten des Hybrid-AKS-Speicherobjekts nach Abonnement

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.HybridContainerService/storageSpaces
  • Vorgangs-IdstorageSpaces_ListBySubscription
GetConfigurationGroupValues(SubscriptionResource, CancellationToken)

Listet alle Standorte im Konfigurationsgruppenwert in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HybridNetwork/configurationGroupValues
  • Vorgangs-IdConfigurationGroupValues_ListBySubscription
GetConfigurationGroupValuesAsync(SubscriptionResource, CancellationToken)

Listet alle Standorte im Konfigurationsgruppenwert in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HybridNetwork/configurationGroupValues
  • Vorgangs-IdConfigurationGroupValues_ListBySubscription
GetNetworkFunctions(SubscriptionResource, CancellationToken)

Listet alle Netzwerkfunktionen in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HybridNetwork/networkFunctions
  • Vorgangs-IdNetworkFunctions_ListBySubscription
GetNetworkFunctionsAsync(SubscriptionResource, CancellationToken)

Listet alle Netzwerkfunktionen in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HybridNetwork/networkFunctions
  • Vorgangs-IdNetworkFunctions_ListBySubscription
GetPublishers(SubscriptionResource, CancellationToken)

Listet alle Herausgeber in einem Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.HybridNetwork/publishers
  • Vorgangs-IdPublishers_ListBySubscription
GetPublishersAsync(SubscriptionResource, CancellationToken)

Listet alle Herausgeber in einem Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.HybridNetwork/publishers
  • Vorgangs-IdPublishers_ListBySubscription
GetSiteNetworkServices(SubscriptionResource, CancellationToken)

Listet alle Standorte im Netzwerkdienst in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HybridNetwork/siteNetworkServices
  • Vorgangs-IdSiteNetworkServices_ListBySubscription
GetSiteNetworkServicesAsync(SubscriptionResource, CancellationToken)

Listet alle Standorte im Netzwerkdienst in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HybridNetwork/siteNetworkServices
  • Vorgangs-IdSiteNetworkServices_ListBySubscription
GetSites(SubscriptionResource, CancellationToken)

Listet alle Standorte im Netzwerkdienst in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HybridNetwork/sites
  • Vorgangs-IdSites_ListBySubscription
GetSitesAsync(SubscriptionResource, CancellationToken)

Listet alle Standorte im Netzwerkdienst in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HybridNetwork/sites
  • Vorgangs-IdSites_ListBySubscription
CheckIotCentralAppNameAvailability(SubscriptionResource, IotCentralAppNameAvailabilityContent, CancellationToken)

Überprüfen Sie, ob ein IoT Central-Anwendungsname verfügbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.IoTCentral/checkNameAvailability
  • Vorgangs-IdApps_CheckNameAvailability
CheckIotCentralAppNameAvailabilityAsync(SubscriptionResource, IotCentralAppNameAvailabilityContent, CancellationToken)

Überprüfen Sie, ob ein IoT Central-Anwendungsname verfügbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.IoTCentral/checkNameAvailability
  • Vorgangs-IdApps_CheckNameAvailability
CheckIotCentralAppSubdomainAvailability(SubscriptionResource, IotCentralAppNameAvailabilityContent, CancellationToken)

Überprüfen Sie, ob eine Unterdomäne der IoT Central-Anwendung verfügbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.IoTCentral/checkSubdomainAvailability
  • Vorgangs-IdApps_CheckSubdomainAvailability
CheckIotCentralAppSubdomainAvailabilityAsync(SubscriptionResource, IotCentralAppNameAvailabilityContent, CancellationToken)

Überprüfen Sie, ob eine Unterdomäne der IoT Central-Anwendung verfügbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.IoTCentral/checkSubdomainAvailability
  • Vorgangs-IdApps_CheckSubdomainAvailability
GetIotCentralApps(SubscriptionResource, CancellationToken)

Abrufen aller IoT Central-Anwendungen in einem Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.IoTCentral/iotApps
  • Vorgangs-IdApps_ListBySubscription
GetIotCentralAppsAsync(SubscriptionResource, CancellationToken)

Abrufen aller IoT Central-Anwendungen in einem Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.IoTCentral/iotApps
  • Vorgangs-IdApps_ListBySubscription
GetTemplatesApps(SubscriptionResource, CancellationToken)

Rufen Sie alle verfügbaren Anwendungsvorlagen ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.IoTCentral/appTemplates
  • Vorgangs-IdApps_ListTemplates
GetTemplatesAppsAsync(SubscriptionResource, CancellationToken)

Rufen Sie alle verfügbaren Anwendungsvorlagen ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.IoTCentral/appTemplates
  • Vorgangs-IdApps_ListTemplates
GetFirmwareWorkspaces(SubscriptionResource, CancellationToken)

Listet alle Arbeitsbereiche für die Firmwareanalyse im angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.IoTFirmwareDefense/workspaces
  • Vorgangs-IdWorkspaces_ListBySubscription
GetFirmwareWorkspacesAsync(SubscriptionResource, CancellationToken)

Listet alle Arbeitsbereiche für die Firmwareanalyse im angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.IoTFirmwareDefense/workspaces
  • Vorgangs-IdWorkspaces_ListBySubscription
CheckIotHubNameAvailability(SubscriptionResource, IotHubNameAvailabilityContent, CancellationToken)

Überprüfen Sie, ob ein IoT Hub-Name verfügbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Devices/checkNameAvailability
  • Vorgangs-IdIotHubResource_CheckNameAvailability
CheckIotHubNameAvailabilityAsync(SubscriptionResource, IotHubNameAvailabilityContent, CancellationToken)

Überprüfen Sie, ob ein IoT Hub-Name verfügbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Devices/checkNameAvailability
  • Vorgangs-IdIotHubResource_CheckNameAvailability
GetIotHubDescriptions(SubscriptionResource, CancellationToken)

Rufen Sie alle IoT Hubs in einem Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Devices/IotHubs
  • Vorgangs-IdIotHubResource_ListBySubscription
GetIotHubDescriptionsAsync(SubscriptionResource, CancellationToken)

Rufen Sie alle IoT Hubs in einem Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Devices/IotHubs
  • Vorgangs-IdIotHubResource_ListBySubscription
GetIotHubUserSubscriptionQuota(SubscriptionResource, CancellationToken)

Abrufen der Anzahl der kostenlosen und kostenpflichtigen Iot Hubs im Abonnement

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Devices/usages
  • Vorgangs-IdResourceProviderCommon_GetSubscriptionQuota
GetIotHubUserSubscriptionQuotaAsync(SubscriptionResource, CancellationToken)

Abrufen der Anzahl der kostenlosen und kostenpflichtigen Iot Hubs im Abonnement

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Devices/usages
  • Vorgangs-IdResourceProviderCommon_GetSubscriptionQuota
CheckKeyVaultNameAvailability(SubscriptionResource, KeyVaultNameAvailabilityContent, CancellationToken)

Überprüft, ob der Tresorname gültig ist und noch nicht verwendet wird.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.KeyVault/checkNameAvailability
  • Vorgangs-IdVaults_CheckNameAvailability
CheckKeyVaultNameAvailabilityAsync(SubscriptionResource, KeyVaultNameAvailabilityContent, CancellationToken)

Überprüft, ob der Tresorname gültig ist und noch nicht verwendet wird.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.KeyVault/checkNameAvailability
  • Vorgangs-IdVaults_CheckNameAvailability
CheckManagedHsmNameAvailability(SubscriptionResource, ManagedHsmNameAvailabilityContent, CancellationToken)

Überprüft, ob der verwaltete hsm-Name gültig ist und noch nicht verwendet wird.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.KeyVault/checkMhsmNameAvailability
  • Vorgangs-IdManagedHsms_CheckMhsmNameAvailability
CheckManagedHsmNameAvailabilityAsync(SubscriptionResource, ManagedHsmNameAvailabilityContent, CancellationToken)

Überprüft, ob der verwaltete hsm-Name gültig ist und noch nicht verwendet wird.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.KeyVault/checkMhsmNameAvailability
  • Vorgangs-IdManagedHsms_CheckMhsmNameAvailability
GetDeletedKeyVault(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft den gelöschten Azure-Schlüsseltresor ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedVaults/{vaultName}
  • Vorgangs-IdVaults_GetDeleted
GetDeletedKeyVaultAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft den gelöschten Azure-Schlüsseltresor ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedVaults/{vaultName}
  • Vorgangs-IdVaults_GetDeleted
GetDeletedKeyVaults(SubscriptionResource)

Ruft eine Auflistung von DeletedKeyVaultResources in der SubscriptionResource ab.

GetDeletedKeyVaults(SubscriptionResource, CancellationToken)

Ruft Informationen zu den gelöschten Tresoren in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.KeyVault/deletedVaults
  • Vorgangs-IdVaults_ListDeleted
GetDeletedKeyVaultsAsync(SubscriptionResource, CancellationToken)

Ruft Informationen zu den gelöschten Tresoren in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.KeyVault/deletedVaults
  • Vorgangs-IdVaults_ListDeleted
GetDeletedManagedHsm(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft das angegebene gelöschte verwaltete HSM ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedManagedHSMs/{name}
  • Vorgangs-IdManagedHsms_GetDeleted
GetDeletedManagedHsmAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft das angegebene gelöschte verwaltete HSM ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedManagedHSMs/{name}
  • Vorgangs-IdManagedHsms_GetDeleted
GetDeletedManagedHsms(SubscriptionResource)

Ruft eine Auflistung von DeletedManagedHsmResources in der SubscriptionResource ab.

GetDeletedManagedHsms(SubscriptionResource, CancellationToken)

Der Listenvorgang ruft Informationen zu den gelöschten verwalteten HSMs ab, die dem Abonnement zugeordnet sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.KeyVault/deletedManagedHSMs
  • Vorgangs-IdManagedHsms_ListDeleted
GetDeletedManagedHsmsAsync(SubscriptionResource, CancellationToken)

Der Listenvorgang ruft Informationen zu den gelöschten verwalteten HSMs ab, die dem Abonnement zugeordnet sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.KeyVault/deletedManagedHSMs
  • Vorgangs-IdManagedHsms_ListDeleted
GetKeyVaults(SubscriptionResource, Nullable<Int32>, CancellationToken)

Der Vorgang List ruft Informationen zu den Tresoren ab, die dem Abonnement zugeordnet sind.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.KeyVault/vaults
  • Vorgangs-IdVaults_ListBySubscription
GetKeyVaultsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Der Vorgang List ruft Informationen zu den Tresoren ab, die dem Abonnement zugeordnet sind.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.KeyVault/vaults
  • Vorgangs-IdVaults_ListBySubscription
GetManagedHsms(SubscriptionResource, Nullable<Int32>, CancellationToken)

Der Listenvorgang ruft Informationen zu den verwalteten HSM-Pools ab, die dem Abonnement zugeordnet sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.KeyVault/managedHSMs
  • Vorgangs-IdManagedHsms_ListBySubscription
GetManagedHsmsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Der Listenvorgang ruft Informationen zu den verwalteten HSM-Pools ab, die dem Abonnement zugeordnet sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.KeyVault/managedHSMs
  • Vorgangs-IdManagedHsms_ListBySubscription
GetConnectedClusters(SubscriptionResource, CancellationToken)

API zum Aufzählen registrierter verbundener K8s-Cluster unter einem Abonnement

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Kubernetes/connectedClusters
  • Vorgangs-IdConnectedCluster_ListBySubscription
GetConnectedClustersAsync(SubscriptionResource, CancellationToken)

API zum Aufzählen registrierter verbundener K8s-Cluster unter einem Abonnement

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Kubernetes/connectedClusters
  • Vorgangs-IdConnectedCluster_ListBySubscription
CheckKustoClusterNameAvailability(SubscriptionResource, AzureLocation, KustoClusterNameAvailabilityContent, CancellationToken)

Überprüft, ob der Clustername gültig ist und noch nicht verwendet wird.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Kusto/locations/{location}/checkNameAvailability
  • Vorgangs-IdClusters_CheckNameAvailability
CheckKustoClusterNameAvailabilityAsync(SubscriptionResource, AzureLocation, KustoClusterNameAvailabilityContent, CancellationToken)

Überprüft, ob der Clustername gültig ist und noch nicht verwendet wird.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Kusto/locations/{location}/checkNameAvailability
  • Vorgangs-IdClusters_CheckNameAvailability
GetKustoClusters(SubscriptionResource, CancellationToken)

Listet alle Kusto-Cluster innerhalb eines Abonnements auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Kusto/clusters
  • Vorgangs-IdClusters_List
GetKustoClustersAsync(SubscriptionResource, CancellationToken)

Listet alle Kusto-Cluster innerhalb eines Abonnements auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Kusto/clusters
  • Vorgangs-IdClusters_List
GetKustoEligibleSkus(SubscriptionResource, CancellationToken)

Listet berechtigte SKUs für den Kusto-Ressourcenanbieter auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Kusto/skus
  • Vorgangs-IdClusters_ListSkus
GetKustoEligibleSkusAsync(SubscriptionResource, CancellationToken)

Listet berechtigte SKUs für den Kusto-Ressourcenanbieter auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Kusto/skus
  • Vorgangs-IdClusters_ListSkus
GetSkus(SubscriptionResource, AzureLocation, CancellationToken)

Listet berechtigte Regions-SKUs für den Kusto-Ressourcenanbieter nach Azure-Region auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Kusto/locations/{location}/skus
  • Vorgangs-IdSkus_List
GetSkusAsync(SubscriptionResource, AzureLocation, CancellationToken)

Listet berechtigte Regions-SKUs für den Kusto-Ressourcenanbieter nach Azure-Region auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Kusto/locations/{location}/skus
  • Vorgangs-IdSkus_List
GetLabPlans(SubscriptionResource, String, CancellationToken)

Gibt eine Liste aller Labpläne innerhalb eines Abonnements zurück.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.LabServices/labPlans
  • Vorgangs-IdLabPlans_ListBySubscription
GetLabPlansAsync(SubscriptionResource, String, CancellationToken)

Gibt eine Liste aller Labpläne innerhalb eines Abonnements zurück.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.LabServices/labPlans
  • Vorgangs-IdLabPlans_ListBySubscription
GetLabs(SubscriptionResource, String, CancellationToken)

Gibt eine Liste aller Labs für ein Abonnement zurück.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.LabServices/labs
  • Vorgangs-IdLabs_ListBySubscription
GetLabsAsync(SubscriptionResource, String, CancellationToken)

Gibt eine Liste aller Labs für ein Abonnement zurück.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.LabServices/labs
  • Vorgangs-IdLabs_ListBySubscription
GetSkus(SubscriptionResource, String, CancellationToken)

Gibt eine Liste der Azure Lab Services-Ressourcen-SKUs zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.LabServices/skus
  • Vorgangs-IdSkus_List
GetSkusAsync(SubscriptionResource, String, CancellationToken)

Gibt eine Liste der Azure Lab Services-Ressourcen-SKUs zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.LabServices/skus
  • Vorgangs-IdSkus_List
GetUsages(SubscriptionResource, AzureLocation, String, CancellationToken)

Gibt eine Liste der Nutzung pro SKU-Familie für das angegebene Abonnement in der angegebenen Region zurück.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.LabServices/locations/{location}/usages
  • Vorgangs-IdUsages_ListByLocation
GetUsagesAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Gibt eine Liste der Nutzung pro SKU-Familie für das angegebene Abonnement in der angegebenen Region zurück.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.LabServices/locations/{location}/usages
  • Vorgangs-IdUsages_ListByLocation
GetAllLoadTestingQuota(SubscriptionResource, AzureLocation)

Ruft eine Auflistung von LoadTestingQuotaResources in subscriptionResource ab.

GetLoadTestingQuota(SubscriptionResource, AzureLocation, String, CancellationToken)

Rufen Sie das verfügbare Kontingent für einen Kontingentbucket pro Region und Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/quotas/{quotaBucketName}
  • Vorgangs-IdQuotas_Get
GetLoadTestingQuotaAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Rufen Sie das verfügbare Kontingent für einen Kontingentbucket pro Region und Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/quotas/{quotaBucketName}
  • Vorgangs-IdQuotas_Get
GetLoadTestingResources(SubscriptionResource, CancellationToken)

Listet Loadtests-Ressourcen in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.LoadTestService/loadTests
  • Vorgangs-IdLoadTests_ListBySubscription
GetLoadTestingResourcesAsync(SubscriptionResource, CancellationToken)

Listet Loadtests-Ressourcen in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.LoadTestService/loadTests
  • Vorgangs-IdLoadTests_ListBySubscription
GetIntegrationAccounts(SubscriptionResource, Nullable<Int32>, CancellationToken)

Ruft eine Liste der Integrationskonten nach Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Logic/integrationAccounts
  • Vorgangs-IdIntegrationAccounts_ListBySubscription
GetIntegrationAccountsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Ruft eine Liste der Integrationskonten nach Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Logic/integrationAccounts
  • Vorgangs-IdIntegrationAccounts_ListBySubscription
GetIntegrationServiceEnvironments(SubscriptionResource, Nullable<Int32>, CancellationToken)

Ruft eine Liste der Integrationsdienstumgebungen nach Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Logic/integrationServiceEnvironments
  • Vorgangs-IdIntegrationServiceEnvironments_ListBySubscription
GetIntegrationServiceEnvironmentsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Ruft eine Liste der Integrationsdienstumgebungen nach Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Logic/integrationServiceEnvironments
  • Vorgangs-IdIntegrationServiceEnvironments_ListBySubscription
GetLogicWorkflows(SubscriptionResource, Nullable<Int32>, String, CancellationToken)

Ruft eine Liste der Workflows nach Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Logic/workflows
  • Vorgangs-IdWorkflows_ListBySubscription
GetLogicWorkflowsAsync(SubscriptionResource, Nullable<Int32>, String, CancellationToken)

Ruft eine Liste der Workflows nach Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Logic/workflows
  • Vorgangs-IdWorkflows_ListBySubscription
GetMachineLearningQuotas(SubscriptionResource, AzureLocation, CancellationToken)

Ruft die derzeit zugewiesenen Arbeitsbereichskontingente basierend auf VMFamily ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/quotas
  • Vorgangs-IdQuotas_List
GetMachineLearningQuotasAsync(SubscriptionResource, AzureLocation, CancellationToken)

Ruft die derzeit zugewiesenen Arbeitsbereichskontingente basierend auf VMFamily ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/quotas
  • Vorgangs-IdQuotas_List
GetMachineLearningRegistries(SubscriptionResource, CancellationToken)

Auflisten von Registrierungen nach Abonnement

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.MachineLearningServices/registries
  • Vorgangs-IdRegistries_ListBySubscription
GetMachineLearningRegistriesAsync(SubscriptionResource, CancellationToken)

Auflisten von Registrierungen nach Abonnement

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.MachineLearningServices/registries
  • Vorgang IdRegistries_ListBySubscription
GetMachineLearningUsages(SubscriptionResource, AzureLocation, CancellationToken)

Ruft die aktuellen Nutzungsinformationen sowie Grenzwerte für AML-Ressourcen für bestimmte Abonnements und Standorte ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/usages
  • Vorgang IdUsages_List
GetMachineLearningUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Ruft die aktuellen Nutzungsinformationen sowie Grenzwerte für AML-Ressourcen für bestimmte Abonnements und Standorte ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/usages
  • Vorgang IdUsages_List
GetMachineLearningVmSizes(SubscriptionResource, AzureLocation, CancellationToken)

Gibt unterstützte VM-Größen an einem Speicherort zurück.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/vmSizes
  • Vorgang IdVirtualMachineSizes_List
GetMachineLearningVmSizesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Gibt unterstützte VM-Größen an einem Speicherort zurück.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/vmSizes
  • Vorgang IdVirtualMachineSizes_List
GetMachineLearningWorkspaces(SubscriptionResource, String, String, CancellationToken)

Listet alle verfügbaren Machine Learning-Arbeitsbereiche unter dem angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.MachineLearningServices/workspaces
  • Vorgang IdWorkspaces_ListBySubscription
GetMachineLearningWorkspacesAsync(SubscriptionResource, String, String, CancellationToken)

Listet alle verfügbaren Machine Learning-Arbeitsbereiche unter dem angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.MachineLearningServices/workspaces
  • Vorgang IdWorkspaces_ListBySubscription
UpdateMachineLearningQuotas(SubscriptionResource, AzureLocation, MachineLearningQuotaUpdateContent, CancellationToken)

Aktualisieren Sie das Kontingent für jede VM-Familie des Arbeitsbereichs.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/updateQuotas
  • Vorgang IdQuotas_Update
UpdateMachineLearningQuotasAsync(SubscriptionResource, AzureLocation, MachineLearningQuotaUpdateContent, CancellationToken)

Aktualisieren Sie das Kontingent für jede VM-Familie des Arbeitsbereichs.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/updateQuotas
  • Vorgang IdQuotas_Update
GetOperationalizationClusters(SubscriptionResource, String, CancellationToken)

Ruft die Operationalisierungscluster im angegebenen Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningCompute/operationalizationClusters
  • Vorgang IdOperationalizationClusters_ListBySubscriptionId
GetOperationalizationClustersAsync(SubscriptionResource, String, CancellationToken)

Ruft die Operationalisierungscluster im angegebenen Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningCompute/operationalizationClusters
  • Vorgang IdOperationalizationClusters_ListBySubscriptionId
CreateOrUpdateConfigurationAssignmentBySubscription(SubscriptionResource, String, MaintenanceConfigurationAssignmentData, CancellationToken)

Registrieren Sie die Konfiguration für die Ressource.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/configurationAssignments/{configurationAssignmentName}
  • Vorgang IdConfigurationAssignmentsForSubscriptions_CreateOrUpdate
CreateOrUpdateConfigurationAssignmentBySubscriptionAsync(SubscriptionResource, String, MaintenanceConfigurationAssignmentData, CancellationToken)

Registrieren Sie die Konfiguration für die Ressource.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/configurationAssignments/{configurationAssignmentName}
  • Vorgang IdConfigurationAssignmentsForSubscriptions_CreateOrUpdate
DeleteConfigurationAssignmentBySubscription(SubscriptionResource, String, CancellationToken)

Heben Sie die Registrierung der Konfiguration für die Ressource auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/configurationAssignments/{configurationAssignmentName}
  • Vorgang IdConfigurationAssignmentsForSubscriptions_Delete
DeleteConfigurationAssignmentBySubscriptionAsync(SubscriptionResource, String, CancellationToken)

Heben Sie die Registrierung der Konfiguration für die Ressource auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/configurationAssignments/{configurationAssignmentName}
  • Vorgang IdConfigurationAssignmentsForSubscriptions_Delete
GetConfigurationAssignmentBySubscription(SubscriptionResource, String, CancellationToken)

Abrufen der Konfigurationszuweisung für resource..

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/configurationAssignments/{configurationAssignmentName}
  • Vorgang IdConfigurationAssignmentsForSubscriptions_Get
GetConfigurationAssignmentBySubscriptionAsync(SubscriptionResource, String, CancellationToken)

Abrufen der Konfigurationszuweisung für resource..

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/configurationAssignments/{configurationAssignmentName}
  • Vorgang IdConfigurationAssignmentsForSubscriptions_Get
GetConfigurationAssignmentsBySubscription(SubscriptionResource, CancellationToken)

Abrufen der Konfigurationszuweisung innerhalb eines Abonnements

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/configurationAssignments
  • Vorgang IdConfigurationAssignmentsWithinSubscription_List
GetConfigurationAssignmentsBySubscriptionAsync(SubscriptionResource, CancellationToken)

Abrufen der Konfigurationszuweisung innerhalb eines Abonnements

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/configurationAssignments
  • Vorgang IdConfigurationAssignmentsWithinSubscription_List
GetMaintenanceApplyUpdates(SubscriptionResource, CancellationToken)

Abrufen von Konfigurationsdatensätzen innerhalb eines Abonnements

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/applyUpdates
  • Vorgang IdApplyUpdates_List
GetMaintenanceApplyUpdatesAsync(SubscriptionResource, CancellationToken)

Abrufen von Konfigurationsdatensätzen innerhalb eines Abonnements

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/applyUpdates
  • Vorgang IdApplyUpdates_List
GetMaintenanceConfigurations(SubscriptionResource, CancellationToken)

Abrufen von Konfigurationsdatensätzen innerhalb eines Abonnements

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/maintenanceConfigurations
  • Vorgang IdMaintenanceConfigurations_List
GetMaintenanceConfigurationsAsync(SubscriptionResource, CancellationToken)

Abrufen von Konfigurationsdatensätzen innerhalb eines Abonnements

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/maintenanceConfigurations
  • Vorgang IdMaintenanceConfigurations_List
GetMaintenancePublicConfiguration(SubscriptionResource, String, CancellationToken)

Abrufen des Konfigurationsdatensatzes für öffentliche Wartung

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/{resourceName}
  • Vorgang IdPublicMaintenanceConfigurations_Get
GetMaintenancePublicConfigurationAsync(SubscriptionResource, String, CancellationToken)

Abrufen des Konfigurationsdatensatzes für öffentliche Wartung

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/{resourceName}
  • Vorgang IdPublicMaintenanceConfigurations_Get
GetMaintenancePublicConfigurations(SubscriptionResource)

Ruft eine Auflistung von MaintenancePublicConfigurationResources in SubscriptionResource ab.

UpdateConfigurationAssignmentBySubscription(SubscriptionResource, String, MaintenanceConfigurationAssignmentData, CancellationToken)

Registrieren Sie die Konfiguration für die Ressource.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/configurationAssignments/{configurationAssignmentName}
  • Vorgang IdConfigurationAssignmentsForSubscriptions_Update
UpdateConfigurationAssignmentBySubscriptionAsync(SubscriptionResource, String, MaintenanceConfigurationAssignmentData, CancellationToken)

Registrieren Sie die Konfiguration für die Ressource.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/configurationAssignments/{configurationAssignmentName}
  • Vorgang IdConfigurationAssignmentsForSubscriptions_Update
GetManagedNetworks(SubscriptionResource, Nullable<Int32>, String, CancellationToken)

Der ListBySubscription ManagedNetwork-Vorgang ruft alle verwalteten Netzwerkressourcen im aktuellen Abonnement in einem paginierten Format ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetwork/managedNetworks
  • Vorgang IdManagedNetworks_ListBySubscription
GetManagedNetworksAsync(SubscriptionResource, Nullable<Int32>, String, CancellationToken)

Der ListBySubscription ManagedNetwork-Vorgang ruft alle verwalteten Netzwerkressourcen im aktuellen Abonnement in einem paginierten Format ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetwork/managedNetworks
  • Vorgang IdManagedNetworks_ListBySubscription
GetNetworkDevices(SubscriptionResource, CancellationToken)

Listet alle Netzwerkgeräteressourcen in einem bestimmten Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkDevices
  • Vorgang IdNetworkDevices_ListBySubscription
GetNetworkDevicesAsync(SubscriptionResource, CancellationToken)

Listet alle Netzwerkgeräteressourcen in einem bestimmten Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkDevices
  • Vorgang IdNetworkDevices_ListBySubscription
GetNetworkDeviceSku(SubscriptionResource, String, CancellationToken)

Rufen Sie Details zur Netzwerkgeräte-SKU ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkDeviceSkus/{networkDeviceSkuName}
  • Vorgang IdNetworkDeviceSkus_Get
GetNetworkDeviceSkuAsync(SubscriptionResource, String, CancellationToken)

Rufen Sie Details zur Netzwerkgeräte-SKU ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkDeviceSkus/{networkDeviceSkuName}
  • Vorgang IdNetworkDeviceSkus_Get
GetNetworkDeviceSkus(SubscriptionResource)

Ruft eine Auflistung von NetworkDeviceSkuResources in subscriptionResource ab.

GetNetworkFabricAccessControlLists(SubscriptionResource, CancellationToken)

Implementiert accessControlLists list by subscription GET-Methode.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/accessControlLists
  • Vorgangs-IdAccessControlLists_ListBySubscription
GetNetworkFabricAccessControlListsAsync(SubscriptionResource, CancellationToken)

Implementiert die Get-Methode für AccessControlLists nach Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/accessControlLists
  • Vorgangs-IdAccessControlLists_ListBySubscription
GetNetworkFabricControllers(SubscriptionResource, CancellationToken)

Listet alle NetworkFabricController nach Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers
  • Vorgangs-IdNetworkFabricControllers_ListBySubscription
GetNetworkFabricControllersAsync(SubscriptionResource, CancellationToken)

Listet alle NetworkFabricController nach Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers
  • Vorgangs-IdNetworkFabricControllers_ListBySubscription
GetNetworkFabricInternetGatewayRules(SubscriptionResource, CancellationToken)

Listet alle Internet gateway-Regeln im angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules
  • Vorgangs-IdInternetGatewayRules_ListBySubscription
GetNetworkFabricInternetGatewayRulesAsync(SubscriptionResource, CancellationToken)

Listet alle Internet gateway-Regeln im angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules
  • Vorgangs-IdInternetGatewayRules_ListBySubscription
GetNetworkFabricInternetGateways(SubscriptionResource, CancellationToken)

Zeigt die Liste der Internetgateways nach der GET-Methode des Abonnements an.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/internetGateways
  • Vorgangs-IdInternetGateways_ListBySubscription
GetNetworkFabricInternetGatewaysAsync(SubscriptionResource, CancellationToken)

Zeigt die Liste der Internetgateways nach der GET-Methode des Abonnements an.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/internetGateways
  • Vorgangs-IdInternetGateways_ListBySubscription
GetNetworkFabricIPCommunities(SubscriptionResource, CancellationToken)

Implementiert die GET-Methode für IP-Communitys nach Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/ipCommunities
  • Vorgangs-IdIpCommunities_ListBySubscription
GetNetworkFabricIPCommunitiesAsync(SubscriptionResource, CancellationToken)

Implementiert die GET-Methode für IP-Communitys nach Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/ipCommunities
  • Vorgangs-IdIpCommunities_ListBySubscription
GetNetworkFabricIPExtendedCommunities(SubscriptionResource, CancellationToken)

Implementiert die IpExtendedCommunities-Liste nach der GET-Methode des Abonnements.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities
  • Vorgangs-IdIpExtendedCommunities_ListBySubscription
GetNetworkFabricIPExtendedCommunitiesAsync(SubscriptionResource, CancellationToken)

Implementiert die IpExtendedCommunities-Liste nach der GET-Methode des Abonnements.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities
  • Vorgangs-IdIpExtendedCommunities_ListBySubscription
GetNetworkFabricIPPrefixes(SubscriptionResource, CancellationToken)

Implementiert die IPPrefixes-Liste nach der GET-Methode des Abonnements.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes
  • Vorgangs-IdIpPrefixes_ListBySubscription
GetNetworkFabricIPPrefixesAsync(SubscriptionResource, CancellationToken)

Implementiert die IPPrefixes-Liste nach der GET-Methode des Abonnements.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/ipPrefixes
  • Vorgangs-IdIpPrefixes_ListBySubscription
GetNetworkFabricL2IsolationDomains(SubscriptionResource, CancellationToken)

Zeigt die Liste L2IsolationDomains nach abonnementspezifischer GET-Methode an.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains
  • Vorgangs-IdL2IsolationDomains_ListBySubscription
GetNetworkFabricL2IsolationDomainsAsync(SubscriptionResource, CancellationToken)

Zeigt die Liste L2IsolationDomains nach abonnementspezifischer GET-Methode an.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains
  • Vorgangs-IdL2IsolationDomains_ListBySubscription
GetNetworkFabricL3IsolationDomains(SubscriptionResource, CancellationToken)

Zeigt die L3IsolationDomains-Liste nach abonnementspezifischer GET-Methode an.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains
  • Vorgangs-IdL3IsolationDomains_ListBySubscription
GetNetworkFabricL3IsolationDomainsAsync(SubscriptionResource, CancellationToken)

Zeigt die L3IsolationDomains-Liste nach abonnementspezifischer GET-Methode an.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains
  • Vorgangs-IdL3IsolationDomains_ListBySubscription
GetNetworkFabricNeighborGroups(SubscriptionResource, CancellationToken)

Zeigt die Liste NeighborGroups nach der GET-Methode des Abonnements an.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/neighborGroups
  • Vorgangs-IdNeighborGroups_ListBySubscription
GetNetworkFabricNeighborGroupsAsync(SubscriptionResource, CancellationToken)

Zeigt die Liste NeighborGroups nach der GET-Methode des Abonnements an.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/neighborGroups
  • Vorgangs-IdNeighborGroups_ListBySubscription
GetNetworkFabricRoutePolicies(SubscriptionResource, CancellationToken)

Implementiert die RoutePolicies-Liste nach der GET-Methode des Abonnements.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/routePolicies
  • Vorgangs-IdRoutePolicies_ListBySubscription
GetNetworkFabricRoutePoliciesAsync(SubscriptionResource, CancellationToken)

Implementiert die RoutePolicies-Liste nach der GET-Methode des Abonnements.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/routePolicies
  • Vorgangs-IdRoutePolicies_ListBySubscription
GetNetworkFabrics(SubscriptionResource, CancellationToken)

Listet alle Network Fabric-Ressourcen im angegebenen Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkFabrics
  • Vorgangs-IdNetworkFabrics_ListBySubscription
GetNetworkFabricsAsync(SubscriptionResource, CancellationToken)

Listet alle Network Fabric-Ressourcen im angegebenen Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkFabrics
  • Vorgangs-IdNetworkFabrics_ListBySubscription
GetNetworkFabricSku(SubscriptionResource, String, CancellationToken)

Implementiert die GET-Methode der Network Fabric-SKU.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkFabricSkus/{networkFabricSkuName}
  • Vorgangs-IdNetworkFabricSkus_Get
GetNetworkFabricSkuAsync(SubscriptionResource, String, CancellationToken)

Implementiert die GET-Methode der Network Fabric-SKU.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkFabricSkus/{networkFabricSkuName}
  • Vorgangs-IdNetworkFabricSkus_Get
GetNetworkFabricSkus(SubscriptionResource)

Ruft eine Auflistung von NetworkFabricSkuResources in der SubscriptionResource ab.

GetNetworkPacketBrokers(SubscriptionResource, CancellationToken)

Zeigt die Liste der Netzwerkpaketbroker nach der GET-Methode des Abonnements an.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers
  • Vorgangs-IdNetworkPacketBrokers_ListBySubscription
GetNetworkPacketBrokersAsync(SubscriptionResource, CancellationToken)

Zeigt die Liste der Netzwerkpaketbroker nach der GET-Methode des Abonnements an.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkPacketBrokers
  • Vorgangs-IdNetworkPacketBrokers_ListBySubscription
GetNetworkRacks(SubscriptionResource, CancellationToken)

Auflisten aller Network Rack-Ressourcen im angegebenen Abonnement

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkRacks
  • Vorgangs-IdNetworkRacks_ListBySubscription
GetNetworkRacksAsync(SubscriptionResource, CancellationToken)

Auflisten aller Network Rack-Ressourcen im angegebenen Abonnement

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkRacks
  • Vorgangs-IdNetworkRacks_ListBySubscription
GetNetworkTapRules(SubscriptionResource, CancellationToken)

Listet alle Netzwerk-Tippregelressourcen im angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkTapRules
  • Vorgangs-IdNetworkTapRules_ListBySubscription
GetNetworkTapRulesAsync(SubscriptionResource, CancellationToken)

Listet alle Netzwerk-Tippregelressourcen im angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkTapRules
  • Vorgangs-IdNetworkTapRules_ListBySubscription
GetNetworkTaps(SubscriptionResource, CancellationToken)

Zeigt die Liste der Netzwerkabzweigungen nach der GET-Methode des Abonnements an.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkTaps
  • Vorgangs-IdNetworkTaps_ListBySubscription
GetNetworkTapsAsync(SubscriptionResource, CancellationToken)

Zeigt die Liste der Netzwerkabzweigungen nach der GET-Methode des Abonnements an.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkTaps
  • Vorgang IdNetworkTaps_ListBySubscription
GetSystemAssignedIdentity(ArmResource)

Ruft ein -Objekt ab, das eine SystemAssignedIdentityResource darstellt, zusammen mit den instance-Vorgängen, die in ArmResource ausgeführt werden können.

GetUserAssignedIdentities(SubscriptionResource, CancellationToken)

Listet alle userAssignedIdentities auf, die unter dem angegebenen Abonnement verfügbar sind.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ManagedIdentity/userAssignedIdentities
  • Vorgang IdUserAssignedIdentities_ListBySubscription
GetUserAssignedIdentitiesAsync(SubscriptionResource, CancellationToken)

Listet alle userAssignedIdentities auf, die unter dem angegebenen Abonnement verfügbar sind.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ManagedIdentity/userAssignedIdentities
  • Vorgang IdUserAssignedIdentities_ListBySubscription
GetMapsAccounts(SubscriptionResource, CancellationToken)

Abrufen aller Kartenkonten in einem Abonnement

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Maps/accounts
  • Vorgang IdAccounts_ListBySubscription
GetMapsAccountsAsync(SubscriptionResource, CancellationToken)

Abrufen aller Kartenkonten in einem Abonnement

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Maps/accounts
  • Vorgang IdAccounts_ListBySubscription
GetMarketplaceAgreement(SubscriptionResource, String, String, String, CancellationToken)

Laden Sie die Marketplace-Vereinbarung ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements/{publisherId}/offers/{offerId}/plans/{planId}
  • Vorgang IdMarketplaceAgreements_GetAgreement
GetMarketplaceAgreementAsync(SubscriptionResource, String, String, String, CancellationToken)

Laden Sie die Marketplace-Vereinbarung ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements/{publisherId}/offers/{offerId}/plans/{planId}
  • Vorgang IdMarketplaceAgreements_GetAgreement
GetMarketplaceAgreements(SubscriptionResource)

Ruft eine Auflistung von MarketplaceAgresources in SubscriptionResource ab.

GetMarketplaceAgreementTerm(SubscriptionResource, AgreementOfferType, String, String, String, CancellationToken)

Rufen Sie Marketplace-Bedingungen ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
  • Vorgang IdMarketplaceAgreements_Get
GetMarketplaceAgreementTermAsync(SubscriptionResource, AgreementOfferType, String, String, String, CancellationToken)

Rufen Sie Marketplace-Bedingungen ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
  • Vorgang IdMarketplaceAgreements_Get
GetMarketplaceAgreementTerms(SubscriptionResource)

Ruft eine Auflistung von MarketplaceAgreementTermResources in der SubscriptionResource ab.

CheckMediaServicesNameAvailability(SubscriptionResource, AzureLocation, MediaServicesNameAvailabilityContent, CancellationToken)

Überprüft, ob der Name der Media Service-Ressource verfügbar ist.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Media/locations/{locationName}/checkNameAvailability
  • Vorgang IdLocations_CheckNameAvailability
CheckMediaServicesNameAvailabilityAsync(SubscriptionResource, AzureLocation, MediaServicesNameAvailabilityContent, CancellationToken)

Überprüft, ob der Name der Media Service-Ressource verfügbar ist.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Media/locations/{locationName}/checkNameAvailability
  • Vorgang IdLocations_CheckNameAvailability
GetMediaServicesAccounts(SubscriptionResource, CancellationToken)

Auflisten von Media Services-Konten im Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Media/mediaservices
  • Vorgang IdMediaservices_ListBySubscription
GetMediaServicesAccountsAsync(SubscriptionResource, CancellationToken)

Auflisten von Media Services-Konten im Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Media/mediaservices
  • Vorgang IdMediaservices_ListBySubscription
GetMoveCollections(SubscriptionResource, CancellationToken)

Rufen Sie alle Verschieben von Sammlungen im Abonnement ab. Anforderungspfad: /subscriptions/{subscriptionId}/providers/Microsoft.Migrate/moveCollections Vorgangs-ID: MoveCollections_ListMoveCollectionsBySubscription

GetMoveCollectionsAsync(SubscriptionResource, CancellationToken)

Rufen Sie alle Verschieben von Sammlungen im Abonnement ab. Anforderungspfad: /subscriptions/{subscriptionId}/providers/Microsoft.Migrate/moveCollections Vorgangs-ID: MoveCollections_ListMoveCollectionsBySubscription

CheckMixedRealityNameAvailability(SubscriptionResource, AzureLocation, MixedRealityNameAvailabilityContent, CancellationToken)

Überprüfen der Namensverfügbarkeit auf lokale Eindeutigkeit

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/locations/{location}/checkNameAvailability
  • Vorgang IdCheckNameAvailabilityLocal
CheckMixedRealityNameAvailabilityAsync(SubscriptionResource, AzureLocation, MixedRealityNameAvailabilityContent, CancellationToken)

Überprüfen der Namensverfügbarkeit auf lokale Eindeutigkeit

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/locations/{location}/checkNameAvailability
  • Vorgang IdCheckNameAvailabilityLocal
GetRemoteRenderingAccounts(SubscriptionResource, CancellationToken)

Auflisten Remote Rendering Konten nach Abonnement

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/remoteRenderingAccounts
  • Vorgang IdRemoteRenderingAccounts_ListBySubscription
GetRemoteRenderingAccountsAsync(SubscriptionResource, CancellationToken)

Auflisten Remote Rendering Konten nach Abonnement

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/remoteRenderingAccounts
  • Vorgang IdRemoteRenderingAccounts_ListBySubscription
GetSpatialAnchorsAccounts(SubscriptionResource, CancellationToken)

Auflisten von Spatial Anchors-Konten nach Abonnement

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/spatialAnchorsAccounts
  • Vorgang IdSpatialAnchorsAccounts_ListBySubscription
GetSpatialAnchorsAccountsAsync(SubscriptionResource, CancellationToken)

Auflisten von Spatial Anchors-Konten nach Abonnement

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/spatialAnchorsAccounts
  • Vorgang IdSpatialAnchorsAccounts_ListBySubscription
GetMobileNetworks(SubscriptionResource, CancellationToken)

Listet alle Mobilfunknetze in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.MobileNetwork/mobileNetworks
  • Vorgang IdMobileNetworks_ListBySubscription
GetMobileNetworksAsync(SubscriptionResource, CancellationToken)

Listet alle Mobilfunknetze in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.MobileNetwork/mobileNetworks
  • Vorgang IdMobileNetworks_ListBySubscription
GetMobileNetworkSimGroups(SubscriptionResource, CancellationToken)

Ruft alle SIM-Gruppen in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.MobileNetwork/simGroups
  • Vorgang IdSimGroups_ListBySubscription
GetMobileNetworkSimGroupsAsync(SubscriptionResource, CancellationToken)

Ruft alle SIM-Gruppen in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.MobileNetwork/simGroups
  • Vorgang IdSimGroups_ListBySubscription
GetPacketCoreControlPlanes(SubscriptionResource, CancellationToken)

Listet alle Paketkernsteuerungsebenen in einem Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes
  • Vorgang IdPacketCoreControlPlanes_ListBySubscription
GetPacketCoreControlPlanesAsync(SubscriptionResource, CancellationToken)

Listet alle Paketkernsteuerungsebenen in einem Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes
  • Vorgang IdPacketCoreControlPlanes_ListBySubscription
GetSubscriptionPacketCoreControlPlaneVersion(SubscriptionResource, String, CancellationToken)

Ruft Informationen zur angegebenen Version der Paketkernsteuerungsebene ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions/{versionName}
  • Vorgang IdPacketCoreControlPlaneVersions_GetBySubscription
GetSubscriptionPacketCoreControlPlaneVersionAsync(SubscriptionResource, String, CancellationToken)

Ruft Informationen zur angegebenen Version der Paketkernsteuerungsebene ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions/{versionName}
  • Vorgang IdPacketCoreControlPlaneVersions_GetBySubscription
GetSubscriptionPacketCoreControlPlaneVersions(SubscriptionResource)

Ruft eine Auflistung von SubscriptionPacketCoreControlPlaneVersionResources in subscriptionResource ab.

GetActionGroups(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste aller Aktionsgruppen in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Insights/actionGroups
  • Vorgang IdActionGroups_ListBySubscriptionId
GetActionGroupsAsync(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste aller Aktionsgruppen in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Insights/actionGroups
  • Vorgang IdActionGroups_ListBySubscriptionId
GetActivityLogAlerts(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste aller Aktivitätsprotokollwarnungsregeln in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Insights/activityLogAlerts
  • Vorgang IdActivityLogAlerts_ListBySubscriptionId
GetActivityLogAlertsAsync(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste aller Aktivitätsprotokollwarnungsregeln in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Insights/activityLogAlerts
  • Vorgang IdActivityLogAlerts_ListBySubscriptionId
GetActivityLogs(SubscriptionResource, String, String, CancellationToken)

Stellt die Liste der Datensätze aus den Aktivitätsprotokollen bereit.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Insights/eventtypes/management/values
  • Vorgangs-IdActivityLogs_List
GetActivityLogsAsync(SubscriptionResource, String, String, CancellationToken)

Stellt die Liste der Datensätze aus den Aktivitätsprotokollen bereit.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Insights/eventtypes/management/values
  • Vorgangs-IdActivityLogs_List
GetAlertRules(SubscriptionResource, CancellationToken)

Listen Sie die klassischen Metrikwarnungsregeln in einem Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Insights/alertrules
  • Vorgangs-IdAlertRules_ListBySubscription
GetAlertRulesAsync(SubscriptionResource, CancellationToken)

Listen Sie die klassischen Metrikwarnungsregeln in einem Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Insights/alertrules
  • Vorgangs-IdAlertRules_ListBySubscription
GetAutoscaleSettings(SubscriptionResource, CancellationToken)

Listet die Einstellungen für die automatische Skalierung für ein Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Insights/autoscalesettings
  • Vorgangs-IdAutoscaleSettings_ListBySubscription
GetAutoscaleSettingsAsync(SubscriptionResource, CancellationToken)

Listet die Einstellungen für die automatische Skalierung für ein Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Insights/autoscalesettings
  • Vorgangs-IdAutoscaleSettings_ListBySubscription
GetDataCollectionEndpoints(SubscriptionResource, CancellationToken)

Listet alle Datensammlungsendpunkte im angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Insights/dataCollectionEndpoints
  • Vorgangs-IdDataCollectionEndpoints_ListBySubscription
GetDataCollectionEndpointsAsync(SubscriptionResource, CancellationToken)

Listet alle Datensammlungsendpunkte im angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Insights/dataCollectionEndpoints
  • Vorgangs-IdDataCollectionEndpoints_ListBySubscription
GetDataCollectionRules(SubscriptionResource, CancellationToken)

Listet alle Datensammlungsregeln im angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Insights/dataCollectionRules
  • Vorgangs-IdDataCollectionRules_ListBySubscription
GetDataCollectionRulesAsync(SubscriptionResource, CancellationToken)

Listet alle Datensammlungsregeln im angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Insights/dataCollectionRules
  • Vorgangs-IdDataCollectionRules_ListBySubscription
GetLogProfile(SubscriptionResource, String, CancellationToken)

Ruft das Protokollprofil ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName}
  • Vorgangs-IdLogProfiles_Get
GetLogProfileAsync(SubscriptionResource, String, CancellationToken)

Ruft das Protokollprofil ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName}
  • Vorgangs-IdLogProfiles_Get
GetLogProfiles(SubscriptionResource)

Ruft eine Auflistung von LogProfileResources in subscriptionResource ab.

GetMetricAlerts(SubscriptionResource, CancellationToken)

Ruft Warnungsregeldefinitionen in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Insights/metricAlerts
  • Vorgangs-IdMetricAlerts_ListBySubscription
GetMetricAlertsAsync(SubscriptionResource, CancellationToken)

Ruft Warnungsregeldefinitionen in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Insights/metricAlerts
  • Vorgangs-IdMetricAlerts_ListBySubscription
GetMonitorMetrics(SubscriptionResource, SubscriptionResourceGetMonitorMetricsOptions, CancellationToken)

Listet die Metrikdaten für ein Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Insights/metrics
  • Vorgangs-IdMetrics_ListAtSubscriptionScope
GetMonitorMetricsAsync(SubscriptionResource, SubscriptionResourceGetMonitorMetricsOptions, CancellationToken)

Listet die Metrikdaten für ein Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Insights/metrics
  • Vorgangs-IdMetrics_ListAtSubscriptionScope
GetMonitorMetricsWithPost(SubscriptionResource, SubscriptionResourceGetMonitorMetricsWithPostOptions, CancellationToken)

Listet die Metrikdaten für ein Abonnement auf. Parameter können entweder für Abfrageparameter oder den Text angegeben werden.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Insights/metrics
  • Vorgangs-IdMetrics_ListAtSubscriptionScopePost
GetMonitorMetricsWithPostAsync(SubscriptionResource, SubscriptionResourceGetMonitorMetricsWithPostOptions, CancellationToken)

Listet die Metrikdaten für ein Abonnement auf. Parameter können entweder für Abfrageparameter oder den Text angegeben werden.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Insights/metrics
  • Vorgangs-IdMetrics_ListAtSubscriptionScopePost
GetMonitorPrivateLinkScopes(SubscriptionResource, CancellationToken)

Ruft eine Liste aller Azure Monitor PrivateLinkScopes innerhalb eines Abonnements ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/microsoft.insights/privateLinkScopes
  • Vorgangs-IdPrivateLinkScopes_List
GetMonitorPrivateLinkScopesAsync(SubscriptionResource, CancellationToken)

Ruft eine Liste aller Azure Monitor PrivateLinkScopes innerhalb eines Abonnements ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/microsoft.insights/privateLinkScopes
  • Vorgangs-IdPrivateLinkScopes_List
GetMonitorWorkspaceResources(SubscriptionResource, CancellationToken)

Listet alle Arbeitsbereiche im angegebenen Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Monitor/accounts
  • Vorgangs-IdAzureMonitorWorkspaces_ListBySubscription
GetMonitorWorkspaceResourcesAsync(SubscriptionResource, CancellationToken)

Listet alle Arbeitsbereiche im angegebenen Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Monitor/accounts
  • Vorgangs-IdAzureMonitorWorkspaces_ListBySubscription
GetScheduledQueryRules(SubscriptionResource, CancellationToken)

Dient zum Abrufen einer geplanten Abfrageregeldefinition in einem Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Insights/scheduledQueryRules
  • Vorgangs-IdScheduledQueryRules_ListBySubscription
GetScheduledQueryRulesAsync(SubscriptionResource, CancellationToken)

Dient zum Abrufen einer geplanten Abfrageregeldefinition in einem Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Insights/scheduledQueryRules
  • Vorgangs-IdScheduledQueryRules_ListBySubscription
CheckMySqlFlexibleServerNameAvailability(SubscriptionResource, AzureLocation, MySqlFlexibleServerNameAvailabilityContent, CancellationToken)

Überprüfen der Verfügbarkeit des Namens für den Server

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/checkNameAvailability
  • Vorgangs-IdCheckNameAvailability_Execute
CheckMySqlFlexibleServerNameAvailabilityAsync(SubscriptionResource, AzureLocation, MySqlFlexibleServerNameAvailabilityContent, CancellationToken)

Überprüfen der Verfügbarkeit des Namens für den Server

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/checkNameAvailability
  • Vorgangs-IdCheckNameAvailability_Execute
CheckMySqlFlexibleServerNameAvailabilityWithoutLocation(SubscriptionResource, MySqlFlexibleServerNameAvailabilityContent, CancellationToken)

Überprüfen der Verfügbarkeit des Namens für den Server

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DBforMySQL/checkNameAvailability
  • Vorgangs-IdCheckNameAvailabilityWithoutLocation_Execute
CheckMySqlFlexibleServerNameAvailabilityWithoutLocationAsync(SubscriptionResource, MySqlFlexibleServerNameAvailabilityContent, CancellationToken)

Überprüfen der Verfügbarkeit des Namens für den Server

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DBforMySQL/checkNameAvailability
  • Vorgangs-IdCheckNameAvailabilityWithoutLocation_Execute
ExecuteCheckVirtualNetworkSubnetUsage(SubscriptionResource, AzureLocation, MySqlFlexibleServerVirtualNetworkSubnetUsageParameter, CancellationToken)

Rufen Sie die Subnetznutzung des virtuellen Netzwerks für eine bestimmte vNet-Ressourcen-ID ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/checkVirtualNetworkSubnetUsage
  • Vorgangs-IdCheckVirtualNetworkSubnetUsage_Execute
ExecuteCheckVirtualNetworkSubnetUsageAsync(SubscriptionResource, AzureLocation, MySqlFlexibleServerVirtualNetworkSubnetUsageParameter, CancellationToken)

Rufen Sie die Subnetznutzung des virtuellen Netzwerks für eine bestimmte vNet-Ressourcen-ID ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/checkVirtualNetworkSubnetUsage
  • Vorgangs-IdCheckVirtualNetworkSubnetUsage_Execute
GetLocationBasedCapabilities(SubscriptionResource, AzureLocation, CancellationToken)

Rufen Sie Funktionen am angegebenen Speicherort in einem bestimmten Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilities
  • Vorgangs-IdLocationBasedCapabilities_List
GetLocationBasedCapabilitiesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Rufen Sie Funktionen am angegebenen Speicherort in einem bestimmten Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilities
  • Vorgangs-IdLocationBasedCapabilities_List
GetMySqlFlexibleServers(SubscriptionResource, CancellationToken)

Listet alle Server in einem bestimmten Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DBforMySQL/flexibleServers
  • Vorgangs-IdServers_List
GetMySqlFlexibleServersAsync(SubscriptionResource, CancellationToken)

Listet alle Server in einem bestimmten Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DBforMySQL/flexibleServers
  • Vorgangs-IdServers_List
GetMySqlFlexibleServersCapabilities(SubscriptionResource, AzureLocation)

Ruft eine Auflistung von MySqlFlexibleServersCapabilityResources in der SubscriptionResource ab. Mocking Um diese Methode zu simulieren, simulieren GetMySqlFlexibleServersCapabilities(AzureLocation) Sie stattdessen.

GetMySqlFlexibleServersCapability(SubscriptionResource, AzureLocation, String, CancellationToken)

Rufen Sie Funktionen am angegebenen Speicherort in einem bestimmten Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilitySets/{capabilitySetName}
  • Vorgangs-IdLocationBasedCapabilitySet_Get
GetMySqlFlexibleServersCapabilityAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Rufen Sie Funktionen am angegebenen Speicherort in einem bestimmten Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilitySets/{capabilitySetName}
  • Vorgangs-IdLocationBasedCapabilitySet_Get
GetOperationResult(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft das Vorgangsergebnis für einen Vorgang mit langer Ausführungsdauer ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/operationResults/{operationId}
  • Vorgangs-IdOperationResults_Get
GetOperationResultAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft das Vorgangsergebnis für einen Vorgang mit langer Ausführungsdauer ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/operationResults/{operationId}
  • Vorgangs-IdOperationResults_Get
CheckMySqlNameAvailability(SubscriptionResource, MySqlNameAvailabilityContent, CancellationToken)

Überprüfen der Verfügbarkeit des Namens für die Ressource

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DBforMySQL/checkNameAvailability
  • Vorgangs-IdCheckNameAvailability_Execute
CheckMySqlNameAvailabilityAsync(SubscriptionResource, MySqlNameAvailabilityContent, CancellationToken)

Überprüfen der Verfügbarkeit des Namens für die Ressource

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DBforMySQL/checkNameAvailability
  • Vorgangs-IdCheckNameAvailability_Execute
GetLocationBasedPerformanceTiers(SubscriptionResource, AzureLocation, CancellationToken)

Listet alle Leistungsebenen am angegebenen Speicherort in einem bestimmten Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/performanceTiers
  • Vorgangs-IdLocationBasedPerformanceTier_List
GetLocationBasedPerformanceTiersAsync(SubscriptionResource, AzureLocation, CancellationToken)

Listet alle Leistungsebenen am angegebenen Speicherort in einem bestimmten Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/performanceTiers
  • Vorgangs-IdLocationBasedPerformanceTier_List
GetMySqlServers(SubscriptionResource, CancellationToken)

Listet alle Server in einem bestimmten Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DBforMySQL/servers
  • Vorgangs-IdServers_List
GetMySqlServersAsync(SubscriptionResource, CancellationToken)

Listet alle Server in einem bestimmten Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DBforMySQL/servers
  • Vorgangs-IdServers_List
CheckNetAppFilePathAvailability(SubscriptionResource, AzureLocation, NetAppFilePathAvailabilityContent, CancellationToken)

Überprüfen Sie, ob ein Dateipfad verfügbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkFilePathAvailability
  • Vorgangs-IdNetAppResource_CheckFilePathAvailability
CheckNetAppFilePathAvailabilityAsync(SubscriptionResource, AzureLocation, NetAppFilePathAvailabilityContent, CancellationToken)

Überprüfen Sie, ob ein Dateipfad verfügbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkFilePathAvailability
  • Vorgangs-IdNetAppResource_CheckFilePathAvailability
CheckNetAppNameAvailability(SubscriptionResource, AzureLocation, NetAppNameAvailabilityContent, CancellationToken)

Überprüfen Sie, ob ein Ressourcenname verfügbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkNameAvailability
  • Vorgangs-IdNetAppResource_CheckNameAvailability
CheckNetAppNameAvailabilityAsync(SubscriptionResource, AzureLocation, NetAppNameAvailabilityContent, CancellationToken)

Überprüfen Sie, ob ein Ressourcenname verfügbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkNameAvailability
  • Vorgangs-IdNetAppResource_CheckNameAvailability
CheckNetAppQuotaAvailability(SubscriptionResource, AzureLocation, NetAppQuotaAvailabilityContent, CancellationToken)

Überprüfen Sie, ob ein Kontingent verfügbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkQuotaAvailability
  • Vorgangs-IdNetAppResource_CheckQuotaAvailability
CheckNetAppQuotaAvailabilityAsync(SubscriptionResource, AzureLocation, NetAppQuotaAvailabilityContent, CancellationToken)

Überprüfen Sie, ob ein Kontingent verfügbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkQuotaAvailability
  • Vorgangs-IdNetAppResource_CheckQuotaAvailability
GetNetAppAccounts(SubscriptionResource, CancellationToken)

Auflisten und Beschreiben aller NetApp-Konten im Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetApp/netAppAccounts
  • Vorgangs-IdAccounts_ListBySubscription
GetNetAppAccountsAsync(SubscriptionResource, CancellationToken)

Auflisten und Beschreiben aller NetApp-Konten im Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetApp/netAppAccounts
  • Vorgangs-IdAccounts_ListBySubscription
GetNetAppQuotaLimit(SubscriptionResource, AzureLocation, String, CancellationToken)

Abrufen des Standard- und aktuellen Abonnementkontingentlimits

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits/{quotaLimitName}
  • Vorgangs-IdNetAppResourceQuotaLimits_Get
GetNetAppQuotaLimitAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Abrufen des Standard- und aktuellen Abonnementkontingentlimits

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits/{quotaLimitName}
  • Vorgangs-IdNetAppResourceQuotaLimits_Get
GetNetAppQuotaLimits(SubscriptionResource, AzureLocation, CancellationToken)

Abrufen der standard- und aktuellen Grenzwerte für Kontingente

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits
  • Vorgangs-IdNetAppResourceQuotaLimits_List
GetNetAppQuotaLimitsAsync(SubscriptionResource, AzureLocation, CancellationToken)

Abrufen der standard- und aktuellen Grenzwerte für Kontingente

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits
  • Vorgangs-IdNetAppResourceQuotaLimits_List
QueryNetworkSiblingSetNetAppResource(SubscriptionResource, AzureLocation, QueryNetworkSiblingSetContent, CancellationToken)

Ruft Details zum angegebenen gleichgeordneten Netzwerksatz ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/queryNetworkSiblingSet
  • Vorgangs-IdNetAppResource_QueryNetworkSiblingSet
QueryNetworkSiblingSetNetAppResourceAsync(SubscriptionResource, AzureLocation, QueryNetworkSiblingSetContent, CancellationToken)

Ruft Details zum angegebenen gleichgeordneten Netzwerksatz ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/queryNetworkSiblingSet
  • Vorgangs-IdNetAppResource_QueryNetworkSiblingSet
QueryRegionInfoNetAppResource(SubscriptionResource, AzureLocation, CancellationToken)

Stellt Speicher für Netzwerknähe und Zuordnungsinformationen zu logischen Zonen bereit.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/regionInfo
  • Vorgangs-IdNetAppResource_QueryRegionInfo
QueryRegionInfoNetAppResourceAsync(SubscriptionResource, AzureLocation, CancellationToken)

Stellt Speicher für Netzwerknähe und Zuordnungsinformationen zu logischen Zonen bereit.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/regionInfo
  • Vorgangs-IdNetAppResource_QueryRegionInfo
UpdateNetworkSiblingSetNetAppResource(SubscriptionResource, WaitUntil, AzureLocation, UpdateNetworkSiblingSetContent, CancellationToken)

Aktualisieren Sie die Netzwerkfeatures des angegebenen gleichgeordneten Netzwerksatzes.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/updateNetworkSiblingSet
  • Vorgangs-IdNetAppResource_UpdateNetworkSiblingSet
UpdateNetworkSiblingSetNetAppResourceAsync(SubscriptionResource, WaitUntil, AzureLocation, UpdateNetworkSiblingSetContent, CancellationToken)

Aktualisieren Sie die Netzwerkfeatures des angegebenen gleichgeordneten Netzwerksatzes.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/updateNetworkSiblingSet
  • Vorgangs-IdNetAppResource_UpdateNetworkSiblingSet
CheckDnsNameAvailability(SubscriptionResource, AzureLocation, String, CancellationToken)

Überprüft, ob ein Domänenname in der cloudapp.azure.com Zone zur Verwendung verfügbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/locations/{location}/CheckDnsNameAvailability
  • Vorgang IdCheckDnsNameAvailability
CheckDnsNameAvailabilityAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Überprüft, ob ein Domänenname in der cloudapp.azure.com Zone zur Verwendung verfügbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/locations/{location}/CheckDnsNameAvailability
  • Vorgang IdCheckDnsNameAvailability
CheckPrivateLinkServiceVisibilityPrivateLinkService(SubscriptionResource, WaitUntil, AzureLocation, CheckPrivateLinkServiceVisibilityRequest, CancellationToken)

Überprüft, ob das Abonnement für den Private Link-Dienst sichtbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/locations/{location}/checkPrivateLinkServiceVisibility
  • Vorgangs-IdPrivateLinkServices_CheckPrivateLinkServiceVisibility
CheckPrivateLinkServiceVisibilityPrivateLinkServiceAsync(SubscriptionResource, WaitUntil, AzureLocation, CheckPrivateLinkServiceVisibilityRequest, CancellationToken)

Überprüft, ob das Abonnement für den Private Link-Dienst sichtbar ist.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/checkPrivateLinkServiceVisibility
  • Vorgang IdPrivateLinkServices_CheckPrivateLinkServiceVisibility
GetAllServiceTagInformation(SubscriptionResource, AzureLocation, Nullable<Boolean>, String, CancellationToken)

Ruft eine Liste der Diensttag-Informationsressourcen mit Paginierung ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/serviceTagDetails
  • Vorgang IdServiceTagInformation_List
GetAllServiceTagInformationAsync(SubscriptionResource, AzureLocation, Nullable<Boolean>, String, CancellationToken)

Ruft eine Liste der Diensttag-Informationsressourcen mit Paginierung ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/serviceTagDetails
  • Vorgang IdServiceTagInformation_List
GetAppGatewayAvailableWafRuleSets(SubscriptionResource, CancellationToken)

Listet alle verfügbaren Firewallregelsätze für Webanwendungen auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableWafRuleSets
  • Vorgang IdApplicationGateways_ListAvailableWafRuleSets
GetAppGatewayAvailableWafRuleSetsAsync(SubscriptionResource, CancellationToken)

Listet alle verfügbaren Firewallregelsätze für Webanwendungen auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableWafRuleSets
  • Vorgang IdApplicationGateways_ListAvailableWafRuleSets
GetApplicationGatewayAvailableSslOptions(SubscriptionResource, CancellationToken)

Listet die verfügbaren Ssl-Optionen zum Konfigurieren der Ssl-Richtlinie auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default
  • Vorgang IdApplicationGateways_ListAvailableSslOptions
GetApplicationGatewayAvailableSslOptionsAsync(SubscriptionResource, CancellationToken)

Listet die verfügbaren Ssl-Optionen zum Konfigurieren der Ssl-Richtlinie auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default
  • Vorgang IdApplicationGateways_ListAvailableSslOptions
GetApplicationGatewayAvailableSslPredefinedPolicies(SubscriptionResource, CancellationToken)

Listet alle vordefinierten SSL-Richtlinien zum Konfigurieren von Ssl-Richtlinien auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies
  • Vorgang IdApplicationGateways_ListAvailableSslPredefinedPolicies
GetApplicationGatewayAvailableSslPredefinedPoliciesAsync(SubscriptionResource, CancellationToken)

Listet alle vordefinierten SSL-Richtlinien zum Konfigurieren von Ssl-Richtlinien auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies
  • Vorgang IdApplicationGateways_ListAvailableSslPredefinedPolicies
GetApplicationGateways(SubscriptionResource, CancellationToken)

Ruft alle Anwendungsgateways in einem Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGateways
  • Vorgang IdApplicationGateways_ListAll
GetApplicationGatewaysAsync(SubscriptionResource, CancellationToken)

Ruft alle Anwendungsgateways in einem Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGateways
  • Vorgang IdApplicationGateways_ListAll
GetApplicationGatewaySslPredefinedPolicy(SubscriptionResource, String, CancellationToken)

Ruft eine vordefinierte Ssl-Richtlinie mit dem angegebenen Richtliniennamen ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies/{predefinedPolicyName}
  • Vorgang IdApplicationGateways_GetSslPredefinedPolicy
GetApplicationGatewaySslPredefinedPolicyAsync(SubscriptionResource, String, CancellationToken)

Ruft eine vordefinierte Ssl-Richtlinie mit dem angegebenen Richtliniennamen ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies/{predefinedPolicyName}
  • Vorgang IdApplicationGateways_GetSslPredefinedPolicy
GetApplicationGatewayWafDynamicManifest(SubscriptionResource, AzureLocation, CancellationToken)

Ruft das waf-Manifest des regionalen Anwendungsgateways ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/applicationGatewayWafDynamicManifests/dafault
  • Vorgang IdApplicationGatewayWafDynamicManifestsDefault_Get
GetApplicationGatewayWafDynamicManifestAsync(SubscriptionResource, AzureLocation, CancellationToken)

Ruft das waf-Manifest des regionalen Anwendungsgateways ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/applicationGatewayWafDynamicManifests/dafault
  • Vorgang IdApplicationGatewayWafDynamicManifestsDefault_Get
GetApplicationGatewayWafDynamicManifests(SubscriptionResource, AzureLocation)

Ruft eine Auflistung von ApplicationGatewayWafDynamicManifestResources in subscriptionResource ab.

GetApplicationSecurityGroups(SubscriptionResource, CancellationToken)

Ruft alle Anwendungssicherheitsgruppen in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationSecurityGroups
  • Vorgang IdApplicationSecurityGroups_ListAll
GetApplicationSecurityGroupsAsync(SubscriptionResource, CancellationToken)

Ruft alle Anwendungssicherheitsgruppen in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationSecurityGroups
  • Vorgang IdApplicationSecurityGroups_ListAll
GetAutoApprovedPrivateLinkServicesPrivateLinkServices(SubscriptionResource, AzureLocation, CancellationToken)

Gibt alle Private Link-Dienst-IDs zurück, die mit einem privaten Endpunkt verknüpft werden können, der in diesem Abonnement in dieser Region automatisch genehmigt wurde.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/autoApprovedPrivateLinkServices
  • Vorgang IdPrivateLinkServices_ListAutoApprovedPrivateLinkServices
GetAutoApprovedPrivateLinkServicesPrivateLinkServicesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Gibt alle Private Link-Dienst-IDs zurück, die mit einem privaten Endpunkt verknüpft werden können, der in diesem Abonnement in dieser Region automatisch genehmigt wurde.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/autoApprovedPrivateLinkServices
  • Vorgang IdPrivateLinkServices_ListAutoApprovedPrivateLinkServices
GetAvailableDelegations(SubscriptionResource, AzureLocation, CancellationToken)

Ruft alle verfügbaren Subnetzdelegierungen für dieses Abonnement in dieser Region ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/availableDelegations
  • Vorgang IdAvailableDelegations_List
GetAvailableDelegationsAsync(SubscriptionResource, AzureLocation, CancellationToken)

Ruft alle verfügbaren Subnetzdelegierungen für dieses Abonnement in dieser Region ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/availableDelegations
  • Vorgang IdAvailableDelegations_List
GetAvailableEndpointServices(SubscriptionResource, AzureLocation, CancellationToken)

Listet auf, welche Werte von Endpunktdiensten zur Verwendung zur Verfügung stehen.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/virtualNetworkAvailableEndpointServices
  • Vorgang IdAvailableEndpointServices_List
GetAvailableEndpointServicesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Listet auf, welche Werte von Endpunktdiensten zur Verwendung zur Verfügung stehen.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/virtualNetworkAvailableEndpointServices
  • Vorgang IdAvailableEndpointServices_List
GetAvailablePrivateEndpointTypes(SubscriptionResource, AzureLocation, CancellationToken)

Gibt alle Ressourcentypen zurück, die mit einem privaten Endpunkt in diesem Abonnement in dieser Region verknüpft werden können.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/availablePrivateEndpointTypes
  • Vorgang IdAvailablePrivateEndpointTypes_List
GetAvailablePrivateEndpointTypesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Gibt alle Ressourcentypen zurück, die mit einem privaten Endpunkt in diesem Abonnement in dieser Region verknüpft werden können.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/availablePrivateEndpointTypes
  • Vorgang IdAvailablePrivateEndpointTypes_List
GetAvailableRequestHeadersApplicationGateways(SubscriptionResource, CancellationToken)

Listet alle verfügbaren Anforderungsheader auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableRequestHeaders
  • Vorgang IdApplicationGateways_ListAvailableRequestHeaders
GetAvailableRequestHeadersApplicationGatewaysAsync(SubscriptionResource, CancellationToken)

Listet alle verfügbaren Anforderungsheader auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableRequestHeaders
  • Vorgang IdApplicationGateways_ListAvailableRequestHeaders
GetAvailableResponseHeadersApplicationGateways(SubscriptionResource, CancellationToken)

Listet alle verfügbaren Antwortheader auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableResponseHeaders
  • Vorgang IdApplicationGateways_ListAvailableResponseHeaders
GetAvailableResponseHeadersApplicationGatewaysAsync(SubscriptionResource, CancellationToken)

Listet alle verfügbaren Antwortheader auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableResponseHeaders
  • Vorgang IdApplicationGateways_ListAvailableResponseHeaders
GetAvailableServerVariablesApplicationGateways(SubscriptionResource, CancellationToken)

Listet alle verfügbaren Servervariablen auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableServerVariables
  • Vorgang IdApplicationGateways_ListAvailableServerVariables
GetAvailableServerVariablesApplicationGatewaysAsync(SubscriptionResource, CancellationToken)

Listet alle verfügbaren Servervariablen auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableServerVariables
  • Vorgang IdApplicationGateways_ListAvailableServerVariables
GetAvailableServiceAliases(SubscriptionResource, AzureLocation, CancellationToken)

Ruft alle verfügbaren Dienstalias für dieses Abonnement in dieser Region ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/availableServiceAliases
  • Vorgang IdAvailableServiceAliases_List
GetAvailableServiceAliasesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Ruft alle verfügbaren Dienstalias für dieses Abonnement in dieser Region ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/availableServiceAliases
  • Vorgang IdAvailableServiceAliases_List
GetAzureFirewallFqdnTags(SubscriptionResource, CancellationToken)

Ruft alle Azure Firewall FQDN-Tags in einem Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/azureFirewallFqdnTags
  • Vorgang IdAzureFirewallFqdnTags_ListAll
GetAzureFirewallFqdnTagsAsync(SubscriptionResource, CancellationToken)

Ruft alle Azure Firewall FQDN-Tags in einem Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/azureFirewallFqdnTags
  • Vorgang IdAzureFirewallFqdnTags_ListAll
GetAzureFirewalls(SubscriptionResource, CancellationToken)

Ruft alle Azure Firewalls in einem Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/azureFirewalls
  • Vorgang IdAzureFirewalls_ListAll
GetAzureFirewallsAsync(SubscriptionResource, CancellationToken)

Ruft alle Azure Firewalls in einem Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/azureFirewalls
  • Vorgang IdAzureFirewalls_ListAll
GetAzureWebCategories(SubscriptionResource)

Ruft eine Auflistung von AzureWebCategoryResources in SubscriptionResource ab.

GetAzureWebCategory(SubscriptionResource, String, String, CancellationToken)

Ruft die angegebene Azure-Webkategorie ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/azureWebCategories/{name}
  • Vorgang IdWebCategories_Get
GetAzureWebCategoryAsync(SubscriptionResource, String, String, CancellationToken)

Ruft die angegebene Azure-Webkategorie ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/azureWebCategories/{name}
  • Vorgang IdWebCategories_Get
GetBastionHosts(SubscriptionResource, CancellationToken)

Listet alle Bastion-Hosts in einem Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/bastionHosts
  • Vorgang IdBastionHosts_List
GetBastionHostsAsync(SubscriptionResource, CancellationToken)

Listet alle Bastion-Hosts in einem Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/bastionHosts
  • Vorgang IdBastionHosts_List
GetBgpServiceCommunities(SubscriptionResource, CancellationToken)

Ruft alle verfügbaren bgp-Dienstgemeinschaften ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/bgpServiceCommunities
  • Vorgang IdBgpServiceCommunities_List
GetBgpServiceCommunitiesAsync(SubscriptionResource, CancellationToken)

Ruft alle verfügbaren bgp-Dienstgemeinschaften ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/bgpServiceCommunities
  • Vorgang IdBgpServiceCommunities_List
GetCustomIPPrefixes(SubscriptionResource, CancellationToken)

Ruft alle benutzerdefinierten IP-Präfixe in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/customIpPrefixes
  • Vorgang IdCustomIPPrefixes_ListAll
GetCustomIPPrefixesAsync(SubscriptionResource, CancellationToken)

Ruft alle benutzerdefinierten IP-Präfixe in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/customIpPrefixes
  • Vorgang IdCustomIPPrefixes_ListAll
GetDdosProtectionPlans(SubscriptionResource, CancellationToken)

Ruft alle DDoS-Schutzpläne in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/ddosProtectionPlans
  • Vorgang IdDdosProtectionPlans_List
GetDdosProtectionPlansAsync(SubscriptionResource, CancellationToken)

Ruft alle DDoS-Schutzpläne in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/ddosProtectionPlans
  • Vorgang IdDdosProtectionPlans_List
GetDscpConfigurations(SubscriptionResource, CancellationToken)

Ruft alle dscp-Konfigurationen in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/dscpConfigurations
  • Vorgang IdDscpConfiguration_ListAll
GetDscpConfigurationsAsync(SubscriptionResource, CancellationToken)

Ruft alle dscp-Konfigurationen in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/dscpConfigurations
  • Vorgang IdDscpConfiguration_ListAll
GetExpressRouteCircuits(SubscriptionResource, CancellationToken)

Ruft alle Expressroutenleitungen in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteCircuits
  • Vorgang IdExpressRouteCircuits_ListAll
GetExpressRouteCircuitsAsync(SubscriptionResource, CancellationToken)

Ruft alle Expressroutenleitungen in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteCircuits
  • Vorgang IdExpressRouteCircuits_ListAll
GetExpressRouteCrossConnections(SubscriptionResource, CancellationToken)

Ruft alle ExpressRouteCrossConnections in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteCrossConnections
  • Vorgang IdExpressRouteCrossConnections_List
GetExpressRouteCrossConnectionsAsync(SubscriptionResource, CancellationToken)

Ruft alle ExpressRouteCrossConnections in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteCrossConnections
  • Vorgang IdExpressRouteCrossConnections_List
GetExpressRouteGateways(SubscriptionResource, CancellationToken)

Listet ExpressRoute-Gateways unter einem bestimmten Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteGateways
  • Vorgang IdExpressRouteGateways_ListBySubscription
GetExpressRouteGatewaysAsync(SubscriptionResource, CancellationToken)

Listet ExpressRoute-Gateways unter einem bestimmten Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteGateways
  • Vorgang IdExpressRouteGateways_ListBySubscription
GetExpressRoutePorts(SubscriptionResource, CancellationToken)

Listet alle ExpressRoutePort-Ressourcen im angegebenen Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePorts
  • Vorgang IdExpressRoutePorts_List
GetExpressRoutePortsAsync(SubscriptionResource, CancellationToken)

Listet alle ExpressRoutePort-Ressourcen im angegebenen Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePorts
  • Vorgang IdExpressRoutePorts_List
GetExpressRoutePortsLocation(SubscriptionResource, String, CancellationToken)

Ruft einen einzelnen ExpressRoutePort-Peeringspeicherort ab, einschließlich der Liste der verfügbaren Bandbreiten, die an diesem Peeringstandort verfügbar sind.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePortsLocations/{locationName}
  • Vorgang IdExpressRoutePortsLocations_Get
GetExpressRoutePortsLocationAsync(SubscriptionResource, String, CancellationToken)

Ruft einen einzelnen ExpressRoutePort-Peeringspeicherort ab, einschließlich der Liste der verfügbaren Bandbreiten, die an diesem Peeringstandort verfügbar sind.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePortsLocations/{locationName}
  • Vorgang IdExpressRoutePortsLocations_Get
GetExpressRoutePortsLocations(SubscriptionResource)

Ruft eine Auflistung von ExpressRoutePortsLocationResources in SubscriptionResource ab.

GetExpressRouteProviderPort(SubscriptionResource, String, CancellationToken)

Ruft Details eines Anbieterports ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteProviderPorts/{providerport}
  • Vorgang IdExpressRouteProviderPort
GetExpressRouteProviderPortAsync(SubscriptionResource, String, CancellationToken)

Ruft Details eines Anbieterports ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteProviderPorts/{providerport}
  • Vorgang IdExpressRouteProviderPort
GetExpressRouteProviderPorts(SubscriptionResource)

Ruft eine Auflistung von ExpressRouteProviderPortResources in subscriptionResource ab.

GetExpressRouteServiceProviders(SubscriptionResource, CancellationToken)

Ruft alle verfügbaren Expressroutendienstanbieter ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteServiceProviders
  • Vorgang IdExpressRouteServiceProviders_List
GetExpressRouteServiceProvidersAsync(SubscriptionResource, CancellationToken)

Ruft alle verfügbaren Expressroutendienstanbieter ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteServiceProviders
  • Vorgang IdExpressRouteServiceProviders_List
GetFirewallPolicies(SubscriptionResource, CancellationToken)

Ruft alle Firewallrichtlinien in einem Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/firewallPolicies
  • Vorgang IdFirewallPolicies_ListAll
GetFirewallPoliciesAsync(SubscriptionResource, CancellationToken)

Ruft alle Firewallrichtlinien in einem Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/firewallPolicies
  • Vorgang IdFirewallPolicies_ListAll
GetIPAllocations(SubscriptionResource, CancellationToken)

Ruft alle IpAllocations in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/IpAllocations
  • Vorgang IdIpAllocations_List
GetIPAllocationsAsync(SubscriptionResource, CancellationToken)

Ruft alle IpAllocations in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/IpAllocations
  • Vorgang IdIpAllocations_List
GetIPGroups(SubscriptionResource, CancellationToken)

Ruft alle IpGroups in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/ipGroups
  • Vorgang IdIpGroups_List
GetIPGroupsAsync(SubscriptionResource, CancellationToken)

Ruft alle IpGroups in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/ipGroups
  • Vorgang IdIpGroups_List
GetLoadBalancers(SubscriptionResource, CancellationToken)

Ruft alle Lastenausgleichsmodule in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/loadBalancers
  • Vorgang IdLoadBalancers_ListAll
GetLoadBalancersAsync(SubscriptionResource, CancellationToken)

Ruft alle Lastenausgleichsmodule in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/loadBalancers
  • Vorgang IdLoadBalancers_ListAll
GetNatGateways(SubscriptionResource, CancellationToken)

Ruft alle Nat-Gateways in einem Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/natGateways
  • Vorgang IdNatGateways_ListAll
GetNatGatewaysAsync(SubscriptionResource, CancellationToken)

Ruft alle Nat-Gateways in einem Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/natGateways
  • Vorgang IdNatGateways_ListAll
GetNetworkInterfaces(SubscriptionResource, CancellationToken)

Ruft alle Netzwerkschnittstellen in einem Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkInterfaces
  • Vorgang IdNetworkInterfaces_ListAll
GetNetworkInterfacesAsync(SubscriptionResource, CancellationToken)

Ruft alle Netzwerkschnittstellen in einem Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkInterfaces
  • Vorgang IdNetworkInterfaces_ListAll
GetNetworkManagers(SubscriptionResource, Nullable<Int32>, String, CancellationToken)

Listet alle Netzwerkmanager in einem Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagers
  • Vorgang IdNetworkManagers_ListBySubscription
GetNetworkManagersAsync(SubscriptionResource, Nullable<Int32>, String, CancellationToken)

Listet alle Netzwerkmanager in einem Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagers
  • Vorgang IdNetworkManagers_ListBySubscription
GetNetworkProfiles(SubscriptionResource, CancellationToken)

Ruft alle Netzwerkprofile in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkProfiles
  • Vorgang IdNetworkProfiles_ListAll
GetNetworkProfilesAsync(SubscriptionResource, CancellationToken)

Ruft alle Netzwerkprofile in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkProfiles
  • Vorgang IdNetworkProfiles_ListAll
GetNetworkSecurityGroups(SubscriptionResource, CancellationToken)

Ruft alle Netzwerksicherheitsgruppen in einem Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkSecurityGroups
  • Vorgang IdNetworkSecurityGroups_ListAll
GetNetworkSecurityGroupsAsync(SubscriptionResource, CancellationToken)

Ruft alle Netzwerksicherheitsgruppen in einem Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkSecurityGroups
  • Vorgang IdNetworkSecurityGroups_ListAll
GetNetworkVirtualAppliances(SubscriptionResource, CancellationToken)

Ruft alle virtuellen Netzwerkgeräte in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkVirtualAppliances
  • Vorgang IdNetworkVirtualAppliances_List
GetNetworkVirtualAppliancesAsync(SubscriptionResource, CancellationToken)

Ruft alle virtuellen Netzwerkgeräte in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkVirtualAppliances
  • Vorgang IdNetworkVirtualAppliances_List
GetNetworkVirtualApplianceSku(SubscriptionResource, String, CancellationToken)

Ruft eine einzelne verfügbare SKU für virtuelle Anwendung des Netzwerks ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkVirtualApplianceSkus/{skuName}
  • Vorgang IdVirtualApplianceSkus_Get
GetNetworkVirtualApplianceSkuAsync(SubscriptionResource, String, CancellationToken)

Ruft eine einzelne verfügbare SKU für virtuelle Anwendung des Netzwerks ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkVirtualApplianceSkus/{skuName}
  • Vorgang IdVirtualApplianceSkus_Get
GetNetworkVirtualApplianceSkus(SubscriptionResource)

Ruft eine Auflistung von NetworkVirtualApplianceSkuResources in SubscriptionResource ab.

GetNetworkWatchers(SubscriptionResource, CancellationToken)

Ruft alle Netzwerküberwachungs-Benutzer nach Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkWatchers
  • Vorgang IdNetworkWatchers_ListAll
GetNetworkWatchersAsync(SubscriptionResource, CancellationToken)

Ruft alle Netzwerküberwachungs-Benutzer nach Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkWatchers
  • Vorgang IdNetworkWatchers_ListAll
GetP2SVpnGateways(SubscriptionResource, CancellationToken)

Listet alle P2SVpnGateways in einem Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/p2svpnGateways
  • Vorgang IdP2sVpnGateways_List
GetP2SVpnGatewaysAsync(SubscriptionResource, CancellationToken)

Listet alle P2SVpnGateways in einem Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/p2svpnGateways
  • Vorgang IdP2sVpnGateways_List
GetPrivateEndpoints(SubscriptionResource, CancellationToken)

Ruft alle privaten Endpunkte in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/privateEndpoints
  • Vorgang IdPrivateEndpoints_ListBySubscription
GetPrivateEndpointsAsync(SubscriptionResource, CancellationToken)

Ruft alle privaten Endpunkte in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/privateEndpoints
  • Vorgang IdPrivateEndpoints_ListBySubscription
GetPrivateLinkServices(SubscriptionResource, CancellationToken)

Ruft alle Private Link-Dienste in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/privateLinkServices
  • Vorgang IdPrivateLinkServices_ListBySubscription
GetPrivateLinkServicesAsync(SubscriptionResource, CancellationToken)

Ruft alle Private Link-Dienste in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/privateLinkServices
  • Vorgang IdPrivateLinkServices_ListBySubscription
GetPublicIPAddresses(SubscriptionResource, CancellationToken)

Ruft alle öffentlichen IP-Adressen in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/publicIPAddresses
  • Vorgang IdPublicIPAddresses_ListAll
GetPublicIPAddressesAsync(SubscriptionResource, CancellationToken)

Ruft alle öffentlichen IP-Adressen in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/publicIPAddresses
  • Vorgang IdPublicIPAddresses_ListAll
GetPublicIPPrefixes(SubscriptionResource, CancellationToken)

Ruft alle öffentlichen IP-Präfixe in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/publicIPPrefixes
  • Vorgang IdPublicIPPrefixes_ListAll
GetPublicIPPrefixesAsync(SubscriptionResource, CancellationToken)

Ruft alle öffentlichen IP-Präfixe in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/publicIPPrefixes
  • Vorgang IdPublicIPPrefixes_ListAll
GetRouteFilters(SubscriptionResource, CancellationToken)

Ruft alle Routenfilter in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/routeFilters
  • Vorgang IdRouteFilters_List
GetRouteFiltersAsync(SubscriptionResource, CancellationToken)

Ruft alle Routenfilter in einem Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Network/routeFilters
  • Vorgangs-IdRouteFilters_List
GetRouteTables(SubscriptionResource, CancellationToken)

Ruft alle Routingtabellen in einem Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Network/routeTables
  • Vorgangs-IdRouteTables_ListAll
GetRouteTablesAsync(SubscriptionResource, CancellationToken)

Ruft alle Routingtabellen in einem Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Network/routeTables
  • Vorgangs-IdRouteTables_ListAll
GetSecurityPartnerProviders(SubscriptionResource, CancellationToken)

Ruft alle Sicherheitspartneranbieter in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/securityPartnerProviders
  • Vorgangs-IdSecurityPartnerProviders_List
GetSecurityPartnerProvidersAsync(SubscriptionResource, CancellationToken)

Ruft alle Sicherheitspartneranbieter in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/securityPartnerProviders
  • Vorgangs-IdSecurityPartnerProviders_List
GetServiceEndpointPoliciesByServiceEndpointPolicy(SubscriptionResource, CancellationToken)

Ruft alle Dienstendpunktrichtlinien in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/ServiceEndpointPolicies
  • Vorgangs-IdServiceEndpointPolicies_List
GetServiceEndpointPoliciesByServiceEndpointPolicyAsync(SubscriptionResource, CancellationToken)

Ruft alle Dienstendpunktrichtlinien in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/ServiceEndpointPolicies
  • Vorgangs-IdServiceEndpointPolicies_List
GetServiceTag(SubscriptionResource, AzureLocation, CancellationToken)

Ruft eine Liste der Diensttag-Informationsressourcen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/locations/{location}/serviceTags
  • Vorgangs-IdServiceTags_List
GetServiceTagAsync(SubscriptionResource, AzureLocation, CancellationToken)

Ruft eine Liste der Diensttag-Informationsressourcen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/locations/{location}/serviceTags
  • Vorgangs-IdServiceTags_List
GetSubscriptionNetworkManagerConnection(SubscriptionResource, String, CancellationToken)

Rufen Sie eine angegebene Verbindung ab, die von diesem Abonnement erstellt wurde.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName}
  • Vorgangs-IdSubscriptionNetworkManagerConnections_Get
GetSubscriptionNetworkManagerConnectionAsync(SubscriptionResource, String, CancellationToken)

Rufen Sie eine angegebene Verbindung ab, die von diesem Abonnement erstellt wurde.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName}
  • Vorgangs-IdSubscriptionNetworkManagerConnections_Get
GetSubscriptionNetworkManagerConnections(SubscriptionResource)

Ruft eine Auflistung von SubscriptionNetworkManagerConnectionResources in der SubscriptionResource ab.

GetUsages(SubscriptionResource, AzureLocation, CancellationToken)

Auflisten von Netzwerknutzungen für ein Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Network/locations/{location}/usages
  • Vorgangs-IdUsages_List
GetUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Auflisten von Netzwerknutzungen für ein Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Network/locations/{location}/usages
  • Vorgangs-IdUsages_List
GetVirtualHubs(SubscriptionResource, CancellationToken)

Listet alle VirtualHubs in einem Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Network/virtualHubs
  • Vorgangs-IdVirtualHubs_List
GetVirtualHubsAsync(SubscriptionResource, CancellationToken)

Listet alle VirtualHubs in einem Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Network/virtualHubs
  • Vorgangs-IdVirtualHubs_List
GetVirtualNetworks(SubscriptionResource, CancellationToken)

Ruft alle virtuellen Netzwerke in einem Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Network/virtualNetworks
  • Vorgangs-IdVirtualNetworks_ListAll
GetVirtualNetworksAsync(SubscriptionResource, CancellationToken)

Ruft alle virtuellen Netzwerke in einem Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Network/virtualNetworks
  • Vorgangs-IdVirtualNetworks_ListAll
GetVirtualNetworkTaps(SubscriptionResource, CancellationToken)

Ruft alle VirtualNetworkTaps in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/virtualNetworkTaps
  • Vorgangs-IdVirtualNetworkTaps_ListAll
GetVirtualNetworkTapsAsync(SubscriptionResource, CancellationToken)

Ruft alle VirtualNetworkTaps in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/virtualNetworkTaps
  • Vorgangs-IdVirtualNetworkTaps_ListAll
GetVirtualRouters(SubscriptionResource, CancellationToken)

Ruft alle virtuellen Router in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/virtualRouters
  • Vorgangs-IdVirtualRouters_List
GetVirtualRoutersAsync(SubscriptionResource, CancellationToken)

Ruft alle virtuellen Router in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/virtualRouters
  • Vorgangs-IdVirtualRouters_List
GetVirtualWans(SubscriptionResource, CancellationToken)

Listet alle VirtualWANs in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/virtualWans
  • Vorgangs-IdVirtualWans_List
GetVirtualWansAsync(SubscriptionResource, CancellationToken)

Listet alle VirtualWANs in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/virtualWans
  • Vorgangs-IdVirtualWans_List
GetVpnGateways(SubscriptionResource, CancellationToken)

Listet alle VpnGateways in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/vpnGateways
  • Vorgangs-IdVpnGateways_List
GetVpnGatewaysAsync(SubscriptionResource, CancellationToken)

Listet alle VpnGateways in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/vpnGateways
  • Vorgangs-IdVpnGateways_List
GetVpnServerConfigurations(SubscriptionResource, CancellationToken)

Listet alle VpnServerConfigurations in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/vpnServerConfigurations
  • Vorgangs-IdVpnServerConfigurations_List
GetVpnServerConfigurationsAsync(SubscriptionResource, CancellationToken)

Listet alle VpnServerConfigurations in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/vpnServerConfigurations
  • Vorgangs-IdVpnServerConfigurations_List
GetVpnSites(SubscriptionResource, CancellationToken)

Listet alle VpnSites in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/vpnSites
  • Vorgangs-IdVpnSites_List
GetVpnSitesAsync(SubscriptionResource, CancellationToken)

Listet alle VpnSites in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/vpnSites
  • Vorgangs-IdVpnSites_List
GetWebApplicationFirewallPolicies(SubscriptionResource, CancellationToken)

Ruft alle WAF-Richtlinien in einem Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies
  • Vorgangs-IdWebApplicationFirewallPolicies_ListAll
GetWebApplicationFirewallPoliciesAsync(SubscriptionResource, CancellationToken)

Ruft alle WAF-Richtlinien in einem Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies
  • Vorgangs-IdWebApplicationFirewallPolicies_ListAll
SwapPublicIPAddressesLoadBalancer(SubscriptionResource, WaitUntil, AzureLocation, LoadBalancerVipSwapContent, CancellationToken)

Tauscht VIPs zwischen zwei Lastenausgleichsmodulen aus.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/locations/{location}/setLoadBalancerFrontendPublicIpAddresses
  • Vorgangs-IdLoadBalancers_SwapPublicIpAddresses
SwapPublicIPAddressesLoadBalancerAsync(SubscriptionResource, WaitUntil, AzureLocation, LoadBalancerVipSwapContent, CancellationToken)

Tauscht VIPs zwischen zwei Lastenausgleichsmodulen aus.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/locations/{location}/setLoadBalancerFrontendPublicIpAddresses
  • Vorgangs-IdLoadBalancers_SwapPublicIpAddresses
GetDataProducts(SubscriptionResource, CancellationToken)

Auflisten von Datenprodukten nach Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.NetworkAnalytics/dataProducts
  • Vorgangs-IdDataProducts_ListBySubscription
GetDataProductsAsync(SubscriptionResource, CancellationToken)

Auflisten von Datenprodukten nach Abonnement.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.NetworkAnalytics/dataProducts
  • Vorgangs-IdDataProducts_ListBySubscription
GetDataProductsCatalogs(SubscriptionResource, CancellationToken)

Auflisten des Datenkatalogs nach Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetworkAnalytics/dataProductsCatalogs
  • Vorgangs-IdDataProductsCatalogs_ListBySubscription
GetDataProductsCatalogsAsync(SubscriptionResource, CancellationToken)

Auflisten des Datenkatalogs nach Abonnement.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetworkAnalytics/dataProductsCatalogs
  • Vorgangs-IdDataProductsCatalogs_ListBySubscription
GetNetworkCloudBareMetalMachines(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Bare-Metal-Computer im bereitgestellten Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetworkCloud/bareMetalMachines
  • Vorgangs-IdBareMetalMachines_ListBySubscription
GetNetworkCloudBareMetalMachinesAsync(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Bare-Metal-Computer im bereitgestellten Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetworkCloud/bareMetalMachines
  • Vorgangs-IdBareMetalMachines_ListBySubscription
GetNetworkCloudCloudServicesNetworks(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Clouddienstnetzwerke im bereitgestellten Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.NetworkCloud/cloudServicesNetworks
  • Vorgangs-IdCloudServicesNetworks_ListBySubscription
GetNetworkCloudCloudServicesNetworksAsync(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Clouddienstnetzwerke im bereitgestellten Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.NetworkCloud/cloudServicesNetworks
  • Vorgangs-IdCloudServicesNetworks_ListBySubscription
GetNetworkCloudClusterManagers(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Cluster-Manager im bereitgestellten Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.NetworkCloud/clusterManagers
  • Vorgangs-IdClusterManagers_ListBySubscription
GetNetworkCloudClusterManagersAsync(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Cluster-Manager im bereitgestellten Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.NetworkCloud/clusterManagers
  • Vorgangs-IdClusterManagers_ListBySubscription
GetNetworkCloudClusters(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Cluster im bereitgestellten Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.NetworkCloud/clusters
  • Vorgangs-IdClusters_ListBySubscription
GetNetworkCloudClustersAsync(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Cluster im bereitgestellten Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.NetworkCloud/clusters
  • Vorgangs-IdClusters_ListBySubscription
GetNetworkCloudKubernetesClusters(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Kubernetes-Cluster im bereitgestellten Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetworkCloud/kubernetesClusters
  • Vorgangs-IdKubernetesClusters_ListBySubscription
GetNetworkCloudKubernetesClustersAsync(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Kubernetes-Cluster im bereitgestellten Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetworkCloud/kubernetesClusters
  • Vorgangs-IdKubernetesClusters_ListBySubscription
GetNetworkCloudL2Networks(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Layer-2-Netzwerke (L2) im bereitgestellten Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.NetworkCloud/l2Networks
  • Vorgangs-IdL2Networks_ListBySubscription
GetNetworkCloudL2NetworksAsync(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Layer-2-Netzwerke (L2) im bereitgestellten Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.NetworkCloud/l2Networks
  • Vorgangs-IdL2Networks_ListBySubscription
GetNetworkCloudL3Networks(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Layer-3-Netzwerke (L3) im bereitgestellten Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetworkCloud/l3Networks
  • Vorgangs-IdL3Networks_ListBySubscription
GetNetworkCloudL3NetworksAsync(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Layer-3-Netzwerke (L3) im bereitgestellten Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetworkCloud/l3Networks
  • Vorgangs-IdL3Networks_ListBySubscription
GetNetworkCloudRacks(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Racks im bereitgestellten Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetworkCloud/racks
  • Vorgangs-IdRacks_ListBySubscription
GetNetworkCloudRacksAsync(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Racks im bereitgestellten Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetworkCloud/racks
  • Vorgangs-IdRacks_ListBySubscription
GetNetworkCloudRackSku(SubscriptionResource, String, CancellationToken)

Ruft die Eigenschaften der bereitgestellten Rack-SKU ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.NetworkCloud/rackSkus/{rackSkuName}
  • Vorgangs-IdRackSkus_Get
GetNetworkCloudRackSkuAsync(SubscriptionResource, String, CancellationToken)

Ruft die Eigenschaften der bereitgestellten Rack-SKU ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.NetworkCloud/rackSkus/{rackSkuName}
  • Vorgangs-IdRackSkus_Get
GetNetworkCloudRackSkus(SubscriptionResource)

Ruft eine Auflistung von NetworkCloudRackSkuResources in der SubscriptionResource ab.

GetNetworkCloudStorageAppliances(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Speichergeräte im bereitgestellten Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetworkCloud/storageAppliances
  • Vorgangs-IdStorageAppliances_ListBySubscription
GetNetworkCloudStorageAppliancesAsync(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Speichergeräte im bereitgestellten Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetworkCloud/storageAppliances
  • Vorgangs-IdStorageAppliances_ListBySubscription
GetNetworkCloudTrunkedNetworks(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Trunknetzwerke im bereitgestellten Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetworkCloud/trunkedNetworks
  • Vorgangs-IdTrunkedNetworks_ListBySubscription
GetNetworkCloudTrunkedNetworksAsync(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Trunknetzwerke im bereitgestellten Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetworkCloud/trunkedNetworks
  • Vorgangs-IdTrunkedNetworks_ListBySubscription
GetNetworkCloudVirtualMachines(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der virtuellen Computer im bereitgestellten Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetworkCloud/virtualMachines
  • Vorgangs-IdVirtualMachines_ListBySubscription
GetNetworkCloudVirtualMachinesAsync(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der virtuellen Computer im bereitgestellten Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetworkCloud/virtualMachines
  • Vorgangs-IdVirtualMachines_ListBySubscription
GetNetworkCloudVolumes(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Volumes im bereitgestellten Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetworkCloud/volumes
  • Vorgangs-IdVolumes_ListBySubscription
GetNetworkCloudVolumesAsync(SubscriptionResource, CancellationToken)

Rufen Sie eine Liste der Volumes im bereitgestellten Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetworkCloud/volumes
  • Vorgangs-IdVolumes_ListBySubscription
GetAzureTrafficCollectors(SubscriptionResource, CancellationToken)

Zurückgeben einer Liste der Azure-Datenverkehrssammler in einem Abonnement

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetworkFunction/azureTrafficCollectors
  • Vorgangs-IdAzureTrafficCollectorsBySubscription_List
GetAzureTrafficCollectorsAsync(SubscriptionResource, CancellationToken)

Zurückgeben einer Liste der Azure-Datenverkehrssammler in einem Abonnement

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NetworkFunction/azureTrafficCollectors
  • Vorgangs-IdAzureTrafficCollectorsBySubscription_List
GetNewRelicAccounts(SubscriptionResource, String, AzureLocation, CancellationToken)

Auflisten aller vorhandenen Konten

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/NewRelic.Observability/accounts
  • Vorgangs-IdAccounts_List
GetNewRelicAccountsAsync(SubscriptionResource, String, AzureLocation, CancellationToken)

Auflisten aller vorhandenen Konten

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/NewRelic.Observability/accounts
  • Vorgangs-IdAccounts_List
GetNewRelicMonitorResources(SubscriptionResource, CancellationToken)

Auflisten von NewRelicMonitorResource-Ressourcen nach Abonnement-ID

  • Anforderungspfad/abonnements/{subscriptionId}/providers/NewRelic.Observability/monitors
  • Vorgangs-IdMonitors_ListBySubscription
GetNewRelicMonitorResourcesAsync(SubscriptionResource, CancellationToken)

Auflisten von NewRelicMonitorResource-Ressourcen nach Abonnement-ID

  • Anforderungspfad/abonnements/{subscriptionId}/providers/NewRelic.Observability/monitors
  • Vorgangs-IdMonitors_ListBySubscription
GetNewRelicOrganizations(SubscriptionResource, String, AzureLocation, CancellationToken)

Auflisten aller vorhandenen Organisationen

  • Anforderungspfad/abonnements/{subscriptionId}/providers/NewRelic.Observability/organizations
  • Vorgangs-IdOrganizations_List
GetNewRelicOrganizationsAsync(SubscriptionResource, String, AzureLocation, CancellationToken)

Auflisten aller vorhandenen Organisationen

  • Anforderungspfad/abonnements/{subscriptionId}/providers/NewRelic.Observability/organizations
  • Vorgangs-IdOrganizations_List
GetNewRelicPlans(SubscriptionResource, String, String, CancellationToken)

Auflisten von Plandaten

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/NewRelic.Observability/plans
  • Vorgangs-IdPlans_List
GetNewRelicPlansAsync(SubscriptionResource, String, String, CancellationToken)

Auflisten von Plandaten

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/NewRelic.Observability/plans
  • Vorgangs-IdPlans_List
GetNginxDeployments(SubscriptionResource, CancellationToken)

Auflisten der Ressourcen für Nginx-Bereitstellungen

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Nginx.NginxPlus/nginxDeployments
  • Vorgangs-IdDeployments_List
GetNginxDeploymentsAsync(SubscriptionResource, CancellationToken)

Auflisten der Ressourcen für Nginx-Bereitstellungen

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Nginx.NginxPlus/nginxDeployments
  • Vorgangs-IdDeployments_List
CheckNotificationHubNamespaceAvailability(SubscriptionResource, NotificationHubAvailabilityContent, CancellationToken)

Überprüft die Verfügbarkeit des angegebenen Dienstnamespaces in allen Azure-Abonnements. Dies ist nützlich, da der Domänenname basierend auf dem Dienstnamespacenamen erstellt wird.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NotificationHubs/checkNamespaceAvailability
  • Vorgangs-IdNamespaces_CheckAvailability
CheckNotificationHubNamespaceAvailabilityAsync(SubscriptionResource, NotificationHubAvailabilityContent, CancellationToken)

Überprüft die Verfügbarkeit des angegebenen Dienstnamespaces in allen Azure-Abonnements. Dies ist nützlich, da der Domänenname basierend auf dem Dienstnamespacenamen erstellt wird.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NotificationHubs/checkNamespaceAvailability
  • Vorgangs-IdNamespaces_CheckAvailability
GetNotificationHubNamespaces(SubscriptionResource, CancellationToken)

Listet alle verfügbaren Namespaces im Abonnement auf, unabhängig von den resourceGroups.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NotificationHubs/namespaces
  • Vorgangs-IdNamespaces_ListAll
GetNotificationHubNamespacesAsync(SubscriptionResource, CancellationToken)

Listet alle verfügbaren Namespaces im Abonnement auf, unabhängig von den resourceGroups.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.NotificationHubs/namespaces
  • Vorgangs-IdNamespaces_ListAll
GetDeletedWorkspaces(SubscriptionResource, CancellationToken)

Ruft kürzlich gelöschte Arbeitsbereiche in einem Abonnement ab, die für die Wiederherstellung verfügbar sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.OperationalInsights/deletedWorkspaces
  • Vorgangs-IdDeletedWorkspaces_List
GetDeletedWorkspacesAsync(SubscriptionResource, CancellationToken)

Ruft kürzlich gelöschte Arbeitsbereiche in einem Abonnement ab, die für die Wiederherstellung verfügbar sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.OperationalInsights/deletedWorkspaces
  • Vorgangs-IdDeletedWorkspaces_List
GetLogAnalyticsQueryPacks(SubscriptionResource, CancellationToken)

Ruft eine Liste aller Log Analytics QueryPacks innerhalb eines Abonnements ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.OperationalInsights/queryPacks
  • Vorgangs-IdQueryPacks_List
GetLogAnalyticsQueryPacksAsync(SubscriptionResource, CancellationToken)

Ruft eine Liste aller Log Analytics QueryPacks innerhalb eines Abonnements ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.OperationalInsights/queryPacks
  • Vorgangs-IdQueryPacks_List
GetOperationalInsightsClusters(SubscriptionResource, CancellationToken)

Ruft die Log Analytics-Cluster in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.OperationalInsights/clusters
  • Vorgangs-IdClusters_List
GetOperationalInsightsClustersAsync(SubscriptionResource, CancellationToken)

Ruft die Log Analytics-Cluster in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.OperationalInsights/clusters
  • Vorgangs-IdClusters_List
GetOperationalInsightsWorkspaces(SubscriptionResource, CancellationToken)

Ruft die Arbeitsbereiche in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.OperationalInsights/workspaces
  • Vorgangs-IdWorkspaces_List
GetOperationalInsightsWorkspacesAsync(SubscriptionResource, CancellationToken)

Ruft die Arbeitsbereiche in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.OperationalInsights/workspaces
  • Vorgangs-IdWorkspaces_List
GetAvailableGroundStation(SubscriptionResource, String, CancellationToken)

Ruft die angegebene verfügbare Bodenstation ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Orbital/availableGroundStations/{groundStationName}
  • Vorgangs-IdAvailableGroundStations_Get
GetAvailableGroundStationAsync(SubscriptionResource, String, CancellationToken)

Ruft die angegebene verfügbare Bodenstation ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Orbital/availableGroundStations/{groundStationName}
  • Vorgangs-IdAvailableGroundStations_Get
GetAvailableGroundStations(SubscriptionResource)

Ruft eine Auflistung von AvailableGroundStationResources in subscriptionResource ab.

GetOrbitalContactProfiles(SubscriptionResource, String, CancellationToken)

Gibt eine Liste der Kontaktprofile nach Abonnement zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Orbital/contactProfiles
  • Vorgangs-IdContactProfiles_ListBySubscription
GetOrbitalContactProfilesAsync(SubscriptionResource, String, CancellationToken)

Gibt eine Liste der Kontaktprofile nach Abonnement zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Orbital/contactProfiles
  • Vorgangs-IdContactProfiles_ListBySubscription
GetOrbitalSpacecrafts(SubscriptionResource, String, CancellationToken)

Gibt eine Liste der Raumfahrzeuge nach Abonnement zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Orbital/spacecrafts
  • Vorgangs-IdSpacecrafts_ListBySubscription
GetOrbitalSpacecraftsAsync(SubscriptionResource, String, CancellationToken)

Gibt eine Liste der Raumfahrzeuge nach Abonnement zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Orbital/spacecrafts
  • Vorgangs-IdSpacecrafts_ListBySubscription
GetLocalRulestacks(SubscriptionResource, CancellationToken)

Auflisten von LocalRulestackResource-Ressourcen nach Abonnement-ID

  • Request Path/subscriptions/{subscriptionId}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks
  • Vorgangs-IdLocalRulestacks_ListBySubscription
GetLocalRulestacksAsync(SubscriptionResource, CancellationToken)

Auflisten von LocalRulestackResource-Ressourcen nach Abonnement-ID

  • Request Path/subscriptions/{subscriptionId}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks
  • Vorgangs-IdLocalRulestacks_ListBySubscription
GetPaloAltoNetworksFirewalls(SubscriptionResource, CancellationToken)

Auflisten von FirewallResource-Ressourcen nach Abonnement-ID

  • Anforderungspfad/abonnements/{subscriptionId}/providers/PaloAltoNetworks.Cloudngfw/firewalls
  • Vorgangs-IdFirewalls_ListBySubscription
GetPaloAltoNetworksFirewallsAsync(SubscriptionResource, CancellationToken)

Auflisten von FirewallResource-Ressourcen nach Abonnement-ID

  • Anforderungspfad/abonnements/{subscriptionId}/providers/PaloAltoNetworks.Cloudngfw/firewalls
  • Vorgangs-IdFirewalls_ListBySubscription
CheckPeeringServiceProviderAvailability(SubscriptionResource, CheckPeeringServiceProviderAvailabilityContent, CancellationToken)

Überprüft, ob der Peering-Dienstanbieter innerhalb von 1000 Meilen vom Standort des Kunden vorhanden ist.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Peering/checkServiceProviderAvailability
  • Vorgang IdCheckServiceProviderAvailability
CheckPeeringServiceProviderAvailabilityAsync(SubscriptionResource, CheckPeeringServiceProviderAvailabilityContent, CancellationToken)

Überprüft, ob der Peering-Dienstanbieter innerhalb von 1000 Meilen vom Standort des Kunden vorhanden ist.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Peering/checkServiceProviderAvailability
  • Vorgang IdCheckServiceProviderAvailability
GetCdnPeeringPrefixes(SubscriptionResource, String, CancellationToken)

Listet alle angekündigten Präfixe für den angegebenen Peeringspeicherort auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Peering/cdnPeeringPrefixes
  • Vorgang IdCdnPeeringPrefixes_List
GetCdnPeeringPrefixesAsync(SubscriptionResource, String, CancellationToken)

Listet alle angekündigten Präfixe für den angegebenen Peeringspeicherort auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Peering/cdnPeeringPrefixes
  • Vorgang IdCdnPeeringPrefixes_List
GetPeerAsn(SubscriptionResource, String, CancellationToken)

Ruft die Peer-ASN mit dem angegebenen Namen unter dem angegebenen Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Peering/peerAsns/{peerAsnName}
  • Vorgang IdPeerAsns_Get
GetPeerAsnAsync(SubscriptionResource, String, CancellationToken)

Ruft die Peer-ASN mit dem angegebenen Namen unter dem angegebenen Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Peering/peerAsns/{peerAsnName}
  • Vorgang IdPeerAsns_Get
GetPeerAsns(SubscriptionResource)

Ruft eine Auflistung von PeerAsnResources in SubscriptionResource ab.

GetPeeringLocations(SubscriptionResource, PeeringLocationsKind, Nullable<PeeringLocationsDirectPeeringType>, CancellationToken)

Listet alle verfügbaren Peeringspeicherorte für die angegebene Art des Peerings auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Peering/peeringLocations
  • Vorgang IdPeeringLocations_List
GetPeeringLocationsAsync(SubscriptionResource, PeeringLocationsKind, Nullable<PeeringLocationsDirectPeeringType>, CancellationToken)

Listet alle verfügbaren Peeringspeicherorte für die angegebene Art des Peerings auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Peering/peeringLocations
  • Vorgang IdPeeringLocations_List
GetPeerings(SubscriptionResource, CancellationToken)

Listet alle Peerings unter dem angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Peering/peerings
  • Vorgang IdPeerings_ListBySubscription
GetPeeringsAsync(SubscriptionResource, CancellationToken)

Listet alle Peerings unter dem angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Peering/peerings
  • Vorgang IdPeerings_ListBySubscription
GetPeeringsByLegacyPeering(SubscriptionResource, String, LegacyPeeringsKind, Nullable<Int32>, Nullable<DirectPeeringType>, CancellationToken)

Listet alle Legacy-Peerings unter dem angegebenen Abonnement auf, die der angegebenen Art und dem angegebenen Speicherort entsprechen.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Peering/legacyPeerings
  • Vorgang IdLegacyPeerings_List
GetPeeringsByLegacyPeeringAsync(SubscriptionResource, String, LegacyPeeringsKind, Nullable<Int32>, Nullable<DirectPeeringType>, CancellationToken)

Listet alle Legacy-Peerings unter dem angegebenen Abonnement auf, die der angegebenen Art und dem angegebenen Speicherort entsprechen.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Peering/legacyPeerings
  • Vorgang IdLegacyPeerings_List
GetPeeringServiceCountries(SubscriptionResource, CancellationToken)

Listet alle verfügbaren Länder für den Peeringdienst auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Peering/peeringServiceCountries
  • Vorgang IdPeeringServiceCountries_List
GetPeeringServiceCountriesAsync(SubscriptionResource, CancellationToken)

Listet alle verfügbaren Länder für den Peeringdienst auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Peering/peeringServiceCountries
  • Vorgang IdPeeringServiceCountries_List
GetPeeringServiceLocations(SubscriptionResource, String, CancellationToken)

Listet alle verfügbaren Speicherorte für den Peeringdienst auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Peering/peeringServiceLocations
  • Vorgang IdPeeringServiceLocations_List
GetPeeringServiceLocationsAsync(SubscriptionResource, String, CancellationToken)

Listet alle verfügbaren Speicherorte für den Peeringdienst auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Peering/peeringServiceLocations
  • Vorgang IdPeeringServiceLocations_List
GetPeeringServiceProviders(SubscriptionResource, CancellationToken)

Listet alle verfügbaren Peeringdienststandorte für die angegebene Art des Peerings auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Peering/peeringServiceProviders
  • Vorgang IdPeeringServiceProviders_List
GetPeeringServiceProvidersAsync(SubscriptionResource, CancellationToken)

Listet alle verfügbaren Peeringdienststandorte für die angegebene Art des Peerings auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Peering/peeringServiceProviders
  • Vorgang IdPeeringServiceProviders_List
GetPeeringServices(SubscriptionResource, CancellationToken)

Listet alle Peerings unter dem angegebenen Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Peering/peeringServices
  • Vorgang IdPeeringServices_ListBySubscription
GetPeeringServicesAsync(SubscriptionResource, CancellationToken)

Listet alle Peerings unter dem angegebenen Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Peering/peeringServices
  • Vorgang IdPeeringServices_ListBySubscription
InitializePeeringServiceConnectionMonitor(SubscriptionResource, CancellationToken)

Initialisieren des Peeringdiensts für Verbindungsmonitor Funktionalität

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Peering/initializeConnectionMonitor
  • Vorgang IdPeeringServices_InitializeConnectionMonitor
InitializePeeringServiceConnectionMonitorAsync(SubscriptionResource, CancellationToken)

Initialisieren des Peeringdiensts für Verbindungsmonitor Funktionalität

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Peering/initializeConnectionMonitor
  • Vorgang IdPeeringServices_InitializeConnectionMonitor
InvokeLookingGlass(SubscriptionResource, LookingGlassCommand, LookingGlassSourceType, String, String, CancellationToken)

Ausführen von Glasfunktionen

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Peering/lookingGlass
  • Vorgang IdLookingGlass_Invoke
InvokeLookingGlassAsync(SubscriptionResource, LookingGlassCommand, LookingGlassSourceType, String, String, CancellationToken)

Ausführen von Glasfunktionen

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Peering/lookingGlass
  • Vorgang IdLookingGlass_Invoke
CheckPolicyRestrictions(SubscriptionResource, CheckPolicyRestrictionsContent, CancellationToken)

Überprüft, welche Einschränkungen Azure Policy für eine Ressource innerhalb eines Abonnements gelten.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/checkPolicyRestrictions
  • Vorgang IdPolicyRestrictions_CheckAtSubscriptionScope
CheckPolicyRestrictionsAsync(SubscriptionResource, CheckPolicyRestrictionsContent, CancellationToken)

Überprüft, welche Einschränkungen Azure Policy für eine Ressource innerhalb eines Abonnements gelten.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/checkPolicyRestrictions
  • Vorgang IdPolicyRestrictions_CheckAtSubscriptionScope
GetPolicyEventQueryResults(SubscriptionResource, PolicyEventType, PolicyQuerySettings, CancellationToken)

Fragt Richtlinienereignisse für die Ressourcen unter dem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults
  • Vorgang IdPolicyEvents_ListQueryResultsForSubscription
GetPolicyEventQueryResultsAsync(SubscriptionResource, PolicyEventType, PolicyQuerySettings, CancellationToken)

Fragt Richtlinienereignisse für die Ressourcen unter dem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults
  • Vorgang IdPolicyEvents_ListQueryResultsForSubscription
GetPolicyStateQueryResults(SubscriptionResource, PolicyStateType, PolicyQuerySettings, CancellationToken)

Fragt Richtlinienzustände für die Ressourcen unter dem Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesResource}/queryResults
  • Vorgang IdPolicyStates_ListQueryResultsForSubscription
GetPolicyStateQueryResultsAsync(SubscriptionResource, PolicyStateType, PolicyQuerySettings, CancellationToken)

Fragt Richtlinienzustände für die Ressourcen unter dem Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesResource}/queryResults
  • Vorgang IdPolicyStates_ListQueryResultsForSubscription
GetPolicyTrackedResourceQueryResults(SubscriptionResource, PolicyTrackedResourceType, PolicyQuerySettings, CancellationToken)

Fragt die nachverfolgten Ressourcen der Richtlinie unter dem Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyTrackedResources/{policyTrackedResourcesResource}/queryResults
  • Vorgang IdPolicyTrackedResources_ListQueryResultsForSubscription
GetPolicyTrackedResourceQueryResultsAsync(SubscriptionResource, PolicyTrackedResourceType, PolicyQuerySettings, CancellationToken)

Fragt die nachverfolgten Ressourcen der Richtlinie unter dem Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyTrackedResources/{policyTrackedResourcesResource}/queryResults
  • Vorgang IdPolicyTrackedResources_ListQueryResultsForSubscription
SummarizePolicyStates(SubscriptionResource, PolicyStateSummaryType, PolicyQuerySettings, CancellationToken)

Fasst die Richtlinienzustände für die Ressourcen unter dem Abonnement zusammen.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesSummaryResource}/summarize
  • Vorgang IdPolicyStates_SummarizeForSubscription
SummarizePolicyStatesAsync(SubscriptionResource, PolicyStateSummaryType, PolicyQuerySettings, CancellationToken)

Fasst die Richtlinienzustände für die Ressourcen unter dem Abonnement zusammen.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesSummaryResource}/summarize
  • Vorgang IdPolicyStates_SummarizeForSubscription
TriggerPolicyStateEvaluation(SubscriptionResource, WaitUntil, CancellationToken)

Löst eine Überprüfung der Richtlinienauswertung für alle Ressourcen unter dem Abonnement aus.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyStates/latest/triggerEvaluation
  • Vorgang IdPolicyStates_TriggerSubscriptionEvaluation
TriggerPolicyStateEvaluationAsync(SubscriptionResource, WaitUntil, CancellationToken)

Löst eine Überprüfung der Richtlinienauswertung für alle Ressourcen unter dem Abonnement aus.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyStates/latest/triggerEvaluation
  • Vorgang IdPolicyStates_TriggerSubscriptionEvaluation
CheckPostgreSqlFlexibleServerNameAvailability(SubscriptionResource, PostgreSqlFlexibleServerNameAvailabilityContent, CancellationToken)

Überprüfen der Verfügbarkeit des Namens für die Ressource

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/checkNameAvailability
  • Vorgang IdCheckNameAvailability_Execute
CheckPostgreSqlFlexibleServerNameAvailabilityAsync(SubscriptionResource, PostgreSqlFlexibleServerNameAvailabilityContent, CancellationToken)

Überprüfen der Verfügbarkeit des Namens für die Ressource

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/checkNameAvailability
  • Vorgang IdCheckNameAvailability_Execute
CheckPostgreSqlFlexibleServerNameAvailabilityWithLocation(SubscriptionResource, AzureLocation, PostgreSqlFlexibleServerNameAvailabilityContent, CancellationToken)

Überprüfen der Verfügbarkeit des Namens für die Ressource

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/checkNameAvailability
  • Vorgang IdCheckNameAvailabilityWithLocation_Execute
CheckPostgreSqlFlexibleServerNameAvailabilityWithLocationAsync(SubscriptionResource, AzureLocation, PostgreSqlFlexibleServerNameAvailabilityContent, CancellationToken)

Überprüfen der Verfügbarkeit des Namens für die Ressource

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/checkNameAvailability
  • Vorgang IdCheckNameAvailabilityWithLocation_Execute
ExecuteLocationBasedCapabilities(SubscriptionResource, AzureLocation, CancellationToken)

Rufen Sie Funktionen an einem angegebenen Speicherort in einem bestimmten Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/capabilities
  • Vorgang IdLocationBasedCapabilities_Execute
ExecuteLocationBasedCapabilitiesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Rufen Sie Funktionen an einem angegebenen Speicherort in einem bestimmten Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/capabilities
  • Vorgang IdLocationBasedCapabilities_Execute
ExecuteVirtualNetworkSubnetUsage(SubscriptionResource, AzureLocation, PostgreSqlFlexibleServerVirtualNetworkSubnetUsageParameter, CancellationToken)

Abrufen der Subnetznutzung des virtuellen Netzwerks für eine bestimmte vNET-Ressourcen-ID.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/checkVirtualNetworkSubnetUsage
  • Vorgang IdVirtualNetworkSubnetUsage_Execute
ExecuteVirtualNetworkSubnetUsageAsync(SubscriptionResource, AzureLocation, PostgreSqlFlexibleServerVirtualNetworkSubnetUsageParameter, CancellationToken)

Abrufen der Subnetznutzung des virtuellen Netzwerks für eine bestimmte vNET-Ressourcen-ID.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/checkVirtualNetworkSubnetUsage
  • Vorgang IdVirtualNetworkSubnetUsage_Execute
GetPostgreSqlFlexibleServers(SubscriptionResource, CancellationToken)

Listet alle Server in einem bestimmten Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/flexibleServers
  • Vorgang IdServers_List
GetPostgreSqlFlexibleServersAsync(SubscriptionResource, CancellationToken)

Listet alle Server in einem bestimmten Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/flexibleServers
  • Vorgang IdServers_List
CheckPostgreSqlNameAvailability(SubscriptionResource, PostgreSqlNameAvailabilityContent, CancellationToken)

Überprüfen der Verfügbarkeit des Namens für die Ressource

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/checkNameAvailability
  • Vorgang IdCheckNameAvailability_Execute
CheckPostgreSqlNameAvailabilityAsync(SubscriptionResource, PostgreSqlNameAvailabilityContent, CancellationToken)

Überprüfen der Verfügbarkeit des Namens für die Ressource

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/checkNameAvailability
  • Vorgang IdCheckNameAvailability_Execute
GetLocationBasedPerformanceTiers(SubscriptionResource, AzureLocation, CancellationToken)

Listet alle Leistungsebenen an einem angegebenen Speicherort in einem bestimmten Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/performanceTiers
  • Vorgang IdLocationBasedPerformanceTier_List
GetLocationBasedPerformanceTiersAsync(SubscriptionResource, AzureLocation, CancellationToken)

Listet alle Leistungsebenen an einem angegebenen Speicherort in einem bestimmten Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/performanceTiers
  • Vorgang IdLocationBasedPerformanceTier_List
GetPostgreSqlServers(SubscriptionResource, CancellationToken)

Listet alle Server in einem bestimmten Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/servers
  • Vorgang IdServers_List
GetPostgreSqlServersAsync(SubscriptionResource, CancellationToken)

Listet alle Server in einem bestimmten Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/servers
  • Vorgang IdServers_List
CheckNameAvailabilityCapacity(SubscriptionResource, AzureLocation, CheckCapacityNameAvailabilityContent, CancellationToken)

Überprüfen Sie die Verfügbarkeit des Namens am Zielspeicherort.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/locations/{location}/checkNameAvailability
  • Vorgang IdCapacities_CheckNameAvailability
CheckNameAvailabilityCapacityAsync(SubscriptionResource, AzureLocation, CheckCapacityNameAvailabilityContent, CancellationToken)

Überprüfen Sie die Verfügbarkeit des Namens am Zielspeicherort.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/locations/{location}/checkNameAvailability
  • Vorgang IdCapacities_CheckNameAvailability
GetAutoScaleVCores(SubscriptionResource, CancellationToken)

Listet alle V-Kerne für die automatische Skalierung für das angegebene Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/autoScaleVCores
  • Vorgang IdAutoScaleVCores_ListBySubscription
GetAutoScaleVCoresAsync(SubscriptionResource, CancellationToken)

Listet alle V-Kerne für die automatische Skalierung für das angegebene Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/autoScaleVCores
  • Vorgang IdAutoScaleVCores_ListBySubscription
GetDedicatedCapacities(SubscriptionResource, CancellationToken)

Listet alle dedizierten Kapazitäten für das angegebene Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/capacities
  • Vorgang IdCapacities_List
GetDedicatedCapacitiesAsync(SubscriptionResource, CancellationToken)

Listet alle dedizierten Kapazitäten für das angegebene Abonnement auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/capacities
  • Vorgang IdCapacities_List
GetSkusCapacities(SubscriptionResource, CancellationToken)

Listet berechtigte SKUs für den dedizierten PowerBI-Ressourcenanbieter auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/skus
  • Vorgang IdCapacities_ListSkus
GetSkusCapacitiesAsync(SubscriptionResource, CancellationToken)

Listet berechtigte SKUs für den dedizierten PowerBI-Ressourcenanbieter auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.PowerBIDedicated/skus
  • Vorgang IdCapacities_ListSkus
GetPrivateDnsZones(SubscriptionResource, Nullable<Int32>, CancellationToken)

Listet die Privates DNS Zonen in allen Ressourcengruppen in einem Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/privateDnsZones
  • Vorgang IdPrivateZones_List
GetPrivateDnsZonesAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Listet die Privates DNS Zonen in allen Ressourcengruppen in einem Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/privateDnsZones
  • Vorgang IdPrivateZones_List
GetProviderRegistration(SubscriptionResource, String, CancellationToken)

Ruft die Registrierungsdetails des Anbieters ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}
  • Vorgang IdProviderRegistrations_Get
GetProviderRegistrationAsync(SubscriptionResource, String, CancellationToken)

Ruft die Registrierungsdetails des Anbieters ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}
  • Vorgang IdProviderRegistrations_Get
GetProviderRegistrations(SubscriptionResource)

Ruft eine Auflistung von ProviderRegistrationResources in SubscriptionResource ab.

CheckPurviewAccountNameAvailability(SubscriptionResource, PurviewAccountNameAvailabilityContent, CancellationToken)

Überprüft, ob der Kontoname verfügbar ist.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Purview/checkNameAvailability
  • Vorgang IdAccounts_CheckNameAvailability
CheckPurviewAccountNameAvailabilityAsync(SubscriptionResource, PurviewAccountNameAvailabilityContent, CancellationToken)

Überprüft, ob der Kontoname verfügbar ist.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Purview/checkNameAvailability
  • Vorgang IdAccounts_CheckNameAvailability
GetPurviewAccounts(SubscriptionResource, String, CancellationToken)

Auflisten von Konten im Abonnement

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Purview/accounts
  • Vorgang IdAccounts_ListBySubscription
GetPurviewAccountsAsync(SubscriptionResource, String, CancellationToken)

Auflisten von Konten im Abonnement

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Purview/accounts
  • Vorgang IdAccounts_ListBySubscription
CheckNameAvailabilityWorkspace(SubscriptionResource, String, CheckNameAvailabilityContent, CancellationToken)

Überprüfen Sie die Verfügbarkeit des Ressourcennamens.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Quantum/locations/{locationName}/checkNameAvailability
  • Vorgang IdWorkspace_CheckNameAvailability
CheckNameAvailabilityWorkspaceAsync(SubscriptionResource, String, CheckNameAvailabilityContent, CancellationToken)

Überprüfen Sie die Verfügbarkeit des Ressourcennamens.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Quantum/locations/{locationName}/checkNameAvailability
  • Vorgang IdWorkspace_CheckNameAvailability
GetOfferings(SubscriptionResource, String, CancellationToken)

Gibt die Liste aller Anbieterangebote zurück, die für den angegebenen Standort verfügbar sind.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Quantum/locations/{locationName}/offerings
  • Vorgang IdOfferings_List
GetOfferingsAsync(SubscriptionResource, String, CancellationToken)

Gibt die Liste aller Anbieterangebote zurück, die für den angegebenen Standort verfügbar sind.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Quantum/locations/{locationName}/offerings
  • Vorgang IdOfferings_List
GetQuantumWorkspaces(SubscriptionResource, CancellationToken)

Ruft die Liste der Arbeitsbereiche in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Quantum/workspaces
  • Vorgang IdWorkspaces_ListBySubscription
GetQuantumWorkspacesAsync(SubscriptionResource, CancellationToken)

Ruft die Liste der Arbeitsbereiche in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Quantum/workspaces
  • Vorgang IdWorkspaces_ListBySubscription
GetQumuloFileSystemResources(SubscriptionResource, CancellationToken)

Auflisten von FileSystemResource-Ressourcen nach Abonnement-ID

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Qumulo.Storage/fileSystems
  • Vorgang IdFileSystems_ListBySubscription
GetQumuloFileSystemResourcesAsync(SubscriptionResource, CancellationToken)

Auflisten von FileSystemResource-Ressourcen nach Abonnement-ID

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Qumulo.Storage/fileSystems
  • Vorgang IdFileSystems_ListBySubscription
GetRecoveryServiceCapabilities(SubscriptionResource, AzureLocation, ResourceCapabilities, CancellationToken)

API zum Abrufen von Details zu funktionen, die von Microsoft.RecoveryServices RP bereitgestellt werden

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{location}/capabilities
  • Vorgang IdRecoveryServices_Capabilities
GetRecoveryServiceCapabilitiesAsync(SubscriptionResource, AzureLocation, ResourceCapabilities, CancellationToken)

API zum Abrufen von Details zu funktionen, die von Microsoft.RecoveryServices RP bereitgestellt werden

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{location}/capabilities
  • Vorgang IdRecoveryServices_Capabilities
GetRecoveryServicesVaults(SubscriptionResource, CancellationToken)

Ruft alle Ressourcen des angegebenen Typs im Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/vaults
  • Vorgang IdVaults_ListBySubscriptionId
GetRecoveryServicesVaultsAsync(SubscriptionResource, CancellationToken)

Ruft alle Ressourcen des angegebenen Typs im Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/vaults
  • Vorgang IdVaults_ListBySubscriptionId
GetBackupStatus(SubscriptionResource, AzureLocation, BackupStatusContent, CancellationToken)

Abrufen der status für die Containersicherung

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupStatus
  • Vorgang IdBackupStatus_Get
GetBackupStatusAsync(SubscriptionResource, AzureLocation, BackupStatusContent, CancellationToken)

Abrufen der status für die Containersicherung

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupStatus
  • Vorgang IdBackupStatus_Get
ValidateFeatureSupport(SubscriptionResource, AzureLocation, FeatureSupportContent, CancellationToken)

Es wird überprüft, ob ein bestimmtes Feature mit Ressourceneigenschaften im Dienst unterstützt wird.

  • Request Path/Subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupValidateFeatures
  • Vorgang IdFeatureSupport_Validate
ValidateFeatureSupportAsync(SubscriptionResource, AzureLocation, FeatureSupportContent, CancellationToken)

Es wird überprüft, ob ein bestimmtes Feature mit Ressourceneigenschaften im Dienst unterstützt wird.

  • Request Path/Subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupValidateFeatures
  • Vorgang IdFeatureSupport_Validate
ValidateProtectionIntent(SubscriptionResource, AzureLocation, PreValidateEnableBackupContent, CancellationToken)

Die Folgenden werden überprüft.

  1. Tresorkapazität
  2. Der virtuelle Computer ist bereits geschützt.
  3. Alle VM-bezogenen Konfigurationen, die in Eigenschaften übergeben wurden.
  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupPreValidateProtection
  • Vorgang IdProtectionIntent_Validate
ValidateProtectionIntentAsync(SubscriptionResource, AzureLocation, PreValidateEnableBackupContent, CancellationToken)

Die Folgenden werden überprüft.

  1. Tresorkapazität
  2. Der virtuelle Computer ist bereits geschützt.
  3. Alle VM-bezogenen Konfigurationen, die in Eigenschaften übergeben wurden.
  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupPreValidateProtection
  • Vorgang IdProtectionIntent_Validate
CheckDataReplicationNameAvailability(SubscriptionResource, AzureLocation, DataReplicationNameAvailabilityContent, CancellationToken)

Überprüft die Verfügbarkeit des Ressourcennamens.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DataReplication/locations/{location}/checkNameAvailability
  • Vorgang IdCheckNameAvailability
CheckDataReplicationNameAvailabilityAsync(SubscriptionResource, AzureLocation, DataReplicationNameAvailabilityContent, CancellationToken)

Überprüft die Verfügbarkeit des Ressourcennamens.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DataReplication/locations/{location}/checkNameAvailability
  • Vorgang IdCheckNameAvailability
GetDataReplicationFabrics(SubscriptionResource, String, CancellationToken)

Ruft die Liste der Fabrics im angegebenen Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.DataReplication/replicationFabrics
  • Vorgang IdFabric_ListBySubscription
GetDataReplicationFabricsAsync(SubscriptionResource, String, CancellationToken)

Ruft die Liste der Fabrics im angegebenen Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.DataReplication/replicationFabrics
  • Vorgang IdFabric_ListBySubscription
GetDataReplicationVaults(SubscriptionResource, String, CancellationToken)

Ruft die Liste der Tresore im angegebenen Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DataReplication/replicationVaults
  • Vorgang IdVault_ListBySubscription
GetDataReplicationVaultsAsync(SubscriptionResource, String, CancellationToken)

Ruft die Liste der Tresore im angegebenen Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.DataReplication/replicationVaults
  • Vorgang IdVault_ListBySubscription
CheckRedisNameAvailability(SubscriptionResource, RedisNameAvailabilityContent, CancellationToken)

Überprüft, ob der Redis-Cachename gültig ist und noch nicht verwendet wird.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Cache/CheckNameAvailability
  • Vorgang IdRedis_CheckNameAvailability
CheckRedisNameAvailabilityAsync(SubscriptionResource, RedisNameAvailabilityContent, CancellationToken)

Überprüft, ob der Redis-Cachename gültig ist und noch nicht verwendet wird.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Cache/CheckNameAvailability
  • Vorgang IdRedis_CheckNameAvailability
GetAllRedis(SubscriptionResource, CancellationToken)

Ruft alle Redis-Caches im angegebenen Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Cache/redis
  • Vorgang IdRedis_ListBySubscription
GetAllRedisAsync(SubscriptionResource, CancellationToken)

Ruft alle Redis-Caches im angegebenen Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Cache/redis
  • Vorgang IdRedis_ListBySubscription
GetAsyncOperationStatus(SubscriptionResource, AzureLocation, String, CancellationToken)

Zum Überprüfen der laufenden status eines Vorgangs

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/asyncOperations/{operationId}
  • Vorgang IdAsyncOperationStatus_Get
GetAsyncOperationStatusAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Zum Überprüfen der laufenden status eines Vorgangs

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/asyncOperations/{operationId}
  • Vorgang IdAsyncOperationStatus_Get
GetRedisEnterpriseClusters(SubscriptionResource, CancellationToken)

Ruft alle RedisEnterprise-Cluster im angegebenen Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Cache/redisEnterprise
  • Vorgang IdRedisEnterprise_List
GetRedisEnterpriseClustersAsync(SubscriptionResource, CancellationToken)

Ruft alle RedisEnterprise-Cluster im angegebenen Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Cache/redisEnterprise
  • Vorgang IdRedisEnterprise_List
GetRedisEnterpriseOperationsStatus(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft den status des Vorgangs ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/operationsStatus/{operationId}
  • Vorgang IdOperationsStatus_Get
GetRedisEnterpriseOperationsStatusAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft den status des Vorgangs ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/operationsStatus/{operationId}
  • Vorgang IdOperationsStatus_Get
GetRedisEnterpriseSkus(SubscriptionResource, AzureLocation, CancellationToken)

Ruft Informationen zu Skus am angegebenen Speicherort für die angegebene Abonnement-ID ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/skus
  • Vorgang IdSkus_List
GetRedisEnterpriseSkusAsync(SubscriptionResource, AzureLocation, CancellationToken)

Ruft Informationen zu Skus am angegebenen Speicherort für die angegebene Abonnement-ID ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/skus
  • Vorgang IdSkus_List
GetClusters(SubscriptionResource, CancellationToken)

Ruft alle RedisEnterprise-Cluster im angegebenen Abonnement ab. Anforderungspfad: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/redisEnterprise Vorgangs-ID: RedisEnterprise_List

GetClustersAsync(SubscriptionResource, CancellationToken)

Ruft alle RedisEnterprise-Cluster im angegebenen Abonnement ab. Anforderungspfad: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/redisEnterprise Vorgangs-ID: RedisEnterprise_List

GetRedisEnterpriseOperationsStatus(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft den status des Vorgangs ab. Anforderungspfad: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/operationsStatus/{operationId} Vorgangs-ID: OperationsStatus_Get

GetRedisEnterpriseOperationsStatusAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft den status des Vorgangs ab. Anforderungspfad: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/operationsStatus/{operationId} Vorgangs-ID: OperationsStatus_Get

CheckRelayNamespaceNameAvailability(SubscriptionResource, RelayNameAvailabilityContent, CancellationToken)

Überprüfen Sie die Verfügbarkeit des angegebenen Namespacenamens.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Relay/checkNameAvailability
  • Vorgang IdNamespaces_CheckNameAvailability
CheckRelayNamespaceNameAvailabilityAsync(SubscriptionResource, RelayNameAvailabilityContent, CancellationToken)

Überprüfen Sie die Verfügbarkeit des angegebenen Namespacenamens.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Relay/checkNameAvailability
  • Vorgang IdNamespaces_CheckNameAvailability
GetRelayNamespaces(SubscriptionResource, CancellationToken)

Listet alle verfügbaren Namespaces innerhalb des Abonnements auf, unabhängig von den resourceGroups.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Relay/namespaces
  • Vorgang IdNamespaces_List
GetRelayNamespacesAsync(SubscriptionResource, CancellationToken)

Listet alle verfügbaren Namespaces innerhalb des Abonnements auf, unabhängig von den resourceGroups.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Relay/namespaces
  • Vorgang IdNamespaces_List
GetAllReservationQuota(SubscriptionResource, String, AzureLocation)

Ruft eine Auflistung von ReservationQuotaResources in subscriptionResource ab.

GetAppliedReservations(SubscriptionResource, CancellationToken)

Rufen Sie zutreffende Reservations ab, die auf dieses Abonnement oder eine Ressourcengruppe unter diesem Abonnement angewendet werden.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/appliedReservations
  • Vorgang IdGetAppliedReservationList
GetAppliedReservationsAsync(SubscriptionResource, CancellationToken)

Rufen Sie zutreffende Reservations ab, die auf dieses Abonnement oder eine Ressourcengruppe unter diesem Abonnement angewendet werden.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/appliedReservations
  • Vorgang IdGetAppliedReservationList
GetCatalog(SubscriptionResource, SubscriptionResourceGetCatalogOptions, CancellationToken)

Rufen Sie die Regionen und Skus ab, die für den RI-Kauf für das angegebene Azure-Abonnement verfügbar sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Capacity/catalogs
  • Vorgang IdGetCatalog
GetCatalog(SubscriptionResource, String, Nullable<AzureLocation>, String, String, String, CancellationToken)

Rufen Sie die Regionen und Skus ab, die für den RI-Kauf für das angegebene Azure-Abonnement verfügbar sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Capacity/catalogs
  • Vorgang IdGetCatalog
GetCatalogAsync(SubscriptionResource, SubscriptionResourceGetCatalogOptions, CancellationToken)

Rufen Sie die Regionen und Skus ab, die für den RI-Kauf für das angegebene Azure-Abonnement verfügbar sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Capacity/catalogs
  • Vorgang IdGetCatalog
GetCatalogAsync(SubscriptionResource, String, Nullable<AzureLocation>, String, String, String, CancellationToken)

Rufen Sie die Regionen und Skus ab, die für den RI-Kauf für das angegebene Azure-Abonnement verfügbar sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Capacity/catalogs
  • Vorgang IdGetCatalog
GetQuotaRequestDetail(SubscriptionResource, String, AzureLocation, Guid, CancellationToken)

Rufen Sie für die angegebene Azure-Region (Standort) die Details und status der Kontingentanforderung anhand der Kontingentanforderungs-ID für die Ressourcen des Ressourcenanbieters ab. Die PUT-Anforderung für das Kontingent (Dienstlimit) gibt eine Antwort mit dem parameter requestId zurück.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimitsRequests/{id}
  • Vorgang IdQuotaRequestStatus_Get
GetQuotaRequestDetailAsync(SubscriptionResource, String, AzureLocation, Guid, CancellationToken)

Rufen Sie für die angegebene Azure-Region (Standort) die Details und status der Kontingentanforderung anhand der Kontingentanforderungs-ID für die Ressourcen des Ressourcenanbieters ab. Die PUT-Anforderung für das Kontingent (Dienstlimit) gibt eine Antwort mit dem parameter requestId zurück.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimitsRequests/{id}
  • Vorgang IdQuotaRequestStatus_Get
GetQuotaRequestDetails(SubscriptionResource, String, AzureLocation)

Ruft eine Auflistung von QuotaRequestDetailResources in SubscriptionResource ab.

GetReservationQuota(SubscriptionResource, String, AzureLocation, String, CancellationToken)

Rufen Sie das aktuelle Kontingent (Dienstlimit) und die Nutzung einer Ressource ab. Sie können die Antwort des GET-Vorgangs verwenden, um eine Kontingentaktualisierungsanforderung zu übermitteln.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimits/{resourceName}
  • Vorgang IdQuota_Get
GetReservationQuotaAsync(SubscriptionResource, String, AzureLocation, String, CancellationToken)

Rufen Sie das aktuelle Kontingent (Dienstlimit) und die Nutzung einer Ressource ab. Sie können die Antwort des GET-Vorgangs verwenden, um eine Kontingentaktualisierungsanforderung zu übermitteln.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimits/{resourceName}
  • Vorgang IdQuota_Get
GetResourceConnectorAppliances(SubscriptionResource, CancellationToken)

Ruft eine Liste der Appliances im angegebenen Abonnement ab. Der Vorgang gibt Die Eigenschaften der einzelnen Appliance zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ResourceConnector/appliances
  • Vorgang IdAppliances_ListBySubscription
GetResourceConnectorAppliancesAsync(SubscriptionResource, CancellationToken)

Ruft eine Liste der Appliances im angegebenen Abonnement ab. Der Vorgang gibt Die Eigenschaften der einzelnen Appliance zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ResourceConnector/appliances
  • Vorgang IdAppliances_ListBySubscription
GetTelemetryConfigAppliance(SubscriptionResource, CancellationToken)

Ruft die Telemetriekonfiguration ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ResourceConnector/telemetryconfig
  • Vorgang IdAppliances_GetTelemetryConfig
GetTelemetryConfigApplianceAsync(SubscriptionResource, CancellationToken)

Ruft die Telemetriekonfiguration ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ResourceConnector/telemetryconfig
  • Vorgang IdAppliances_GetTelemetryConfig
GetAvailabilityStatusesBySubscription(SubscriptionResource, String, String, CancellationToken)

Listet die aktuelle Verfügbarkeit status für alle Ressourcen im Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/availabilityStatuses
  • Vorgang IdAvailabilityStatuses_ListBySubscriptionId
GetAvailabilityStatusesBySubscriptionAsync(SubscriptionResource, String, String, CancellationToken)

Listet die aktuelle Verfügbarkeit status für alle Ressourcen im Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/availabilityStatuses
  • Vorgang IdAvailabilityStatuses_ListBySubscriptionId
GetResourceHealthEvent(SubscriptionResource, String, String, String, CancellationToken)

Dienststatus Ereignis im Abonnement nach Ereignisverfolgungs-ID

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/events/{eventTrackingId}
  • Vorgang IdEvent_GetBySubscriptionIdAndTrackingId
GetResourceHealthEventAsync(SubscriptionResource, String, String, String, CancellationToken)

Dienststatus Ereignis im Abonnement nach Ereignisverfolgungs-ID

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/events/{eventTrackingId}
  • Vorgang IdEvent_GetBySubscriptionIdAndTrackingId
GetResourceHealthEvents(SubscriptionResource)

Ruft eine Auflistung von ResourceHealthEventResources in SubscriptionResource ab.

GetMoverResourceSets(SubscriptionResource, CancellationToken)

Rufen Sie alle Verschieben von Sammlungen im Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Migrate/moveCollections
  • Vorgang IdMoveCollections_ListMoveCollectionsBySubscription
GetMoverResourceSetsAsync(SubscriptionResource, CancellationToken)

Rufen Sie alle Verschieben von Sammlungen im Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Migrate/moveCollections
  • Vorgang IdMoveCollections_ListMoveCollectionsBySubscription
GetArmApplications(SubscriptionResource, CancellationToken)

Ruft alle Anwendungen innerhalb eines Abonnements ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Solutions/applications
  • Vorgang IdApplications_ListBySubscription
GetArmApplicationsAsync(SubscriptionResource, CancellationToken)

Ruft alle Anwendungen innerhalb eines Abonnements ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Solutions/applications
  • Vorgang IdApplications_ListBySubscription
GetArmDeployment(SubscriptionResource, String, CancellationToken)

Ruft eine Bereitstellung ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}
  • Vorgang IdDeployments_GetAtScope
GetArmDeploymentAsync(SubscriptionResource, String, CancellationToken)

Ruft eine Bereitstellung ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}
  • Vorgang IdDeployments_GetAtScope
GetArmDeployments(SubscriptionResource)

Ruft eine Auflistung von ArmDeploymentResources in subscriptionResource ab.

GetArmDeploymentScripts(SubscriptionResource, CancellationToken)

Listet alle Bereitstellungsskripts für ein bestimmtes Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deploymentScripts
  • Vorgang IdDeploymentScripts_ListBySubscription
GetArmDeploymentScriptsAsync(SubscriptionResource, CancellationToken)

Listet alle Bereitstellungsskripts für ein bestimmtes Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deploymentScripts
  • Vorgang IdDeploymentScripts_ListBySubscription
GetJitRequestDefinitions(SubscriptionResource, CancellationToken)

Ruft alle JIT-Anforderungen innerhalb des Abonnements ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Solutions/jitRequests
  • Vorgang IdjitRequests_ListBySubscription
GetJitRequestDefinitionsAsync(SubscriptionResource, CancellationToken)

Ruft alle JIT-Anforderungen innerhalb des Abonnements ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Solutions/jitRequests
  • Vorgang IdjitRequests_ListBySubscription
GetTemplateSpecs(SubscriptionResource, Nullable<TemplateSpecExpandKind>, CancellationToken)

Listet alle Vorlagenspezifikationen innerhalb der angegebenen Abonnements auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Resources/templateSpecs
  • Vorgang IdTemplateSpecs_ListBySubscription
GetTemplateSpecsAsync(SubscriptionResource, Nullable<TemplateSpecExpandKind>, CancellationToken)

Listet alle Vorlagenspezifikationen innerhalb der angegebenen Abonnements auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Resources/templateSpecs
  • Vorgang IdTemplateSpecs_ListBySubscription
CheckSearchServiceNameAvailability(SubscriptionResource, SearchServiceNameAvailabilityContent, SearchManagementRequestOptions, CancellationToken)

Überprüft, ob der angegebene Suchdienstname zur Verwendung verfügbar ist. Suchdienst Namen müssen global eindeutig sein, da sie Teil des Dienst-URI (https://< name.search.windows.net>) sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Search/checkNameAvailability
  • Vorgang IdServices_CheckNameAvailability
CheckSearchServiceNameAvailabilityAsync(SubscriptionResource, SearchServiceNameAvailabilityContent, SearchManagementRequestOptions, CancellationToken)

Überprüft, ob der angegebene Suchdienstname zur Verwendung verfügbar ist. Suchdienst Namen müssen global eindeutig sein, da sie Teil des Dienst-URI (https://< name.search.windows.net>) sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Search/checkNameAvailability
  • Vorgang IdServices_CheckNameAvailability
GetSearchServices(SubscriptionResource, SearchManagementRequestOptions, CancellationToken)

Ruft eine Liste aller Suchdienste im angegebenen Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Search/searchServices
  • Vorgang IdServices_ListBySubscription
GetSearchServicesAsync(SubscriptionResource, SearchManagementRequestOptions, CancellationToken)

Ruft eine Liste aller Suchdienste im angegebenen Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Search/searchServices
  • Vorgang IdServices_ListBySubscription
GetUsagesBySubscription(SubscriptionResource, AzureLocation, SearchManagementRequestOptions, CancellationToken)

Ruft eine Liste aller Suchkontingentverwendungen im angegebenen Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Search/locations/{location}/usages
  • Vorgang IdUsages_ListBySubscription
GetUsagesBySubscriptionAsync(SubscriptionResource, AzureLocation, SearchManagementRequestOptions, CancellationToken)

Ruft eine Liste aller Suchkontingentverwendungen im angegebenen Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Search/locations/{location}/usages
  • Vorgang IdUsages_ListBySubscription
UsageBySubscriptionSku(SubscriptionResource, AzureLocation, String, SearchManagementRequestOptions, CancellationToken)

Ruft die Kontingentnutzung für eine Suchsku im angegebenen Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Search/locations/{location}/usages/{skuName}
  • Vorgang IdUsageBySubscriptionSku
UsageBySubscriptionSkuAsync(SubscriptionResource, AzureLocation, String, SearchManagementRequestOptions, CancellationToken)

Ruft die Kontingentnutzung für eine Suchsku im angegebenen Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Search/locations/{location}/usages/{skuName}
  • Vorgang IdUsageBySubscriptionSku
GetAdaptiveApplicationControlGroups(SubscriptionResource, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Ruft eine Liste der Anwendungssteuerungscomputergruppen für das Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Security/applicationWhitelistings
  • Vorgang IdAdaptiveApplicationControls_List
GetAdaptiveApplicationControlGroupsAsync(SubscriptionResource, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Ruft eine Liste der Anwendungssteuerungscomputergruppen für das Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Security/applicationWhitelistings
  • Vorgang IdAdaptiveApplicationControls_List
GetAlerts(SubscriptionResource, CancellationToken)

Auflisten aller Warnungen, die dem Abonnement zugeordnet sind

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/alerts
  • Vorgang IdAlerts_List
GetAlertsAsync(SubscriptionResource, CancellationToken)

Auflisten aller Warnungen, die dem Abonnement zugeordnet sind

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/alerts
  • Vorgang IdAlerts_List
GetAllowedConnections(SubscriptionResource, CancellationToken)

Ruft die Liste aller möglichen Datenverkehr zwischen Ressourcen für das Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Security/allowedConnections
  • Vorgang IdAllowedConnections_List
GetAllowedConnectionsAsync(SubscriptionResource, CancellationToken)

Ruft die Liste aller möglichen Datenverkehr zwischen Ressourcen für das Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Security/allowedConnections
  • Vorgang IdAllowedConnections_List
GetAllSecuritySolutionsReferenceData(SubscriptionResource, CancellationToken)

Ruft eine Liste aller unterstützten Sicherheitslösungen für das Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Security/securitySolutionsReferenceData
  • Vorgang IdsecuritySolutionsReferenceData_List
GetAllSecuritySolutionsReferenceDataAsync(SubscriptionResource, CancellationToken)

Ruft eine Liste aller unterstützten Sicherheitslösungen für das Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Security/securitySolutionsReferenceData
  • Vorgang IdsecuritySolutionsReferenceData_List
GetAllSubscriptionAssessmentMetadata(SubscriptionResource)

Ruft eine Auflistung von SubscriptionAssessmentMetadataResources in subscriptionResource ab.

GetAutoProvisioningSetting(SubscriptionResource, String, CancellationToken)

Details zu einer bestimmten Einstellung

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Security/autoProvisioningSettings/{settingName}
  • Vorgang IdAutoProvisioningSettings_Get
GetAutoProvisioningSettingAsync(SubscriptionResource, String, CancellationToken)

Details zu einer bestimmten Einstellung

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Security/autoProvisioningSettings/{settingName}
  • Vorgang IdAutoProvisioningSettings_Get
GetAutoProvisioningSettings(SubscriptionResource)

Ruft eine Auflistung von AutoProvisioningSettingResources in SubscriptionResource ab.

GetCustomAssessmentAutomations(SubscriptionResource, CancellationToken)

Auflisten benutzerdefinierter Bewertungsautomatisierungen nach bereitgestellten Abonnements

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Security/customAssessmentAutomations
  • Vorgang IdCustomAssessmentAutomations_ListBySubscription
GetCustomAssessmentAutomationsAsync(SubscriptionResource, CancellationToken)

Auflisten benutzerdefinierter Bewertungsautomatisierungen nach bereitgestellten Abonnements

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Security/customAssessmentAutomations
  • Vorgang IdCustomAssessmentAutomations_ListBySubscription
GetCustomEntityStoreAssignments(SubscriptionResource, CancellationToken)

Auflisten von benutzerdefinierten Entitätsspeicherzuweisungen nach dem bereitgestellten Abonnement

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Security/customEntityStoreAssignments
  • Vorgangs-IdCustomEntityStoreAssignments_ListBySubscription
GetCustomEntityStoreAssignmentsAsync(SubscriptionResource, CancellationToken)

Auflisten von benutzerdefinierten Entitätsspeicherzuweisungen nach bereitgestellten Abonnements

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/customEntityStoreAssignments
  • Vorgangs-IdCustomEntityStoreAssignments_ListBySubscription
GetDiscoveredSecuritySolutions(SubscriptionResource, CancellationToken)

Ruft eine Liste der ermittelten Sicherheitslösungen für das Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/discoveredSecuritySolutions
  • Vorgangs-IdDiscoveredSecuritySolutions_List
GetDiscoveredSecuritySolutionsAsync(SubscriptionResource, CancellationToken)

Ruft eine Liste der ermittelten Sicherheitslösungen für das Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/discoveredSecuritySolutions
  • Vorgangs-IdDiscoveredSecuritySolutions_List
GetExternalSecuritySolutions(SubscriptionResource, CancellationToken)

Ruft eine Liste der externen Sicherheitslösungen für das Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/externalSecuritySolutions
  • Vorgangs-IdExternalSecuritySolutions_List
GetExternalSecuritySolutionsAsync(SubscriptionResource, CancellationToken)

Ruft eine Liste der externen Sicherheitslösungen für das Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/externalSecuritySolutions
  • Vorgangs-IdExternalSecuritySolutions_List
GetIngestionSetting(SubscriptionResource, String, CancellationToken)

Einstellungen für die Erfassung von Sicherheitsdaten und Protokollen, die mit ressourcen korrelieren, die dem Abonnement zugeordnet sind.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Security/ingestionSettings/{ingestionSettingName}
  • Vorgangs-IdIngestionSettings_Get
GetIngestionSettingAsync(SubscriptionResource, String, CancellationToken)

Einstellungen für die Erfassung von Sicherheitsdaten und Protokollen, die mit ressourcen korrelieren, die dem Abonnement zugeordnet sind.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Security/ingestionSettings/{ingestionSettingName}
  • Vorgangs-IdIngestionSettings_Get
GetIngestionSettings(SubscriptionResource)

Ruft eine Auflistung von IngestionSettingResources in der SubscriptionResource ab.

GetIotSecuritySolutions(SubscriptionResource, String, CancellationToken)

Verwenden Sie diese Methode, um die Liste der IoT-Sicherheitslösungen nach Abonnement abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/iotSecuritySolutions
  • Vorgangs-IdIotSecuritySolution_ListBySubscription
GetIotSecuritySolutionsAsync(SubscriptionResource, String, CancellationToken)

Verwenden Sie diese Methode, um die Liste der IoT-Sicherheitslösungen nach Abonnement abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/iotSecuritySolutions
  • Vorgangs-IdIotSecuritySolution_ListBySubscription
GetJitNetworkAccessPolicies(SubscriptionResource, CancellationToken)

Richtlinien zum Schutz von Ressourcen mithilfe der Just-in-Time-Zugriffssteuerung.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/jitNetworkAccessPolicies
  • Vorgangs-IdJitNetworkAccessPolicies_List
GetJitNetworkAccessPoliciesAsync(SubscriptionResource, CancellationToken)

Richtlinien zum Schutz von Ressourcen mithilfe der Just-in-Time-Zugriffssteuerung.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/jitNetworkAccessPolicies
  • Vorgangs-IdJitNetworkAccessPolicies_List
GetMdeOnboarding(SubscriptionResource, CancellationToken)

Die Standardkonfiguration oder -daten, die für das Onboarding des Computers in MDE erforderlich sind

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/mdeOnboardings/default
  • Vorgangs-IdMdeOnboardings_Get
GetMdeOnboardingAsync(SubscriptionResource, CancellationToken)

Die Standardkonfiguration oder -daten, die für das Onboarding des Computers in MDE erforderlich sind

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/mdeOnboardings/default
  • Vorgangs-IdMdeOnboardings_Get
GetMdeOnboardings(SubscriptionResource, CancellationToken)

Konfiguration oder Daten, die für das Onboarding des Computers in MDE erforderlich sind

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/mdeOnboardings
  • Vorgangs-IdMdeOnboardings_List
GetMdeOnboardingsAsync(SubscriptionResource, CancellationToken)

Konfiguration oder Daten, die für das Onboarding des Computers in MDE erforderlich sind

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/mdeOnboardings
  • Vorgangs-IdMdeOnboardings_List
GetRegulatoryComplianceStandard(SubscriptionResource, String, CancellationToken)

Unterstützter Status der Einhaltung gesetzlicher Bestimmungen für den ausgewählten Standard

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/regulatoryComplianceStandards/{regulatoryComplianceStandardName}
  • Vorgangs-IdRegulatoryComplianceStandards_Get
GetRegulatoryComplianceStandardAsync(SubscriptionResource, String, CancellationToken)

Unterstützter Status der Einhaltung gesetzlicher Bestimmungen für den ausgewählten Standard

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/regulatoryComplianceStandards/{regulatoryComplianceStandardName}
  • Vorgangs-IdRegulatoryComplianceStandards_Get
GetRegulatoryComplianceStandards(SubscriptionResource)

Ruft eine Auflistung von RegulatoryComplianceStandardResources in subscriptionResource ab.

GetSecureScore(SubscriptionResource, String, CancellationToken)

Erhalten Sie eine Sicherheitsbewertung für eine bestimmte Microsoft Defender für cloud-Initiative in Ihrem aktuellen Bereich. Verwenden Sie für die ASC-Standardinitiative "ascScore".

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Security/secureScores/{secureScoreName}
  • Vorgangs-IdSecureScores_Get
GetSecureScoreAsync(SubscriptionResource, String, CancellationToken)

Erhalten Sie eine Sicherheitsbewertung für eine bestimmte Microsoft Defender für cloud-Initiative in Ihrem aktuellen Bereich. Verwenden Sie für die ASC-Standardinitiative "ascScore".

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Security/secureScores/{secureScoreName}
  • Vorgangs-IdSecureScores_Get
GetSecureScoreControlDefinitionsBySubscription(SubscriptionResource, CancellationToken)

Listen Sie für ein angegebenes Abonnement die verfügbaren Sicherheitskontrollen, deren Bewertungen und die maximale Bewertung auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/secureScoreControlDefinitions
  • Vorgangs-IdSecureScoreControlDefinitions_ListBySubscription
GetSecureScoreControlDefinitionsBySubscriptionAsync(SubscriptionResource, CancellationToken)

Listen Sie für ein angegebenes Abonnement die verfügbaren Sicherheitskontrollen, deren Bewertungen und die maximale Bewertung auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/secureScoreControlDefinitions
  • Vorgangs-IdSecureScoreControlDefinitions_ListBySubscription
GetSecureScoreControls(SubscriptionResource, Nullable<SecurityScoreODataExpand>, CancellationToken)

Abrufen aller Sicherheitskontrollen innerhalb eines Bereichs

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/secureScoreControls
  • Vorgangs-IdSecureScoreControls_List
GetSecureScoreControlsAsync(SubscriptionResource, Nullable<SecurityScoreODataExpand>, CancellationToken)

Abrufen aller Sicherheitskontrollen innerhalb eines Bereichs

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/secureScoreControls
  • Vorgangs-IdSecureScoreControls_List
GetSecureScores(SubscriptionResource)

Ruft eine Auflistung von SecureScoreResources in subscriptionResource ab.

GetSecurityAlertsSuppressionRule(SubscriptionResource, String, CancellationToken)

Rufen Sie die Verwerfen-Regel mit dem Namen {alertsSuppressionRuleName} für das angegebene Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/alertsSuppressionRules/{alertsSuppressionRuleName}
  • Vorgangs-IdAlertsSuppressionRules_Get
GetSecurityAlertsSuppressionRuleAsync(SubscriptionResource, String, CancellationToken)

Rufen Sie die Verwerfen-Regel mit dem Namen {alertsSuppressionRuleName} für das angegebene Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/alertsSuppressionRules/{alertsSuppressionRuleName}
  • Vorgangs-IdAlertsSuppressionRules_Get
GetSecurityAlertsSuppressionRules(SubscriptionResource)

Ruft eine Auflistung von SecurityAlertsSuppressionRuleResources in der SubscriptionResource ab.

GetSecurityAutomations(SubscriptionResource, CancellationToken)

Listet alle Sicherheitsautomatisierungen im angegebenen Abonnement auf. Verwenden Sie die Eigenschaft "nextLink" in der Antwort, um die nächste Seite der Sicherheitsautomatisierungen für das angegebene Abonnement abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/automations
  • Vorgangs-IdAutomations_List
GetSecurityAutomationsAsync(SubscriptionResource, CancellationToken)

Listet alle Sicherheitsautomatisierungen im angegebenen Abonnement auf. Verwenden Sie die Eigenschaft "nextLink" in der Antwort, um die nächste Seite der Sicherheitsautomatisierungen für das angegebene Abonnement abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/automations
  • Vorgangs-IdAutomations_List
GetSecurityCenterLocation(SubscriptionResource, AzureLocation, CancellationToken)

Details zu einem bestimmten Standort

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}
  • Vorgangs-IdLocations_Get
GetSecurityCenterLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Details zu einem bestimmten Standort

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}
  • Vorgangs-IdLocations_Get
GetSecurityCenterLocations(SubscriptionResource)

Ruft eine Auflistung von SecurityCenterLocationResources in subscriptionResource ab.

GetSecurityCenterPricing(SubscriptionResource, String, CancellationToken)

Ruft eine bereitgestellte Microsoft Defender für cloudbasierte Preiskonfiguration im Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Security/pricings/{pricingName}
  • Vorgangs-IdPricings_Get
GetSecurityCenterPricingAsync(SubscriptionResource, String, CancellationToken)

Ruft eine bereitgestellte Microsoft Defender für cloudbasierte Preiskonfiguration im Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Security/pricings/{pricingName}
  • Vorgangs-IdPricings_Get
GetSecurityCenterPricings(SubscriptionResource)

Ruft eine Auflistung von SecurityCenterPricingResources in der SubscriptionResource ab.

GetSecurityCloudConnector(SubscriptionResource, String, CancellationToken)

Details zu einem bestimmten Cloudkontoconnector

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Security/connectors/{connectorName}
  • Vorgangs-IdConnectors_Get
GetSecurityCloudConnectorAsync(SubscriptionResource, String, CancellationToken)

Details zu einem bestimmten Cloudkontoconnector

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Security/connectors/{connectorName}
  • Vorgangs-IdConnectors_Get
GetSecurityCloudConnectors(SubscriptionResource)

Ruft eine Auflistung von SecurityCloudConnectorResources in subscriptionResource ab.

GetSecurityConnectors(SubscriptionResource, CancellationToken)

Listet alle Sicherheitsconnectors im angegebenen Abonnement auf. Verwenden Sie die Eigenschaft "nextLink" in der Antwort, um die nächste Seite der Sicherheitsconnectors für das angegebene Abonnement abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/securityConnectors
  • Vorgangs-IdSecurityConnectors_List
GetSecurityConnectorsAsync(SubscriptionResource, CancellationToken)

Listet alle Sicherheitsconnectors im angegebenen Abonnement auf. Verwenden Sie die Eigenschaft "nextLink" in der Antwort, um die nächste Seite der Sicherheitsconnectors für das angegebene Abonnement abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/securityConnectors
  • Vorgangs-IdSecurityConnectors_List
GetSecurityContact(SubscriptionResource, String, CancellationToken)

Abrufen von Standardkonfigurationen für Sicherheitskontakte für das Abonnement

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/securityContacts/{securityContactName}
  • Vorgangs-IdSecurityContacts_Get
GetSecurityContactAsync(SubscriptionResource, String, CancellationToken)

Abrufen von Standardkonfigurationen für Sicherheitskontakte für das Abonnement

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/securityContacts/{securityContactName}
  • Vorgangs-IdSecurityContacts_Get
GetSecurityContacts(SubscriptionResource)

Ruft eine Auflistung von SecurityContactResources in subscriptionResource ab.

GetSecuritySetting(SubscriptionResource, SecuritySettingName, CancellationToken)

Einstellungen verschiedener Konfigurationen in Microsoft Defender für Cloud

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Security/settings/{settingName}
  • Vorgangs-IdSettings_Get
GetSecuritySettingAsync(SubscriptionResource, SecuritySettingName, CancellationToken)

Einstellungen verschiedener Konfigurationen in Microsoft Defender für Cloud

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Security/settings/{settingName}
  • Vorgangs-IdSettings_Get
GetSecuritySettings(SubscriptionResource)

Ruft eine Auflistung von SecuritySettingResources in subscriptionResource ab.

GetSecuritySolutions(SubscriptionResource, CancellationToken)

Ruft eine Liste der Sicherheitslösungen für das Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/securitySolutions
  • Vorgangs-IdSecuritySolutions_List
GetSecuritySolutionsAsync(SubscriptionResource, CancellationToken)

Ruft eine Liste der Sicherheitslösungen für das Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/securitySolutions
  • Vorgangs-IdSecuritySolutions_List
GetSecurityWorkspaceSetting(SubscriptionResource, String, CancellationToken)

Einstellungen dazu, wo wir Ihre Sicherheitsdaten und Protokolle speichern sollen. Wenn das Ergebnis leer ist, bedeutet dies, dass keine Benutzerdefinierte Arbeitsbereichskonfiguration festgelegt wurde.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/workspaceSettings/{workspaceSettingName}
  • Vorgangs-IdWorkspaceSettings_Get
GetSecurityWorkspaceSettingAsync(SubscriptionResource, String, CancellationToken)

Einstellungen dazu, wo wir Ihre Sicherheitsdaten und Protokolle speichern sollen. Wenn das Ergebnis leer ist, bedeutet dies, dass keine Benutzerdefinierte Arbeitsbereichskonfiguration festgelegt wurde.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/workspaceSettings/{workspaceSettingName}
  • Vorgangs-IdWorkspaceSettings_Get
GetSecurityWorkspaceSettings(SubscriptionResource)

Ruft eine Auflistung von SecurityWorkspaceSettingResources in subscriptionResource ab.

GetSoftwareInventories(SubscriptionResource, CancellationToken)

Ruft die Softwareinventur aller virtuellen Computer in den Abonnements ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/softwareInventories
  • Vorgangs-IdSoftwareInventories_ListBySubscription
GetSoftwareInventoriesAsync(SubscriptionResource, CancellationToken)

Ruft die Softwareinventur aller virtuellen Computer in den Abonnements ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/softwareInventories
  • Vorgangs-IdSoftwareInventories_ListBySubscription
GetSubscriptionAssessmentMetadata(SubscriptionResource, String, CancellationToken)

Abrufen von Metadateninformationen zu einem Bewertungstyp in einem bestimmten Abonnement

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/assessmentMetadata/{assessmentMetadataName}
  • Vorgangs-IdAssessmentsMetadata_GetInSubscription
GetSubscriptionAssessmentMetadataAsync(SubscriptionResource, String, CancellationToken)

Abrufen von Metadateninformationen zu einem Bewertungstyp in einem bestimmten Abonnement

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/assessmentMetadata/{assessmentMetadataName}
  • Vorgangs-IdAssessmentsMetadata_GetInSubscription
GetSubscriptionSecurityApplication(SubscriptionResource, String, CancellationToken)

Abrufen einer bestimmten Anwendung für den angeforderten Bereich nach applicationId

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/applications/{applicationId}
  • Vorgangs-IdApplication_Get
GetSubscriptionSecurityApplicationAsync(SubscriptionResource, String, CancellationToken)

Abrufen einer bestimmten Anwendung für den angeforderten Bereich nach applicationId

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/applications/{applicationId}
  • Vorgangs-IdApplication_Get
GetSubscriptionSecurityApplications(SubscriptionResource)

Ruft eine Auflistung von SubscriptionSecurityApplicationResources in der SubscriptionResource ab.

GetTasks(SubscriptionResource, String, CancellationToken)

Empfohlene Aufgaben, die dazu beitragen, die Sicherheit des Abonnements proaktiv zu verbessern

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/tasks
  • Vorgangs-IdTasks_List
GetTasksAsync(SubscriptionResource, String, CancellationToken)

Empfohlene Aufgaben, die dazu beitragen, die Sicherheit des Abonnements proaktiv zu verbessern

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/tasks
  • Vorgangs-IdTasks_List
GetTopologies(SubscriptionResource, CancellationToken)

Ruft eine Liste ab, die das Erstellen einer Topologieansicht eines Abonnements ermöglicht.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/topologies
  • Vorgangs-IdTopology_List
GetTopologiesAsync(SubscriptionResource, CancellationToken)

Ruft eine Liste ab, die das Erstellen einer Topologieansicht eines Abonnements ermöglicht.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/topologies
  • Vorgangs-IdTopology_List
GetAzureDevOpsConnectors(SubscriptionResource, CancellationToken)

Gibt eine Liste der überwachten AzureDevOps-Connectors zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.SecurityDevOps/azureDevOpsConnectors
  • Vorgangs-IdAzureDevOpsConnector_ListBySubscription
GetAzureDevOpsConnectorsAsync(SubscriptionResource, CancellationToken)

Gibt eine Liste der überwachten AzureDevOps-Connectors zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.SecurityDevOps/azureDevOpsConnectors
  • Vorgangs-IdAzureDevOpsConnector_ListBySubscription
GetGitHubConnectors(SubscriptionResource, CancellationToken)

Gibt eine Liste überwachter GitHub-Connectors zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.SecurityDevOps/gitHubConnectors
  • Vorgangs-IdGitHubConnector_ListBySubscription
GetGitHubConnectorsAsync(SubscriptionResource, CancellationToken)

Gibt eine Liste überwachter GitHub-Connectors zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.SecurityDevOps/gitHubConnectors
  • Vorgangs-IdGitHubConnector_ListBySubscription
CheckServiceBusNamespaceNameAvailability(SubscriptionResource, ServiceBusNameAvailabilityContent, CancellationToken)

Überprüfen Sie die Verfügbarkeit von Namespacenamen geben.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ServiceBus/CheckNameAvailability
  • Vorgangs-IdNamespaces_CheckNameAvailability
CheckServiceBusNamespaceNameAvailabilityAsync(SubscriptionResource, ServiceBusNameAvailabilityContent, CancellationToken)

Überprüfen Sie die Verfügbarkeit von Namespacenamen geben.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ServiceBus/CheckNameAvailability
  • Vorgangs-IdNamespaces_CheckNameAvailability
GetServiceBusNamespaces(SubscriptionResource, CancellationToken)

Ruft alle verfügbaren Namespaces innerhalb des Abonnements ab, unabhängig von den Ressourcengruppen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ServiceBus/namespaces
  • Vorgangs-IdNamespaces_List
GetServiceBusNamespacesAsync(SubscriptionResource, CancellationToken)

Ruft alle verfügbaren Namespaces innerhalb des Abonnements ab, unabhängig von den Ressourcengruppen.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ServiceBus/namespaces
  • Vorgang IdNamespaces_List
GetClusterVersions(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft Informationen zu einer verfügbaren Service Fabric-Clustercodeversion ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions/{clusterVersion}
  • Vorgang IdClusterVersions_Get
GetClusterVersions(SubscriptionResource, AzureLocation, CancellationToken)

Ruft alle verfügbaren Codeversionen für Service Fabric-Clusterressourcen nach Speicherort ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions
  • Vorgang IdClusterVersions_List
GetClusterVersionsAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft Informationen zu einer verfügbaren Service Fabric-Clustercodeversion ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions/{clusterVersion}
  • Vorgang IdClusterVersions_Get
GetClusterVersionsAsync(SubscriptionResource, AzureLocation, CancellationToken)

Ruft alle verfügbaren Codeversionen für Service Fabric-Clusterressourcen nach Speicherort ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions
  • Vorgang IdClusterVersions_List
GetClusterVersionsByEnvironment(SubscriptionResource, AzureLocation, ClusterVersionsEnvironment, String, CancellationToken)

Ruft Informationen zu einer verfügbaren Service Fabric-Clustercodeversion nach Umgebung ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions/{clusterVersion}
  • Vorgang IdClusterVersions_GetByEnvironment
GetClusterVersionsByEnvironment(SubscriptionResource, AzureLocation, ClusterVersionsEnvironment, CancellationToken)

Ruft alle verfügbaren Codeversionen für Service Fabric-Clusterressourcen nach Umgebung ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions
  • Vorgang IdClusterVersions_ListByEnvironment
GetClusterVersionsByEnvironmentAsync(SubscriptionResource, AzureLocation, ClusterVersionsEnvironment, String, CancellationToken)

Ruft Informationen zu einer verfügbaren Service Fabric-Clustercodeversion nach Umgebung ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions/{clusterVersion}
  • Vorgang IdClusterVersions_GetByEnvironment
GetClusterVersionsByEnvironmentAsync(SubscriptionResource, AzureLocation, ClusterVersionsEnvironment, CancellationToken)

Ruft alle verfügbaren Codeversionen für Service Fabric-Clusterressourcen nach Umgebung ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions
  • Vorgang IdClusterVersions_ListByEnvironment
GetServiceFabricClusters(SubscriptionResource, CancellationToken)

Ruft alle Service Fabric-Clusterressourcen ab, die im Abonnement erstellt oder erstellt werden.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/clusters
  • Vorgang IdClusters_List
GetServiceFabricClustersAsync(SubscriptionResource, CancellationToken)

Ruft alle Service Fabric-Clusterressourcen ab, die im Abonnement erstellt oder erstellt werden.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/clusters
  • Vorgang IdClusters_List
GetManagedClusterVersion(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft Informationen zu einer verfügbaren Codeversion des verwalteten Service Fabric-Clusters ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedClusterVersions/{clusterVersion}
  • Vorgang IdManagedClusterVersion_Get
GetManagedClusterVersionAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft Informationen zu einer verfügbaren Codeversion des verwalteten Service Fabric-Clusters ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedClusterVersions/{clusterVersion}
  • Vorgang IdManagedClusterVersion_Get
GetManagedClusterVersionByEnvironment(SubscriptionResource, AzureLocation, ManagedClusterVersionEnvironment, String, CancellationToken)

Ruft Informationen zu einer verfügbaren Service Fabric-Clustercodeversion nach Umgebung ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/managedClusterVersions/{clusterVersion}
  • Vorgang IdManagedClusterVersion_GetByEnvironment
GetManagedClusterVersionByEnvironmentAsync(SubscriptionResource, AzureLocation, ManagedClusterVersionEnvironment, String, CancellationToken)

Ruft Informationen zu einer verfügbaren Service Fabric-Clustercodeversion nach Umgebung ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/managedClusterVersions/{clusterVersion}
  • Vorgang IdManagedClusterVersion_GetByEnvironment
GetManagedClusterVersions(SubscriptionResource, AzureLocation, CancellationToken)

Ruft alle verfügbaren Codeversionen für Service Fabric-Clusterressourcen nach Speicherort ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedClusterVersions
  • Vorgang IdManagedClusterVersion_List
GetManagedClusterVersionsAsync(SubscriptionResource, AzureLocation, CancellationToken)

Ruft alle verfügbaren Codeversionen für Service Fabric-Clusterressourcen nach Speicherort ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedClusterVersions
  • Vorgang IdManagedClusterVersion_List
GetManagedClusterVersionsByEnvironment(SubscriptionResource, AzureLocation, ManagedClusterVersionEnvironment, CancellationToken)

Ruft alle verfügbaren Codeversionen für Service Fabric-Clusterressourcen nach Umgebung ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/managedClusterVersions
  • Vorgang IdManagedClusterVersion_ListByEnvironment
GetManagedClusterVersionsByEnvironmentAsync(SubscriptionResource, AzureLocation, ManagedClusterVersionEnvironment, CancellationToken)

Ruft alle verfügbaren Codeversionen für Service Fabric-Clusterressourcen nach Umgebung ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/managedClusterVersions
  • Vorgang IdManagedClusterVersion_ListByEnvironment
GetManagedUnsupportedVmSize(SubscriptionResource, AzureLocation, String, CancellationToken)

Rufen Sie die nicht unterstützte VM-Größe für verwaltete Service Fabric-Cluster ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedUnsupportedVMSizes/{vmSize}
  • Vorgang IdmanagedUnsupportedVMSizes_Get
GetManagedUnsupportedVmSizeAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Rufen Sie die nicht unterstützte VM-Größe für verwaltete Service Fabric-Cluster ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedUnsupportedVMSizes/{vmSize}
  • Vorgang IdmanagedUnsupportedVMSizes_Get
GetManagedUnsupportedVmSizes(SubscriptionResource, AzureLocation, CancellationToken)

Rufen Sie die Listen der nicht unterstützten VM-Größen für verwaltete Service Fabric-Cluster ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedUnsupportedVMSizes
  • Vorgang IdmanagedUnsupportedVMSizes_List
GetManagedUnsupportedVmSizesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Rufen Sie die Listen der nicht unterstützten VM-Größen für verwaltete Service Fabric-Cluster ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedUnsupportedVMSizes
  • Vorgang IdmanagedUnsupportedVMSizes_List
GetServiceFabricManagedClusters(SubscriptionResource, CancellationToken)

Ruft alle Service Fabric-Clusterressourcen ab, die im Abonnement erstellt oder erstellt werden.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ServiceFabric/managedClusters
  • Vorgang IdManagedClusters_ListBySubscription
GetServiceFabricManagedClustersAsync(SubscriptionResource, CancellationToken)

Ruft alle Service Fabric-Clusterressourcen ab, die im Abonnement erstellt oder erstellt werden.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ServiceFabric/managedClusters
  • Vorgang IdManagedClusters_ListBySubscription
GetLinkerResource(ArmResource, String, CancellationToken)

Gibt die Linkerressource für einen angegebenen Namen zurück.

  • Anforderungspfad/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • Vorgang IdLinker_Get
GetLinkerResourceAsync(ArmResource, String, CancellationToken)

Gibt die Linkerressource für einen angegebenen Namen zurück.

  • Anforderungspfad/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • Vorgang IdLinker_Get
GetLinkerResources(ArmResource)

Ruft eine Auflistung von LinkerResources in ArmResource ab.

GetTrafficControllers(SubscriptionResource, CancellationToken)

Auflisten von TrafficController-Ressourcen nach Abonnement-ID

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ServiceNetworking/trafficControllers
  • Vorgang IdTrafficControllerInterface_ListBySubscription
GetTrafficControllersAsync(SubscriptionResource, CancellationToken)

Auflisten von TrafficController-Ressourcen nach Abonnement-ID

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ServiceNetworking/trafficControllers
  • Vorgang IdTrafficControllerInterface_ListBySubscription
CheckSignalRNameAvailability(SubscriptionResource, AzureLocation, SignalRNameAvailabilityContent, CancellationToken)

Überprüft, ob der Ressourcenname gültig ist und nicht bereits verwendet wird.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/checkNameAvailability
  • Vorgang IdSignalR_CheckNameAvailability
CheckSignalRNameAvailabilityAsync(SubscriptionResource, AzureLocation, SignalRNameAvailabilityContent, CancellationToken)

Überprüft, ob der Ressourcenname gültig ist und nicht bereits verwendet wird.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/checkNameAvailability
  • Vorgang IdSignalR_CheckNameAvailability
GetSignalRs(SubscriptionResource, CancellationToken)

Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einem Abonnement.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/signalR
  • Vorgang IdSignalR_ListBySubscription
GetSignalRsAsync(SubscriptionResource, CancellationToken)

Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einem Abonnement.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/signalR
  • Vorgang IdSignalR_ListBySubscription
GetUsages(SubscriptionResource, AzureLocation, CancellationToken)

Listen Sie Ressourcennutzungskontingente nach Standort auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/usages
  • Vorgangs-IdUsages_List
GetUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Listen Sie Ressourcennutzungskontingente nach Standort auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/usages
  • Vorgangs-IdUsages_List
GetSphereCatalogs(SubscriptionResource, CancellationToken)

Auflisten von Katalogressourcen nach Abonnement-ID

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.AzureSphere/catalogs
  • Vorgangs-IdCatalogs_ListBySubscription
GetSphereCatalogsAsync(SubscriptionResource, CancellationToken)

Auflisten von Katalogressourcen nach Abonnement-ID

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.AzureSphere/catalogs
  • Vorgangs-IdCatalogs_ListBySubscription
CheckSqlServerNameAvailability(SubscriptionResource, SqlNameAvailabilityContent, CancellationToken)

Bestimmt, ob eine Ressource mit dem angegebenen Namen erstellt werden kann.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/checkNameAvailability
  • Vorgangs-IdServers_CheckNameAvailability
CheckSqlServerNameAvailabilityAsync(SubscriptionResource, SqlNameAvailabilityContent, CancellationToken)

Bestimmt, ob eine Ressource mit dem angegebenen Namen erstellt werden kann.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/checkNameAvailability
  • Vorgangs-IdServers_CheckNameAvailability
GetCapabilitiesByLocation(SubscriptionResource, AzureLocation, Nullable<SqlCapabilityGroup>, CancellationToken)

Ruft die für den angegebenen Speicherort verfügbaren Abonnementfunktionen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/capabilities
  • Vorgangs-IdCapabilities_ListByLocation
GetCapabilitiesByLocationAsync(SubscriptionResource, AzureLocation, Nullable<SqlCapabilityGroup>, CancellationToken)

Ruft die für den angegebenen Speicherort verfügbaren Abonnementfunktionen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/capabilities
  • Vorgangs-IdCapabilities_ListByLocation
GetDeletedServer(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft einen gelöschten Server ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/deletedServers/{deletedServerName}
  • Vorgangs-IdDeletedServers_Get
GetDeletedServerAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft einen gelöschten Server ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/deletedServers/{deletedServerName}
  • Vorgangs-IdDeletedServers_Get
GetDeletedServers(SubscriptionResource, AzureLocation)

Ruft eine Auflistung von DeletedServerResources in der SubscriptionResource ab.

GetDeletedServers(SubscriptionResource, CancellationToken)

Ruft eine Liste aller gelöschten Server in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/deletedServers
  • Vorgangs-IdDeletedServers_List
GetDeletedServersAsync(SubscriptionResource, CancellationToken)

Ruft eine Liste aller gelöschten Server in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/deletedServers
  • Vorgangs-IdDeletedServers_List
GetInstancePools(SubscriptionResource, CancellationToken)

Ruft eine Liste aller instance Pools im Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/instancePools
  • Vorgangs-IdInstancePools_List
GetInstancePoolsAsync(SubscriptionResource, CancellationToken)

Ruft eine Liste aller instance Pools im Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/instancePools
  • Vorgangs-IdInstancePools_List
GetLongTermRetentionBackupsWithLocation(SubscriptionResource, AzureLocation, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Listet die Sicherungen für die langfristige Aufbewahrung für einen bestimmten Speicherort auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionBackups
  • Vorgangs-IdLongTermRetentionBackups_ListByLocation
GetLongTermRetentionBackupsWithLocationAsync(SubscriptionResource, AzureLocation, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Listet die Sicherungen für die langfristige Aufbewahrung für einen bestimmten Speicherort auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionBackups
  • Vorgangs-IdLongTermRetentionBackups_ListByLocation
GetLongTermRetentionBackupsWithServer(SubscriptionResource, AzureLocation, String, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Listet die Sicherungen für die langfristige Aufbewahrung für einen bestimmten Server auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionBackups
  • Vorgangs-IdLongTermRetentionBackups_ListByServer
GetLongTermRetentionBackupsWithServerAsync(SubscriptionResource, AzureLocation, String, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Listet die Sicherungen für die langfristige Aufbewahrung für einen bestimmten Server auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionBackups
  • Vorgangs-IdLongTermRetentionBackups_ListByServer
GetLongTermRetentionManagedInstanceBackupsWithInstance(SubscriptionResource, AzureLocation, String, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Listet die Sicherungen für die langfristige Aufbewahrung für eine bestimmte verwaltete instance auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionManagedInstanceBackups
  • Vorgangs-IdLongTermRetentionManagedInstanceBackups_ListByInstance
GetLongTermRetentionManagedInstanceBackupsWithInstanceAsync(SubscriptionResource, AzureLocation, String, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Listet die Sicherungen für die langfristige Aufbewahrung für eine bestimmte verwaltete instance auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionManagedInstanceBackups
  • Vorgangs-IdLongTermRetentionManagedInstanceBackups_ListByInstance
GetLongTermRetentionManagedInstanceBackupsWithLocation(SubscriptionResource, AzureLocation, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Listet die Sicherungen für die langfristige Aufbewahrung für verwaltete Datenbanken an einem bestimmten Speicherort auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstanceBackups
  • Vorgangs-IdLongTermRetentionManagedInstanceBackups_ListByLocation
GetLongTermRetentionManagedInstanceBackupsWithLocationAsync(SubscriptionResource, AzureLocation, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Listet die Sicherungen für die langfristige Aufbewahrung für verwaltete Datenbanken an einem bestimmten Speicherort auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstanceBackups
  • Vorgangs-IdLongTermRetentionManagedInstanceBackups_ListByLocation
GetManagedInstances(SubscriptionResource, String, CancellationToken)

Ruft eine Liste aller verwalteten Instanzen im Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/managedInstances
  • Vorgangs-IdManagedInstances_List
GetManagedInstancesAsync(SubscriptionResource, String, CancellationToken)

Ruft eine Liste aller verwalteten Instanzen im Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/managedInstances
  • Vorgangs-IdManagedInstances_List
GetSqlServers(SubscriptionResource, String, CancellationToken)

Ruft eine Liste aller Server im Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Sql/servers
  • Vorgangs-IdServers_List
GetSqlServersAsync(SubscriptionResource, String, CancellationToken)

Ruft eine Liste aller Server im Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Sql/servers
  • Vorgangs-IdServers_List
GetSqlTimeZone(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft eine verwaltete instance Zeitzone ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/timeZones/{timeZoneId}
  • Vorgangs-IdTimeZones_Get
GetSqlTimeZoneAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft eine verwaltete instance Zeitzone ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/timeZones/{timeZoneId}
  • Vorgangs-IdTimeZones_Get
GetSqlTimeZones(SubscriptionResource, AzureLocation)

Ruft eine Auflistung von SqlTimeZoneResources in subscriptionResource ab.

GetSubscriptionLongTermRetentionBackup(SubscriptionResource, AzureLocation, String, String, String, CancellationToken)

Ruft eine Sicherung für die langfristige Aufbewahrung ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • Vorgangs-IdLongTermRetentionBackups_Get
GetSubscriptionLongTermRetentionBackupAsync(SubscriptionResource, AzureLocation, String, String, String, CancellationToken)

Ruft eine Sicherung für die langfristige Aufbewahrung ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • Vorgangs-IdLongTermRetentionBackups_Get
GetSubscriptionLongTermRetentionBackups(SubscriptionResource, AzureLocation, String, String)

Ruft eine Auflistung von SubscriptionLongTermRetentionBackupResources in der SubscriptionResource ab.

GetSubscriptionLongTermRetentionManagedInstanceBackup(SubscriptionResource, AzureLocation, String, String, String, CancellationToken)

Ruft eine Sicherung der langfristigen Aufbewahrung für eine verwaltete Datenbank ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionDatabases/{databaseName}/longTermRetentionManagedInstanceBackups/{backupName}
  • Vorgangs-IdLongTermRetentionManagedInstanceBackups_Get
GetSubscriptionLongTermRetentionManagedInstanceBackupAsync(SubscriptionResource, AzureLocation, String, String, String, CancellationToken)

Ruft eine Sicherung der langfristigen Aufbewahrung für eine verwaltete Datenbank ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionDatabases/{databaseName}/longTermRetentionManagedInstanceBackups/{backupName}
  • Vorgangs-IdLongTermRetentionManagedInstanceBackups_Get
GetSubscriptionLongTermRetentionManagedInstanceBackups(SubscriptionResource, AzureLocation, String, String)

Ruft eine Auflistung von SubscriptionLongTermRetentionManagedInstanceBackupResources in der SubscriptionResource ab.

GetSubscriptionUsage(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft eine Metrik für die Abonnementnutzung ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/usages/{usageName}
  • Vorgangs-IdSubscriptionUsages_Get
GetSubscriptionUsageAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft eine Metrik für die Abonnementnutzung ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/usages/{usageName}
  • Vorgangs-IdSubscriptionUsages_Get
GetSubscriptionUsages(SubscriptionResource, AzureLocation)

Ruft eine Auflistung von SubscriptionUsageResources in SubscriptionResource ab.

GetSyncDatabaseIdsSyncGroups(SubscriptionResource, AzureLocation, CancellationToken)

Ruft eine Auflistung von Synchronisierungsdatenbank-IDs ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/syncDatabaseIds
  • Vorgangs-IdSyncGroups_ListSyncDatabaseIds
GetSyncDatabaseIdsSyncGroupsAsync(SubscriptionResource, AzureLocation, CancellationToken)

Ruft eine Auflistung von Synchronisierungsdatenbank-IDs ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/syncDatabaseIds
  • Vorgangs-IdSyncGroups_ListSyncDatabaseIds
GetVirtualClusters(SubscriptionResource, CancellationToken)

Ruft eine Liste aller virtualClusters im Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/virtualClusters
  • Vorgangs-IdVirtualClusters_List
GetVirtualClustersAsync(SubscriptionResource, CancellationToken)

Ruft eine Liste aller virtualClusters im Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Sql/virtualClusters
  • Vorgangs-IdVirtualClusters_List
GetSqlVmGroups(SubscriptionResource, CancellationToken)

Ruft alle SQL-VM-Gruppen in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups
  • Vorgangs-IdSqlVirtualMachineGroups_List
GetSqlVmGroupsAsync(SubscriptionResource, CancellationToken)

Ruft alle SQL-VM-Gruppen in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups
  • Vorgangs-IdSqlVirtualMachineGroups_List
GetSqlVms(SubscriptionResource, CancellationToken)

Ruft alle virtuellen SQL-Computer in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines
  • Vorgangs-IdSqlVirtualMachines_List
GetSqlVmsAsync(SubscriptionResource, CancellationToken)

Ruft alle virtuellen SQL-Computer in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines
  • Vorgangs-IdSqlVirtualMachines_List
CheckStorageAccountNameAvailability(SubscriptionResource, StorageAccountNameAvailabilityContent, CancellationToken)

Überprüft, ob der Name des Speicherkontos gültig ist und noch nicht verwendet wird.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Storage/checkNameAvailability
  • Vorgangs-IdStorageAccounts_CheckNameAvailability
CheckStorageAccountNameAvailabilityAsync(SubscriptionResource, StorageAccountNameAvailabilityContent, CancellationToken)

Überprüft, ob der Name des Speicherkontos gültig ist und noch nicht verwendet wird.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Storage/checkNameAvailability
  • Vorgangs-IdStorageAccounts_CheckNameAvailability
GetDeletedAccount(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft Eigenschaften der angegebenen gelöschten Kontoressource ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/deletedAccounts/{deletedAccountName}
  • Vorgangs-IdDeletedAccounts_Get
GetDeletedAccountAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Ruft Eigenschaften der angegebenen gelöschten Kontoressource ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/deletedAccounts/{deletedAccountName}
  • Vorgangs-IdDeletedAccounts_Get
GetDeletedAccounts(SubscriptionResource)

Ruft eine Auflistung von DeletedAccountResources in subscriptionResource ab.

GetDeletedAccounts(SubscriptionResource, CancellationToken)

Listet gelöschte Konten unter dem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Storage/deletedAccounts
  • Vorgangs-IdDeletedAccounts_List
GetDeletedAccountsAsync(SubscriptionResource, CancellationToken)

Listet gelöschte Konten unter dem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Storage/deletedAccounts
  • Vorgangs-IdDeletedAccounts_List
GetSkus(SubscriptionResource, CancellationToken)

Listet die verfügbaren SKUs auf, die von Microsoft.Storage für ein bestimmtes Abonnement unterstützt werden.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Storage/skus
  • Vorgangs-IdSkus_List
GetSkusAsync(SubscriptionResource, CancellationToken)

Listet die verfügbaren SKUs auf, die von Microsoft.Storage für ein bestimmtes Abonnement unterstützt werden.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Storage/skus
  • Vorgangs-IdSkus_List
GetStorageAccounts(SubscriptionResource, CancellationToken)

Listet alle im Abonnement verfügbaren Speicherkonten auf. Beachten Sie, dass keine Speicherschlüssel zurückgegeben werden. Verwenden Sie hierfür den Vorgang ListKeys.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Storage/storageAccounts
  • Vorgangs-IdStorageAccounts_List
GetStorageAccountsAsync(SubscriptionResource, CancellationToken)

Listet alle im Abonnement verfügbaren Speicherkonten auf. Beachten Sie, dass keine Speicherschlüssel zurückgegeben werden. Verwenden Sie hierfür den Vorgang ListKeys.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Storage/storageAccounts
  • Vorgangs-IdStorageAccounts_List
GetUsagesByLocation(SubscriptionResource, AzureLocation, CancellationToken)

Ruft die aktuelle Nutzungsanzahl und den Grenzwert für die Ressourcen des Standorts unter dem Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/usages
  • Vorgangs-IdUsages_ListByLocation
GetUsagesByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Ruft die aktuelle Nutzungsanzahl und den Grenzwert für die Ressourcen des Standorts unter dem Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/usages
  • Vorgangs-IdUsages_ListByLocation
CheckAmlFSSubnets(SubscriptionResource, AmlFileSystemSubnetContent, CancellationToken)

Überprüfen Sie, ob Subnetze für AML-Dateisystemerstellungsaufrufe gültig sind.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.StorageCache/checkAmlFSSubnets
  • Vorgang IdcheckAmlFSSubnets
CheckAmlFSSubnetsAsync(SubscriptionResource, AmlFileSystemSubnetContent, CancellationToken)

Überprüfen Sie, ob Subnetze für AML-Dateisystemerstellungsaufrufe gültig sind.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.StorageCache/checkAmlFSSubnets
  • Vorgang IdcheckAmlFSSubnets
GetAmlFileSystems(SubscriptionResource, CancellationToken)

Gibt alle AML-Dateisysteme zurück, auf die der Benutzer unter einem Abonnement Zugriff hat.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StorageCache/amlFilesystems
  • Vorgangs-IdamlFilesystems_List
GetAmlFileSystemsAsync(SubscriptionResource, CancellationToken)

Gibt alle AML-Dateisysteme zurück, auf die der Benutzer unter einem Abonnement Zugriff hat.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StorageCache/amlFilesystems
  • Vorgangs-IdamlFilesystems_List
GetRequiredAmlFSSubnetsSize(SubscriptionResource, RequiredAmlFileSystemSubnetsSizeContent, CancellationToken)

Rufen Sie die Anzahl der verfügbaren IP-Adressen ab, die für die bereitgestellten AML-Dateisysteminformationen erforderlich sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StorageCache/getRequiredAmlFSSubnetsSize
  • Vorgang IdgetRequiredAmlFSSubnetsSize
GetRequiredAmlFSSubnetsSizeAsync(SubscriptionResource, RequiredAmlFileSystemSubnetsSizeContent, CancellationToken)

Rufen Sie die Anzahl der verfügbaren IP-Adressen ab, die für die bereitgestellten AML-Dateisysteminformationen erforderlich sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StorageCache/getRequiredAmlFSSubnetsSize
  • Vorgang IdgetRequiredAmlFSSubnetsSize
GetStorageCaches(SubscriptionResource, CancellationToken)

Gibt alle Caches zurück, auf die der Benutzer unter einem Abonnement Zugriff hat.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StorageCache/caches
  • Vorgangs-IdCaches_List
GetStorageCachesAsync(SubscriptionResource, CancellationToken)

Gibt alle Caches zurück, auf die der Benutzer unter einem Abonnement Zugriff hat.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StorageCache/caches
  • Vorgangs-IdCaches_List
GetStorageCacheSkus(SubscriptionResource, CancellationToken)

Rufen Sie die Liste der StorageCache.Cache-SKUs ab, die für dieses Abonnement verfügbar sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StorageCache/skus
  • Vorgangs-IdSkus_List
GetStorageCacheSkusAsync(SubscriptionResource, CancellationToken)

Rufen Sie die Liste der StorageCache.Cache-SKUs ab, die für dieses Abonnement verfügbar sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StorageCache/skus
  • Vorgangs-IdSkus_List
GetStorageCacheUsages(SubscriptionResource, AzureLocation, CancellationToken)

Ruft die verwendete Menge und das Kontingentlimit für Ressourcen ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.StorageCache/locations/{location}/usages
  • Vorgangs-IdAscUsages_List
GetStorageCacheUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Ruft die verwendete Menge und das Kontingentlimit für Ressourcen ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.StorageCache/locations/{location}/usages
  • Vorgangs-IdAscUsages_List
GetUsageModels(SubscriptionResource, CancellationToken)

Rufen Sie die Liste der Cachenutzungsmodelle ab, die für dieses Abonnement verfügbar sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StorageCache/usageModels
  • Vorgangs-IdUsageModels_List
GetUsageModelsAsync(SubscriptionResource, CancellationToken)

Rufen Sie die Liste der Cachenutzungsmodelle ab, die für dieses Abonnement verfügbar sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StorageCache/usageModels
  • Vorgangs-IdUsageModels_List
GetStorageMovers(SubscriptionResource, CancellationToken)

Listet alle Storage Mover in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StorageMover/storageMovers
  • Vorgangs-IdStorageMovers_ListBySubscription
GetStorageMoversAsync(SubscriptionResource, CancellationToken)

Listet alle Storage Mover in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StorageMover/storageMovers
  • Vorgangs-IdStorageMovers_ListBySubscription
GetDiskPools(SubscriptionResource, CancellationToken)

Ruft eine Liste der Datenträgerpools in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StoragePool/diskPools
  • Vorgangs-IdDiskPools_ListBySubscription
GetDiskPoolsAsync(SubscriptionResource, CancellationToken)

Ruft eine Liste der Datenträgerpools in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StoragePool/diskPools
  • Vorgangs-IdDiskPools_ListBySubscription
GetDiskPoolZones(SubscriptionResource, AzureLocation, CancellationToken)

Listet die verfügbaren Datenträgerpool-Skus an einem Azure-Speicherort auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StoragePool/locations/{location}/diskPoolZones
  • Vorgangs-IdDiskPoolZones_List
GetDiskPoolZonesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Listet die verfügbaren Datenträgerpool-Skus an einem Azure-Speicherort auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StoragePool/locations/{location}/diskPoolZones
  • Vorgangs-IdDiskPoolZones_List
GetResourceSkus(SubscriptionResource, AzureLocation, CancellationToken)

Listet die verfügbaren StoragePool-Ressourcen und -Skus an einem Azure-Standort auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.StoragePool/locations/{location}/skus
  • Vorgangs-IdResourceSkus_List
GetResourceSkusAsync(SubscriptionResource, AzureLocation, CancellationToken)

Listet die verfügbaren StoragePool-Ressourcen und -Skus an einem Azure-Standort auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.StoragePool/locations/{location}/skus
  • Vorgangs-IdResourceSkus_List
CheckStorageSyncNameAvailability(SubscriptionResource, String, StorageSyncNameAvailabilityContent, CancellationToken)

Überprüfen Sie die Verfügbarkeit von Namespacenamen geben.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StorageSync/locations/{locationName}/checkNameAvailability
  • Vorgangs-IdStorageSyncServices_CheckNameAvailability
CheckStorageSyncNameAvailabilityAsync(SubscriptionResource, String, StorageSyncNameAvailabilityContent, CancellationToken)

Überprüfen Sie die Verfügbarkeit von Namespacenamen geben.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StorageSync/locations/{locationName}/checkNameAvailability
  • Vorgangs-IdStorageSyncServices_CheckNameAvailability
GetStorageSyncServices(SubscriptionResource, CancellationToken)

Rufen Sie eine StorageSyncService-Liste nach Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StorageSync/storageSyncServices
  • Vorgangs-IdStorageSyncServices_ListBySubscription
GetStorageSyncServicesAsync(SubscriptionResource, CancellationToken)

Rufen Sie eine StorageSyncService-Liste nach Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StorageSync/storageSyncServices
  • Vorgangs-IdStorageSyncServices_ListBySubscription
CompileQuerySubscription(SubscriptionResource, AzureLocation, StreamAnalyticsCompileQuery, CancellationToken)

Kompilieren Sie die Stream Analytics-Abfrage.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/compileQuery
  • Vorgangs-IdSubscriptions_CompileQuery
CompileQuerySubscriptionAsync(SubscriptionResource, AzureLocation, StreamAnalyticsCompileQuery, CancellationToken)

Kompilieren Sie die Stream Analytics-Abfrage.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/compileQuery
  • Vorgangs-IdSubscriptions_CompileQuery
GetQuotasSubscriptions(SubscriptionResource, AzureLocation, CancellationToken)

Ruft die aktuellen Kontingentinformationen des Abonnements in einer bestimmten Region ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/quotas
  • Vorgangs-IdSubscriptions_ListQuotas
GetQuotasSubscriptionsAsync(SubscriptionResource, AzureLocation, CancellationToken)

Ruft die aktuellen Kontingentinformationen des Abonnements in einer bestimmten Region ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/quotas
  • Vorgangs-IdSubscriptions_ListQuotas
GetStreamAnalyticsClusters(SubscriptionResource, CancellationToken)

Listet alle Cluster im angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StreamAnalytics/clusters
  • Vorgangs-IdClusters_ListBySubscription
GetStreamAnalyticsClustersAsync(SubscriptionResource, CancellationToken)

Listet alle Cluster im angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StreamAnalytics/clusters
  • Vorgangs-IdClusters_ListBySubscription
GetStreamingJobs(SubscriptionResource, String, CancellationToken)

Listet alle Streamingaufträge im angegebenen Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.StreamAnalytics/streamingjobs
  • Vorgangs-IdStreamingJobs_List
GetStreamingJobsAsync(SubscriptionResource, String, CancellationToken)

Listet alle Streamingaufträge im angegebenen Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.StreamAnalytics/streamingjobs
  • Vorgangs-IdStreamingJobs_List
SampleInputSubscription(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsSampleInputContent, CancellationToken)

Beispiel für die Stream Analytics-Eingabedaten.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/sampleInput
  • Vorgangs-IdSubscriptions_SampleInput
SampleInputSubscriptionAsync(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsSampleInputContent, CancellationToken)

Beispiel für die Stream Analytics-Eingabedaten.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/sampleInput
  • Vorgangs-IdSubscriptions_SampleInput
TestInputSubscription(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsTestContent, CancellationToken)

Testen Sie die Stream Analytics-Eingabe.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/testInput
  • Vorgangs-IdSubscriptions_TestInput
TestInputSubscriptionAsync(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsTestContent, CancellationToken)

Testen Sie die Stream Analytics-Eingabe.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/testInput
  • Vorgangs-IdSubscriptions_TestInput
TestOutputSubscription(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsTestOutput, CancellationToken)

Testen Sie die Stream Analytics-Ausgabe.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/testOutput
  • Vorgangs-IdSubscriptions_TestOutput
TestOutputSubscriptionAsync(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsTestOutput, CancellationToken)

Testen Sie die Stream Analytics-Ausgabe.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/testOutput
  • Vorgangs-IdSubscriptions_TestOutput
TestQuerySubscription(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsTestQuery, CancellationToken)

Testen Sie die Stream Analytics-Abfrage für eine Beispieleingabe.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/testQuery
  • Vorgangs-IdSubscriptions_TestQuery
TestQuerySubscriptionAsync(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsTestQuery, CancellationToken)

Testen Sie die Stream Analytics-Abfrage für eine Beispieleingabe.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/testQuery
  • Vorgangs-IdSubscriptions_TestQuery
CancelSubscription(SubscriptionResource, CancellationToken)

Der Vorgang zum Kündigen eines Abonnements

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Subscription/cancel
  • Vorgangs-IdSubscription_Cancel
CancelSubscriptionAsync(SubscriptionResource, CancellationToken)

Der Vorgang zum Kündigen eines Abonnements

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Subscription/cancel
  • Vorgangs-IdSubscription_Cancel
EnableSubscription(SubscriptionResource, CancellationToken)

Der Vorgang zum Aktivieren eines Abonnements

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Subscription/enable
  • Vorgangs-IdSubscription_Enable
EnableSubscriptionAsync(SubscriptionResource, CancellationToken)

Der Vorgang zum Aktivieren eines Abonnements

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Subscription/enable
  • Vorgangs-IdSubscription_Enable
RenameSubscription(SubscriptionResource, SubscriptionName, CancellationToken)

Der Vorgang zum Umbenennen eines Abonnements

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Subscription/rename
  • Vorgangs-IdSubscription_Rename
RenameSubscriptionAsync(SubscriptionResource, SubscriptionName, CancellationToken)

Der Vorgang zum Umbenennen eines Abonnements

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Subscription/rename
  • Vorgangs-IdSubscription_Rename
CheckSupportTicketNameAvailability(SubscriptionResource, SupportNameAvailabilityContent, CancellationToken)

Überprüfen Sie die Verfügbarkeit eines Ressourcennamens. Diese API sollte verwendet werden, um die Eindeutigkeit des Namens für die Erstellung von Supporttickets für das ausgewählte Abonnement zu überprüfen.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Support/checkNameAvailability
  • Vorgangs-IdSupportTickets_CheckNameAvailability
CheckSupportTicketNameAvailabilityAsync(SubscriptionResource, SupportNameAvailabilityContent, CancellationToken)

Überprüfen Sie die Verfügbarkeit eines Ressourcennamens. Diese API sollte verwendet werden, um die Eindeutigkeit des Namens für die Erstellung von Supporttickets für das ausgewählte Abonnement zu überprüfen.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Support/checkNameAvailability
  • Vorgangs-IdSupportTickets_CheckNameAvailability
GetSubscriptionFileWorkspace(SubscriptionResource, String, CancellationToken)

Ruft Details für einen bestimmten Dateiarbeitsbereich in einem Azure-Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}
  • Vorgangs-IdFileWorkspaces_Get
GetSubscriptionFileWorkspaceAsync(SubscriptionResource, String, CancellationToken)

Ruft Details für einen bestimmten Dateiarbeitsbereich in einem Azure-Abonnement ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}
  • Vorgangs-IdFileWorkspaces_Get
GetSubscriptionFileWorkspaces(SubscriptionResource)

Ruft eine Auflistung von SubscriptionFileWorkspaceResources in subscriptionResource ab.

GetSubscriptionSupportTicket(SubscriptionResource, String, CancellationToken)

Rufen Sie Ticketdetails für ein Azure-Abonnement ab. Supportticketdaten sind 18 Monate nach der Ticketerstellung verfügbar. Wenn ein Ticket vor mehr als 18 Monaten erstellt wurde, kann eine Anforderung für Daten zu einem Fehler führen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}
  • Vorgangs-IdSupportTickets_Get
GetSubscriptionSupportTicketAsync(SubscriptionResource, String, CancellationToken)

Rufen Sie Ticketdetails für ein Azure-Abonnement ab. Supportticketdaten sind 18 Monate nach der Ticketerstellung verfügbar. Wenn ein Ticket vor mehr als 18 Monaten erstellt wurde, kann eine Anforderung für Daten zu einem Fehler führen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}
  • Vorgangs-IdSupportTickets_Get
GetSubscriptionSupportTickets(SubscriptionResource)

Ruft eine Auflistung von SubscriptionSupportTicketResources in subscriptionResource ab.

GetSupportTicket(SubscriptionResource, String, CancellationToken)

Rufen Sie Ticketdetails für ein Azure-Abonnement ab. Supportticketdaten sind 18 Monate nach der Ticketerstellung verfügbar. Wenn ein Ticket vor mehr als 18 Monaten erstellt wurde, kann eine Anforderung für Daten zu einem Fehler führen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}
  • Vorgangs-IdSupportTickets_Get
GetSupportTicketAsync(SubscriptionResource, String, CancellationToken)

Rufen Sie Ticketdetails für ein Azure-Abonnement ab. Supportticketdaten sind 18 Monate nach der Ticketerstellung verfügbar. Wenn ein Ticket vor mehr als 18 Monaten erstellt wurde, kann eine Anforderung für Daten zu einem Fehler führen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}
  • Vorgangs-IdSupportTickets_Get
GetSupportTickets(SubscriptionResource)

Ruft eine Auflistung von SupportTicketResources in subscriptionResource ab.

CheckKustoPoolNameAvailability(SubscriptionResource, AzureLocation, KustoPoolNameAvailabilityContent, CancellationToken)

Überprüft, ob der Name des Kusto-Pools gültig ist und noch nicht verwendet wird.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Synapse/locations/{location}/kustoPoolCheckNameAvailability
  • Vorgangs-IdKustoPools_CheckNameAvailability
CheckKustoPoolNameAvailabilityAsync(SubscriptionResource, AzureLocation, KustoPoolNameAvailabilityContent, CancellationToken)

Überprüft, ob der Name des Kusto-Pools gültig ist und noch nicht verwendet wird.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Synapse/locations/{location}/kustoPoolCheckNameAvailability
  • Vorgangs-IdKustoPools_CheckNameAvailability
GetSkusKustoPools(SubscriptionResource, CancellationToken)

Listet berechtigte SKUs für die Kusto-Poolressource auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Synapse/skus
  • Vorgangs-IdKustoPools_ListSkus
GetSkusKustoPoolsAsync(SubscriptionResource, CancellationToken)

Listet berechtigte SKUs für die Kusto-Poolressource auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Synapse/skus
  • Vorgangs-IdKustoPools_ListSkus
GetSynapsePrivateLinkHubs(SubscriptionResource, CancellationToken)

Gibt eine Liste von privateLinkHubs in einem Abonnement zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Synapse/privateLinkHubs
  • Vorgangs-IdPrivateLinkHubs_List
GetSynapsePrivateLinkHubsAsync(SubscriptionResource, CancellationToken)

Gibt eine Liste von privateLinkHubs in einem Abonnement zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Synapse/privateLinkHubs
  • Vorgangs-IdPrivateLinkHubs_List
GetSynapseWorkspaces(SubscriptionResource, CancellationToken)

Gibt eine Liste der Arbeitsbereiche in einem Abonnement zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Synapse/workspaces
  • Vorgangs-IdWorkspaces_List
GetSynapseWorkspacesAsync(SubscriptionResource, CancellationToken)

Gibt eine Liste der Arbeitsbereiche in einem Abonnement zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Synapse/workspaces
  • Vorgangs-IdWorkspaces_List
CheckTrafficManagerNameAvailabilityV2(SubscriptionResource, TrafficManagerRelativeDnsNameAvailabilityContent, CancellationToken)

Prüft die Verfügbarkeit eines relativen Traffic Manager-DNS-Namens.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/checkTrafficManagerNameAvailabilityV2
  • Vorgangs-IdProfiles_checkTrafficManagerNameAvailabilityV2
CheckTrafficManagerNameAvailabilityV2Async(SubscriptionResource, TrafficManagerRelativeDnsNameAvailabilityContent, CancellationToken)

Prüft die Verfügbarkeit eines relativen Traffic Manager-DNS-Namens.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/checkTrafficManagerNameAvailabilityV2
  • Vorgangs-IdProfiles_checkTrafficManagerNameAvailabilityV2
GetTrafficManagerProfiles(SubscriptionResource, CancellationToken)

Listet alle Traffic Manager-Profile in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/trafficmanagerprofiles
  • Vorgangs-IdProfiles_ListBySubscription
GetTrafficManagerProfilesAsync(SubscriptionResource, CancellationToken)

Listet alle Traffic Manager-Profile in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/trafficmanagerprofiles
  • Vorgangs-IdProfiles_ListBySubscription
GetTrafficManagerUserMetrics(SubscriptionResource)

Ruft ein -Objekt ab, das eine TrafficManagerUserMetricsResource zusammen mit den instance Vorgängen darstellt, die in SubscriptionResource für sie ausgeführt werden können.

CheckVoiceServicesNameAvailability(SubscriptionResource, AzureLocation, VoiceServicesCheckNameAvailabilityContent, CancellationToken)

Überprüfen Sie, ob der Ressourcenname in der angegebenen Region verfügbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.VoiceServices/locations/{location}/checkNameAvailability
  • Vorgangs-IdNameAvailability_CheckLocal
CheckVoiceServicesNameAvailabilityAsync(SubscriptionResource, AzureLocation, VoiceServicesCheckNameAvailabilityContent, CancellationToken)

Überprüfen Sie, ob der Ressourcenname in der angegebenen Region verfügbar ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.VoiceServices/locations/{location}/checkNameAvailability
  • Vorgangs-IdNameAvailability_CheckLocal
GetVoiceServicesCommunicationsGateways(SubscriptionResource, CancellationToken)

Auflisten von CommunicationsGateway-Ressourcen nach Abonnement-ID

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.VoiceServices/communicationsGateways
  • Vorgangs-IdCommunicationsGateways_ListBySubscription
GetVoiceServicesCommunicationsGatewaysAsync(SubscriptionResource, CancellationToken)

Auflisten von CommunicationsGateway-Ressourcen nach Abonnement-ID

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.VoiceServices/communicationsGateways
  • Vorgangs-IdCommunicationsGateways_ListBySubscription
CheckWebPubSubNameAvailability(SubscriptionResource, AzureLocation, WebPubSubNameAvailabilityContent, CancellationToken)

Überprüft, ob der Ressourcenname gültig ist und nicht bereits verwendet wird.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/checkNameAvailability
  • Vorgang IdWebPubSub_CheckNameAvailability
CheckWebPubSubNameAvailabilityAsync(SubscriptionResource, AzureLocation, WebPubSubNameAvailabilityContent, CancellationToken)

Überprüft, ob der Ressourcenname gültig ist und nicht bereits verwendet wird.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/checkNameAvailability
  • Vorgang IdWebPubSub_CheckNameAvailability
GetUsages(SubscriptionResource, AzureLocation, CancellationToken)

Listen Sie Ressourcennutzungskontingente nach Standort auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/usages
  • Vorgang IdUsages_List
GetUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Listen Sie Ressourcennutzungskontingente nach Standort auf.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/usages
  • Vorgang IdUsages_List
GetWebPubSubs(SubscriptionResource, CancellationToken)

Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einem Abonnement.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/webPubSub
  • Vorgang IdWebPubSub_ListBySubscription
GetWebPubSubsAsync(SubscriptionResource, CancellationToken)

Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einem Abonnement.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/webPubSub
  • Vorgang IdWebPubSub_ListBySubscription
GetSapMonitors(SubscriptionResource, CancellationToken)

Ruft eine Liste der SAP-Monitore im angegebenen Abonnement ab. Die Vorgänge geben verschiedene Eigenschaften jedes SAP-Monitors zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Workloads/monitors
  • Vorgang Idmonitors_List
GetSapMonitorsAsync(SubscriptionResource, CancellationToken)

Ruft eine Liste der SAP-Monitore im angegebenen Abonnement ab. Die Vorgänge geben verschiedene Eigenschaften jedes SAP-Monitors zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Workloads/monitors
  • Vorgang Idmonitors_List
GetSapVirtualInstances(SubscriptionResource, CancellationToken)

Ruft alle Ressourcen virtueller Instanzen für SAP-Lösungen in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Workloads/sapVirtualInstances
  • Vorgang IdSAPVirtualInstances_ListBySubscription
GetSapVirtualInstancesAsync(SubscriptionResource, CancellationToken)

Ruft alle Ressourcen virtueller Instanzen für SAP-Lösungen in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Workloads/sapVirtualInstances
  • Vorgang IdSAPVirtualInstances_ListBySubscription
SapAvailabilityZoneDetails(SubscriptionResource, AzureLocation, SapAvailabilityZoneDetailsContent, CancellationToken)

Rufen Sie die empfohlenen SAP-Verfügbarkeitszonenpaardetails für Ihre Region ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Workloads/locations/{location}/sapVirtualInstanceMetadata/default/getAvailabilityZoneDetails
  • Vorgang IdSAPAvailabilityZoneDetails
SapAvailabilityZoneDetailsAsync(SubscriptionResource, AzureLocation, SapAvailabilityZoneDetailsContent, CancellationToken)

Rufen Sie die empfohlenen SAP-Verfügbarkeitszonenpaardetails für Ihre Region ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Workloads/locations/{location}/sapVirtualInstanceMetadata/default/getAvailabilityZoneDetails
  • Vorgang IdSAPAvailabilityZoneDetails
SapDiskConfigurations(SubscriptionResource, AzureLocation, SapDiskConfigurationsContent, CancellationToken)

Rufen Sie das SAP Disk Configuration Layout prod/non-prod SAP System ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Workloads/locations/{location}/sapVirtualInstanceMetadata/default/getDiskConfigurations
  • Vorgang IdSAPDiskConfigurations
SapDiskConfigurationsAsync(SubscriptionResource, AzureLocation, SapDiskConfigurationsContent, CancellationToken)

Rufen Sie das SAP Disk Configuration Layout prod/non-prod SAP System ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Workloads/locations/{location}/sapVirtualInstanceMetadata/default/getDiskConfigurations
  • Vorgang IdSAPDiskConfigurations
SapSizingRecommendations(SubscriptionResource, AzureLocation, SapSizingRecommendationContent, CancellationToken)

Abrufen von SAP-Größenempfehlungen durch Bereitstellen von Eingabe-SAPS für die Anwendungsebene und den für die Datenbankebene erforderlichen Arbeitsspeicher

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Workloads/locations/{location}/sapVirtualInstanceMetadata/default/getSizingRecommendations
  • Vorgang IdSAPSizingRecommendations
SapSizingRecommendationsAsync(SubscriptionResource, AzureLocation, SapSizingRecommendationContent, CancellationToken)

Abrufen von SAP-Größenempfehlungen durch Bereitstellen von Eingabe-SAPS für die Anwendungsebene und den für die Datenbankebene erforderlichen Arbeitsspeicher

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Workloads/locations/{location}/sapVirtualInstanceMetadata/default/getSizingRecommendations
  • Vorgang IdSAPSizingRecommendations
SapSupportedSku(SubscriptionResource, AzureLocation, SapSupportedSkusContent, CancellationToken)

Rufen Sie eine Liste der von SAP unterstützten SKUs für die ASCS-, Anwendungs- und Datenbankebene ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Workloads/locations/{location}/sapVirtualInstanceMetadata/default/getSapSupportedSku
  • Vorgang IdSAPSupportedSku
SapSupportedSkuAsync(SubscriptionResource, AzureLocation, SapSupportedSkusContent, CancellationToken)

Rufen Sie eine Liste der von SAP unterstützten SKUs für die ASCS-, Anwendungs- und Datenbankebene ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Workloads/locations/{location}/sapVirtualInstanceMetadata/default/getSapSupportedSku
  • Vorgang IdSAPSupportedSku

Gilt für: