Delen via


SubscriptionResource Klas

Definitie

Een klasse die de bewerkingen vertegenwoordigt die kunnen worden uitgevoerd voor een specifiek abonnement.

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

Constructors

SubscriptionResource()

Initialiseert een nieuw exemplaar van de SubscriptionResource klasse voor het nabootsen.

Velden

ResourceType

Hiermee haalt u het resourcetype voor de bewerkingen op.

Eigenschappen

Client

Hiermee haalt u de ArmClient resourceclient op van waaruit is gemaakt.

(Overgenomen van ArmResource)
Data

Hiermee haalt u de gegevens op die deze functie vertegenwoordigen.

Diagnostics

Hiermee haalt u de diagnostische opties voor deze resourceclient op.

(Overgenomen van ArmResource)
Endpoint

Hiermee haalt u de basis-URI voor deze resourceclient op.

(Overgenomen van ArmResource)
HasData

Hiermee wordt opgehaald of het huidige exemplaar gegevens bevat.

Id

Hiermee haalt u de resource-id op.

(Overgenomen van ArmResource)
Pipeline

Hiermee haalt u de pijplijn voor deze resourceclient op.

(Overgenomen van ArmResource)

Methoden

AddTag(String, String, CancellationToken)

Voeg een tag toe aan de huidige resource. Aanvraagpad: /subscriptions/{subscriptionId} Bewerkings-id: Subscriptions_Get

AddTagAsync(String, String, CancellationToken)

Voeg een tag toe aan de huidige resource. Aanvraagpad: /subscriptions/{subscriptionId} Bewerkings-id: Subscriptions_Get

CanUseTagResource(CancellationToken)

Controleert of de TagResource-API is geïmplementeerd in de huidige omgeving.

(Overgenomen van ArmResource)
CanUseTagResourceAsync(CancellationToken)

Controleert of de TagResource-API is geïmplementeerd in de huidige omgeving.

(Overgenomen van ArmResource)
CreateOrUpdatePredefinedTag(String, CancellationToken)

Met deze bewerking kunt u een naam toevoegen aan de lijst met vooraf gedefinieerde tagnamen voor het opgegeven abonnement. Een tagnaam mag maximaal 512 tekens bevatten en is niet hoofdlettergevoelig. Tagnamen mogen niet de volgende voorvoegsels hebben die zijn gereserveerd voor Gebruik in Azure: 'microsoft', 'azure', 'windows'.

  • Pad/abonnementen/{subscriptionId}/tagNames/{tagName} aanvragen
  • Bewerkings IdTags_CreateOrUpdate
CreateOrUpdatePredefinedTagAsync(String, CancellationToken)

Met deze bewerking kunt u een naam toevoegen aan de lijst met vooraf gedefinieerde tagnamen voor het opgegeven abonnement. Een tagnaam mag maximaal 512 tekens bevatten en is niet hoofdlettergevoelig. Tagnamen mogen niet de volgende voorvoegsels hebben die zijn gereserveerd voor Gebruik in Azure: 'microsoft', 'azure', 'windows'.

  • Pad/abonnementen/{subscriptionId}/tagNames/{tagName} aanvragen
  • Bewerkings IdTags_CreateOrUpdate
CreateOrUpdatePredefinedTagValue(String, String, CancellationToken)

Met deze bewerking kunt u een waarde toevoegen aan de lijst met vooraf gedefinieerde waarden voor een bestaande vooraf gedefinieerde tagnaam. Een tagwaarde mag maximaal 256 tekens bevatten.

  • Pad/abonnementen/{subscriptionId}/tagNames/{tagName}/tagValues/{tagValue} aanvragen
  • Bewerking IdTags_CreateOrUpdateValue
CreateOrUpdatePredefinedTagValueAsync(String, String, CancellationToken)

Met deze bewerking kunt u een waarde toevoegen aan de lijst met vooraf gedefinieerde waarden voor een bestaande vooraf gedefinieerde tagnaam. Een tagwaarde mag maximaal 256 tekens bevatten.

  • Pad/abonnementen/{subscriptionId}/tagNames/{tagName}/tagValues/{tagValue} aanvragen
  • Bewerking IdTags_CreateOrUpdateValue
CreateResourceIdentifier(String)

Genereer de resource-id van een SubscriptionResource exemplaar.

DeletePredefinedTag(String, CancellationToken)

Met deze bewerking kunt u een naam verwijderen uit de lijst met vooraf gedefinieerde tagnamen voor het opgegeven abonnement. De naam die wordt verwijderd, mag niet worden gebruikt als tagnaam voor een resource. Alle vooraf gedefinieerde waarden voor de opgegeven naam moeten al zijn verwijderd.

  • Pad/abonnementen/{subscriptionId}/tagNames/{tagName} aanvragen
  • Bewerkings IdTags_Delete
DeletePredefinedTagAsync(String, CancellationToken)

Met deze bewerking kunt u een naam verwijderen uit de lijst met vooraf gedefinieerde tagnamen voor het opgegeven abonnement. De naam die wordt verwijderd, mag niet worden gebruikt als tagnaam voor een resource. Alle vooraf gedefinieerde waarden voor de opgegeven naam moeten al zijn verwijderd.

  • Pad/abonnementen/{subscriptionId}/tagNames/{tagName} aanvragen
  • Bewerkings IdTags_Delete
DeletePredefinedTagValue(String, String, CancellationToken)

Met deze bewerking kunt u een waarde verwijderen uit de lijst met vooraf gedefinieerde waarden voor een bestaande vooraf gedefinieerde tagnaam. De waarde die wordt verwijderd, mag niet worden gebruikt als tagwaarde voor de opgegeven tagnaam voor een resource.

  • Pad/abonnementen/{subscriptionId}/tagNames/{tagName}/tagValues/{tagValue} aanvragen
  • Bewerkings IdTags_DeleteValue
DeletePredefinedTagValueAsync(String, String, CancellationToken)

Met deze bewerking kunt u een waarde verwijderen uit de lijst met vooraf gedefinieerde waarden voor een bestaande vooraf gedefinieerde tagnaam. De waarde die wordt verwijderd, mag niet worden gebruikt als tagwaarde voor de opgegeven tagnaam voor een resource.

  • Pad/abonnementen/{subscriptionId}/tagNames/{tagName}/tagValues/{tagValue} aanvragen
  • Bewerkings IdTags_DeleteValue
Get(CancellationToken)

Hiermee haalt u details op over een opgegeven abonnement.

  • Pad/abonnementen/{subscriptionId} aanvragen
  • Bewerkings IdSubscriptions_Get
GetAllPredefinedTags(CancellationToken)

Deze bewerking voert een samenvoeging uit van vooraf gedefinieerde tags, resourcetags, resourcegroeptags en abonnementstags en retourneert een samenvatting van het gebruik voor elke tagnaam en -waarde onder het opgegeven abonnement. In het geval van een groot aantal tags kan deze bewerking een eerder in de cache opgeslagen resultaat retourneren.

  • Pad/abonnementen/{subscriptionId}/tagNames aanvragen
  • Bewerkings IdTags_List
GetAllPredefinedTagsAsync(CancellationToken)

Deze bewerking voert een samenvoeging uit van vooraf gedefinieerde tags, resourcetags, resourcegroeptags en abonnementstags en retourneert een samenvatting van het gebruik voor elke tagnaam en -waarde onder het opgegeven abonnement. In het geval van een groot aantal tags kan deze bewerking een eerder in de cache opgeslagen resultaat retourneren.

  • Pad/abonnementen/{subscriptionId}/tagNames aanvragen
  • Bewerkings IdTags_List
GetArmRestApis(String)

Hiermee haalt u de RestApi-definitie op voor een bepaalde Azure-naamruimte.

GetAsync(CancellationToken)

Hiermee haalt u details op over een opgegeven abonnement.

  • Pad/abonnementen/{subscriptionId} aanvragen
  • Bewerkings IdSubscriptions_Get
GetAvailableLocations(CancellationToken)

Een lijst met alle beschikbare geografische locaties.

(Overgenomen van ArmResource)
GetAvailableLocationsAsync(CancellationToken)

Een lijst met alle beschikbare geografische locaties.

(Overgenomen van ArmResource)
GetFeatures(CancellationToken)

Hiermee haalt u alle preview-functies op die beschikbaar zijn via AFEC voor het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Features/features aanvragen
  • Bewerkings IdFeatures_ListAll
GetFeaturesAsync(CancellationToken)

Hiermee haalt u alle preview-functies op die beschikbaar zijn via AFEC voor het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Features/features aanvragen
  • Bewerkings IdFeatures_ListAll
GetGenericResources(String, String, Nullable<Int32>, CancellationToken)

Alle resources in een abonnement ophalen.

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

Alle resources in een abonnement ophalen.

GetLocations(Nullable<Boolean>, CancellationToken)

Deze bewerking biedt alle locaties die beschikbaar zijn voor resourceproviders; Elke resourceprovider kan echter een subset van deze lijst ondersteunen.

  • Pad/abonnementen/{subscriptionId}/locaties aanvragen
  • Bewerkings IdSubscriptions_ListLocations
GetLocationsAsync(Nullable<Boolean>, CancellationToken)

Deze bewerking biedt alle locaties die beschikbaar zijn voor resourceproviders; Elke resourceprovider kan echter een subset van deze lijst ondersteunen.

  • Pad/abonnementen/{subscriptionId}/locaties aanvragen
  • Bewerkings IdSubscriptions_ListLocations
GetManagementLock(String, CancellationToken)

Een beheervergrendeling ophalen per bereik.

  • Aanvraagpad/{scope}/providers/Microsoft.Authorization/locks/{lockName}
  • Bewerkings IdManagementLocks_GetByScope
(Overgenomen van ArmResource)
GetManagementLockAsync(String, CancellationToken)

Een beheervergrendeling ophalen per bereik.

  • Aanvraagpad/{scope}/providers/Microsoft.Authorization/locks/{lockName}
  • Bewerkings IdManagementLocks_GetByScope
(Overgenomen van ArmResource)
GetManagementLocks()

Hiermee haalt u een verzameling ManagementLockResources op in de ArmResource.

(Overgenomen van ArmResource)
GetPolicyAssignment(String, CancellationToken)

Met deze bewerking wordt één beleidstoewijzing opgehaald, op basis van de naam en het bereik waar deze is gemaakt.

  • Aanvraagpad/{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}
  • Bewerkings IdPolicyAssignments_Get
(Overgenomen van ArmResource)
GetPolicyAssignmentAsync(String, CancellationToken)

Met deze bewerking wordt één beleidstoewijzing opgehaald, op basis van de naam en het bereik waar deze is gemaakt.

  • Aanvraagpad/{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}
  • Bewerkings IdPolicyAssignments_Get
(Overgenomen van ArmResource)
GetPolicyAssignments()

Hiermee haalt u een verzameling PolicyAssignmentResources op in de ArmResource.

(Overgenomen van ArmResource)
GetPolicyExemption(String, CancellationToken)

Met deze bewerking wordt één beleidsvrijstelling opgehaald, op basis van de naam en het bereik waar deze is gemaakt. Aanvraagpad: /{scope}/providers/Microsoft.Authorization/policyExemptions/{policyExemptionName} Bewerkings-id: PolicyExemptions_Get

(Overgenomen van ArmResource)
GetPolicyExemptionAsync(String, CancellationToken)

Met deze bewerking wordt één beleidsvrijstelling opgehaald, op basis van de naam en het bereik waar deze is gemaakt. Aanvraagpad: /{scope}/providers/Microsoft.Authorization/policyExemptions/{policyExemptionName} Bewerkings-id: PolicyExemptions_Get

(Overgenomen van ArmResource)
GetPolicyExemptions()

Hiermee haalt u een verzameling PolicyExemptionResources op in de ArmResource.

(Overgenomen van ArmResource)
GetResourceGroup(String, CancellationToken)

Hiermee haalt u een resourcegroep op.

  • Pad/abonnementen/{subscriptionId}/resourcegroups/{resourceGroupName} aanvragen
  • Bewerkings IdResourceGroups_Get
GetResourceGroupAsync(String, CancellationToken)

Hiermee haalt u een resourcegroep op.

  • Pad/abonnementen/{subscriptionId}/resourcegroups/{resourceGroupName} aanvragen
  • Bewerkings IdResourceGroups_Get
GetResourceGroups()

Hiermee haalt u een verzameling ResourceGroupResources op in het abonnement.

GetResourceLinks(String, CancellationToken)

Hiermee haalt u alle gekoppelde resources voor het abonnement op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Resources/links Bewerkings-id: ResourceLinks_ListAtSubscription

GetResourceLinksAsync(String, CancellationToken)

Hiermee haalt u alle gekoppelde resources voor het abonnement op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Resources/links Bewerkings-id: ResourceLinks_ListAtSubscription

GetResourceProvider(String, String, CancellationToken)

Haalt de opgegeven resourceprovider op.

  • Pad/abonnementen/{subscriptionId}/providers/{resourceProviderNamespace} aanvragen
  • Bewerkings IdProviders_Get
GetResourceProviderAsync(String, String, CancellationToken)

Haalt de opgegeven resourceprovider op.

  • Pad/abonnementen/{subscriptionId}/providers/{resourceProviderNamespace} aanvragen
  • Bewerkings IdProviders_Get
GetResourceProviders()

Hiermee haalt u een verzameling ResourceProviderResources op in het abonnement.

GetSubscriptionPolicyDefinition(String, CancellationToken)

Met deze bewerking wordt de beleidsdefinitie in het opgegeven abonnement met de opgegeven naam opgehaald.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Authorization/policyDefinitions/{policyDefinitionName} aanvragen
  • Bewerkings IdPolicyDefinitions_Get
GetSubscriptionPolicyDefinitionAsync(String, CancellationToken)

Met deze bewerking wordt de beleidsdefinitie in het opgegeven abonnement met de opgegeven naam opgehaald.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Authorization/policyDefinitions/{policyDefinitionName} aanvragen
  • Bewerkings IdPolicyDefinitions_Get
GetSubscriptionPolicyDefinitions()

Hiermee haalt u een verzameling SubscriptionPolicyDefinitionResources op in het abonnement.

GetSubscriptionPolicySetDefinition(String, CancellationToken)

Met deze bewerking wordt de definitie van de beleidsset in het opgegeven abonnement met de opgegeven naam opgehaald.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Authorization/policySetDefinitions/{policySetDefinitionName} aanvragen
  • Bewerkings IdPolicySetDefinitions_Get
GetSubscriptionPolicySetDefinitionAsync(String, CancellationToken)

Met deze bewerking wordt de definitie van de beleidsset in het opgegeven abonnement met de opgegeven naam opgehaald.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Authorization/policySetDefinitions/{policySetDefinitionName} aanvragen
  • Bewerkings IdPolicySetDefinitions_Get
GetSubscriptionPolicySetDefinitions()

Hiermee haalt u een verzameling SubscriptionPolicySetDefinitionResources op in het abonnement.

GetTagResource()

Hiermee haalt u een object op dat een TagResource vertegenwoordigt, samen met de exemplaarbewerkingen die erop kunnen worden uitgevoerd in de ArmResource.

(Overgenomen van ArmResource)
RemoveTag(String, CancellationToken)

Hiermee verwijdert u een tag per sleutel uit de resource. Aanvraagpad: /subscriptions/{subscriptionId} Bewerkings-id: Subscriptions_Get

RemoveTagAsync(String, CancellationToken)

Hiermee verwijdert u een tag per sleutel uit de resource. Aanvraagpad: /subscriptions/{subscriptionId} Bewerkings-id: Subscriptions_Get

SetTags(IDictionary<String,String>, CancellationToken)

Vervang de tags op de resource door de opgegeven set. Aanvraagpad: /subscriptions/{subscriptionId} Bewerkings-id: Subscriptions_Get

SetTagsAsync(IDictionary<String,String>, CancellationToken)

Vervang de tags op de resource door de opgegeven set. Aanvraagpad: /subscriptions/{subscriptionId} Bewerkings-id: Subscriptions_Get

TryGetApiVersion(ResourceType, String)

Hiermee wordt de API-versie overschreven als deze is ingesteld voor de huidige clientopties.

(Overgenomen van ArmResource)

Extensiemethoden

CreateConfiguration(SubscriptionResource, ConfigurationName, ConfigData, CancellationToken)

Azure Advisor-configuratie maken/overschrijven en ook alle configuraties van ingesloten resourcegroepen verwijderen.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Advisor/configurations/{configurationName}
  • Bewerkings IdConfigurations_CreateInSubscription
CreateConfigurationAsync(SubscriptionResource, ConfigurationName, ConfigData, CancellationToken)

Azure Advisor-configuratie maken/overschrijven en ook alle configuraties van ingesloten resourcegroepen verwijderen.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Advisor/configurations/{configurationName}
  • Bewerkings IdConfigurations_CreateInSubscription
GenerateRecommendation(SubscriptionResource, CancellationToken)

Start het genereren of berekenen van aanbevelingen voor een abonnement. Deze bewerking is asynchroon. De gegenereerde aanbevelingen worden opgeslagen in een cache in de Advisor-service.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Advisor/generateRecommendations
  • Bewerkings-IdRecommendations_Generate
GenerateRecommendationAsync(SubscriptionResource, CancellationToken)

Start het genereren of berekenen van aanbevelingen voor een abonnement. Deze bewerking is asynchroon. De gegenereerde aanbevelingen worden opgeslagen in een cache in de Advisor-service.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Advisor/generateRecommendations
  • Bewerkings-IdRecommendations_Generate
GetConfigurations(SubscriptionResource, CancellationToken)

Azure Advisor-configuraties ophalen en ook configuraties van ingesloten resourcegroepen ophalen.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Advisor/configurations
  • Bewerking IdConfigurations_ListBySubscription
GetConfigurationsAsync(SubscriptionResource, CancellationToken)

Azure Advisor-configuraties ophalen en ook configuraties van ingesloten resourcegroepen ophalen.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Advisor/configurations
  • Bewerking IdConfigurations_ListBySubscription
GetGenerateStatusRecommendation(SubscriptionResource, Guid, CancellationToken)

Hiermee haalt u de status van het berekenings- of generatieproces van de aanbeveling op. Roep deze API aan na het aanroepen van de aanbeveling voor genereren. De URI van deze API wordt geretourneerd in het veld Locatie van de antwoordheader.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Advisor/generateRecommendations/{operationId}
  • Bewerkings IdRecommendations_GetGenerateStatus
GetGenerateStatusRecommendationAsync(SubscriptionResource, Guid, CancellationToken)

Hiermee haalt u de status van het berekenings- of generatieproces van de aanbeveling op. Roep deze API aan na het aanroepen van de aanbeveling voor genereren. De URI van deze API wordt geretourneerd in het veld Locatie van de antwoordheader.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Advisor/generateRecommendations/{operationId}
  • Bewerkings IdRecommendations_GetGenerateStatus
GetSuppressionContracts(SubscriptionResource, Nullable<Int32>, String, CancellationToken)

Hiermee haalt u de lijst met uitstellen of gesloten onderdrukkingen voor een abonnement op. Het uitstellen of negeren van een aanbeveling wordt een onderdrukking genoemd.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Advisor/suppressions
  • Bewerkings IdSuppressions_List
GetSuppressionContractsAsync(SubscriptionResource, Nullable<Int32>, String, CancellationToken)

Hiermee haalt u de lijst met uitstellen of gesloten onderdrukkingen voor een abonnement op. Het uitstellen of negeren van een aanbeveling wordt een onderdrukking genoemd.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Advisor/suppressions
  • Bewerkings IdSuppressions_List
CheckNameAvailabilityLocation(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken)

Controleert de beschikbaarheid van de naam van de resource met de aangevraagde resourcenaam.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.AgFoodPlatform/checkNameAvailability
  • Bewerkings IdLocations_CheckNameAvailability
CheckNameAvailabilityLocationAsync(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken)

Controleert de beschikbaarheid van de naam van de resource met de aangevraagde resourcenaam.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.AgFoodPlatform/checkNameAvailability
  • Bewerkings IdLocations_CheckNameAvailability
GetFarmBeats(SubscriptionResource, Nullable<Int32>, String, CancellationToken)

Een lijst met de FarmBeats-exemplaren voor een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.AgFoodPlatform/farmBeats
  • Bewerkings-IdFarmBeatsModels_ListBySubscription
GetFarmBeatsAsync(SubscriptionResource, Nullable<Int32>, String, CancellationToken)

Een lijst met de FarmBeats-exemplaren voor een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.AgFoodPlatform/farmBeats
  • Bewerkings-IdFarmBeatsModels_ListBySubscription
GetAlertProcessingRules(SubscriptionResource, CancellationToken)

Alle regels voor het verwerken van waarschuwingen in een abonnement weergeven.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/actionRules
  • Bewerkings-IdAlertProcessingRules_ListBySubscription
GetAlertProcessingRulesAsync(SubscriptionResource, CancellationToken)

Alle regels voor het verwerken van waarschuwingen in een abonnement weergeven.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/actionRules
  • Bewerkings-IdAlertProcessingRules_ListBySubscription
GetServiceAlert(SubscriptionResource, Guid, CancellationToken)

Informatie ophalen met betrekking tot een specifieke waarschuwing

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.AlertsManagement/alerts/{alertId}
  • Bewerkings-IdAlerts_GetById
GetServiceAlert(SubscriptionResource, String, CancellationToken)

Informatie ophalen met betrekking tot een specifiek aanvraagpad voor waarschuwingen: /subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alerts/{alertId} Bewerkings-id: Alerts_GetById

GetServiceAlertAsync(SubscriptionResource, Guid, CancellationToken)

Informatie ophalen met betrekking tot een specifieke waarschuwing

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.AlertsManagement/alerts/{alertId}
  • Bewerkings-IdAlerts_GetById
GetServiceAlertAsync(SubscriptionResource, String, CancellationToken)

Informatie ophalen met betrekking tot een specifiek aanvraagpad voor waarschuwingen: /subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alerts/{alertId} Bewerkings-id: Alerts_GetById

GetServiceAlerts(SubscriptionResource)

Hiermee haalt u een verzameling ServiceAlertResources op in de SubscriptionResource.

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

Haal een samengevatte telling van uw waarschuwingen op, gegroepeerd op verschillende parameters (groeperen op Ernst retourneert bijvoorbeeld het aantal waarschuwingen voor elke ernst).

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alertsSummary
  • Bewerkings-IdAlerts_GetSummary
GetServiceAlertSummary(SubscriptionResource, SubscriptionResourceGetServiceAlertSummaryOptions, CancellationToken)

Haal een samengevatte telling van uw waarschuwingen op, gegroepeerd op verschillende parameters (groeperen op Ernst retourneert bijvoorbeeld het aantal waarschuwingen voor elke ernst).

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

Haal een samengevatte telling van uw waarschuwingen op, gegroepeerd op verschillende parameters (groeperen op Ernst retourneert bijvoorbeeld het aantal waarschuwingen voor elke ernst).

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alertsSummary
  • Bewerkings-IdAlerts_GetSummary
GetServiceAlertSummaryAsync(SubscriptionResource, SubscriptionResourceGetServiceAlertSummaryOptions, CancellationToken)

Haal een samengevatte telling van uw waarschuwingen op, gegroepeerd op verschillende parameters (groeperen op Ernst retourneert bijvoorbeeld het aantal waarschuwingen voor elke ernst).

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alertsSummary
  • Bewerkings-IdAlerts_GetSummary
GetSmartGroup(SubscriptionResource, Guid, CancellationToken)

Informatie ophalen met betrekking tot een specifieke slimme groep.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups/{smartGroupId}
  • Bewerkings IdSmartGroups_GetById
GetSmartGroup(SubscriptionResource, String, CancellationToken)

Informatie ophalen met betrekking tot een specifieke slimme groep. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups/{smartGroupId} Bewerkings-id: SmartGroups_GetById

GetSmartGroupAsync(SubscriptionResource, Guid, CancellationToken)

Informatie ophalen met betrekking tot een specifieke slimme groep.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups/{smartGroupId}
  • Bewerkings IdSmartGroups_GetById
GetSmartGroupAsync(SubscriptionResource, String, CancellationToken)

Informatie ophalen met betrekking tot een specifieke slimme groep. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/smartGroups/{smartGroupId} Bewerkings-id: SmartGroups_GetById

GetSmartGroups(SubscriptionResource)

Hiermee haalt u een verzameling SmartGroupResources op in de SubscriptionResource.

GetSummaryAlert(SubscriptionResource, AlertsSummaryGroupByField, Nullable<Boolean>, String, String, String, Nullable<MonitorService>, Nullable<MonitorCondition>, Nullable<ServiceAlertSeverity>, Nullable<AlertState>, String, Nullable<TimeRangeFilter>, String, CancellationToken)

Haal een samengevatte telling van uw waarschuwingen op, gegroepeerd op verschillende parameters (groeperen op Ernst retourneert bijvoorbeeld het aantal waarschuwingen voor elke ernst). Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alertsSummary Operation Id: Alerts_GetSummary

GetSummaryAlertAsync(SubscriptionResource, AlertsSummaryGroupByField, Nullable<Boolean>, String, String, String, Nullable<MonitorService>, Nullable<MonitorCondition>, Nullable<ServiceAlertSeverity>, Nullable<AlertState>, String, Nullable<TimeRangeFilter>, String, CancellationToken)

Haal een samengevatte telling van uw waarschuwingen op, gegroepeerd op verschillende parameters (groeperen op Ernst retourneert bijvoorbeeld het aantal waarschuwingen voor elke ernst). Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alertsSummary Operation Id: Alerts_GetSummary

CheckAnalysisServerNameAvailability(SubscriptionResource, AzureLocation, AnalysisServerNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van de naam op de doellocatie.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/locations/{location}/checkNameAvailability
  • Bewerkings IdServers_CheckNameAvailability
CheckAnalysisServerNameAvailabilityAsync(SubscriptionResource, AzureLocation, AnalysisServerNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van de naam op de doellocatie.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/locations/{location}/checkNameAvailability
  • Bewerkings IdServers_CheckNameAvailability
GetAnalysisServers(SubscriptionResource, CancellationToken)

Een lijst met alle Analysis Services-servers voor het opgegeven abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.AnalysisServices/servers aanvragen
  • Bewerkings IdServers_List
GetAnalysisServersAsync(SubscriptionResource, CancellationToken)

Een lijst met alle Analysis Services-servers voor het opgegeven abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.AnalysisServices/servers aanvragen
  • Bewerkings IdServers_List
GetEligibleSkus(SubscriptionResource, CancellationToken)

Een lijst met in aanmerking komende SKU's voor de Analysis Services-resourceprovider.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.AnalysisServices/skus aanvragen
  • Bewerkings IdServers_ListSkusForNew
GetEligibleSkusAsync(SubscriptionResource, CancellationToken)

Een lijst met in aanmerking komende SKU's voor de Analysis Services-resourceprovider.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.AnalysisServices/skus aanvragen
  • Bewerkings IdServers_ListSkusForNew
CheckApiManagementServiceNameAvailability(SubscriptionResource, ApiManagementServiceNameAvailabilityContent, CancellationToken)

Controleert de beschikbaarheid en juistheid van een naam voor een API Management service.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ApiManagement/checkNameAvailability aanvragen
  • Bewerkings IdApiManagementService_CheckNameAvailability
CheckApiManagementServiceNameAvailabilityAsync(SubscriptionResource, ApiManagementServiceNameAvailabilityContent, CancellationToken)

Controleert de beschikbaarheid en juistheid van een naam voor een API Management service.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ApiManagement/checkNameAvailability aanvragen
  • Bewerkings IdApiManagementService_CheckNameAvailability
GetApiManagementDeletedService(SubscriptionResource, AzureLocation, String, CancellationToken)

Haal voorlopig verwijderde API Management-service op naam op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ApiManagement/locations/{location}/deletedservices/{serviceName} aanvragen
  • Bewerkings IdDeletedServices_GetByName
GetApiManagementDeletedServiceAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Haal voorlopig verwijderde API Management-service op naam op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ApiManagement/locations/{location}/deletedservices/{serviceName} aanvragen
  • Bewerkings IdDeletedServices_GetByName
GetApiManagementDeletedServices(SubscriptionResource)

Hiermee haalt u een verzameling ApiManagementDeletedServiceResources op in de SubscriptionResource.

GetApiManagementDeletedServices(SubscriptionResource, CancellationToken)

Een lijst met alle voorlopig verwijderde services die beschikbaar zijn om de verwijdering ongedaan te maken voor het opgegeven abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ApiManagement/deletedservices aanvragen
  • Bewerkings IdDeletedServices_ListBySubscription
GetApiManagementDeletedServicesAsync(SubscriptionResource, CancellationToken)

Een lijst met alle voorlopig verwijderde services die beschikbaar zijn om de verwijdering ongedaan te maken voor het opgegeven abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ApiManagement/deletedservices aanvragen
  • Bewerkings IdDeletedServices_ListBySubscription
GetApiManagementServiceDomainOwnershipIdentifier(SubscriptionResource, CancellationToken)

Haal de id van het aangepaste domeineigendom op voor een API Management-service.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ApiManagement/getDomainOwnershipIdentifier
  • Bewerkings IdApiManagementService_GetDomainOwnershipIdentifier
GetApiManagementServiceDomainOwnershipIdentifierAsync(SubscriptionResource, CancellationToken)

Haal de id van het aangepaste domeineigendom op voor een API Management-service.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ApiManagement/getDomainOwnershipIdentifier
  • Bewerkings IdApiManagementService_GetDomainOwnershipIdentifier
GetApiManagementServices(SubscriptionResource, CancellationToken)

Een lijst met alle API Management services binnen een Azure-abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ApiManagement/service aanvragen
  • Bewerkings IdApiManagementService_List
GetApiManagementServicesAsync(SubscriptionResource, CancellationToken)

Een lijst met alle API Management services binnen een Azure-abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ApiManagement/service aanvragen
  • Bewerkings IdApiManagementService_List
GetApiManagementSkus(SubscriptionResource, CancellationToken)

Hiermee haalt u de lijst met Microsoft.ApiManagement-SKU's op die beschikbaar zijn voor uw abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ApiManagement/skus aanvragen
  • Bewerkings IdApiManagementSkus_List
GetApiManagementSkusAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u de lijst met Microsoft.ApiManagement-SKU's op die beschikbaar zijn voor uw abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ApiManagement/skus aanvragen
  • Bewerkings IdApiManagementSkus_List
CheckAppConfigurationNameAvailability(SubscriptionResource, AppConfigurationNameAvailabilityContent, CancellationToken)

Controleert of de naam van het configuratiearchief beschikbaar is voor gebruik. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/checkNameAvailability Operation Id: CheckAppConfigurationNameAvailability

CheckAppConfigurationNameAvailability(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken)

Controleert of de naam van het configuratiearchief beschikbaar is voor gebruik. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/checkNameAvailability Operation Id: CheckAppConfigurationNameAvailability

CheckAppConfigurationNameAvailabilityAsync(SubscriptionResource, AppConfigurationNameAvailabilityContent, CancellationToken)

Controleert of de naam van het configuratiearchief beschikbaar is voor gebruik. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/checkNameAvailability Operation Id: CheckAppConfigurationNameAvailability

CheckAppConfigurationNameAvailabilityAsync(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken)

Controleert of de naam van het configuratiearchief beschikbaar is voor gebruik. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/checkNameAvailability Operation Id: CheckAppConfigurationNameAvailability

GetAppConfigurationStores(SubscriptionResource, String, CancellationToken)

Een lijst met de configuratiearchieven voor een bepaald abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/configurationStores Operation Id: ConfigurationStores_List

GetAppConfigurationStoresAsync(SubscriptionResource, String, CancellationToken)

Een lijst met de configuratiearchieven voor een bepaald abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/configurationStores Operation Id: ConfigurationStores_List

GetConfigurationStores(SubscriptionResource, String, CancellationToken)

Een lijst met de configuratiearchieven voor een bepaald abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/configurationStores Operation Id: ConfigurationStores_List

GetConfigurationStoresAsync(SubscriptionResource, String, CancellationToken)

Een lijst met de configuratiearchieven voor een bepaald abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/configurationStores Operation Id: ConfigurationStores_List

GetDeletedAppConfigurationStore(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u een verwijderd configuratiearchief voor azure-apps op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/locations/{location}/deletedConfigurationStores/{configStoreName} Bewerkings-id: ConfigurationStores_GetDeleted

GetDeletedAppConfigurationStoreAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u een verwijderd configuratiearchief voor azure-apps op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/locations/{location}/deletedConfigurationStores/{configStoreName} Bewerkings-id: ConfigurationStores_GetDeleted

GetDeletedAppConfigurationStores(SubscriptionResource)

Hiermee haalt u een verzameling DeletedAppConfigurationStoreResources op in de SubscriptionResource.

GetDeletedConfigurationStore(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u een verwijderd configuratiearchief voor azure-apps op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/locations/{location}/deletedConfigurationStores/{configStoreName} Bewerkings-id: ConfigurationStores_GetDeleted

GetDeletedConfigurationStoreAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u een verwijderd configuratiearchief voor azure-apps op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/locations/{location}/deletedConfigurationStores/{configStoreName} Bewerkings-id: ConfigurationStores_GetDeleted

GetDeletedConfigurationStores(SubscriptionResource)

Hiermee haalt u een verzameling DeletedConfigurationStoreResources op in de SubscriptionResource.

GetAvailableWorkloadProfiles(SubscriptionResource, AzureLocation, CancellationToken)

Alle beschikbare workloadprofielen voor een locatie ophalen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.App/locations/{location}/availableManagedEnvironmentsWorkloadProfileTypes aanvragen
  • Bewerkings IdAvailableWorkloadProfiles_Get
GetAvailableWorkloadProfilesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Alle beschikbare workloadprofielen voor een locatie ophalen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.App/locations/{location}/availableManagedEnvironmentsWorkloadProfileTypes aanvragen
  • Bewerkings IdAvailableWorkloadProfiles_Get
GetBillingMeters(SubscriptionResource, AzureLocation, CancellationToken)

Alle billingMeters voor een locatie ophalen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.App/locations/{location}/billingMeters aanvragen
  • Bewerkings IdBillingMeters_Get
GetBillingMetersAsync(SubscriptionResource, AzureLocation, CancellationToken)

Alle billingMeters voor een locatie ophalen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.App/locations/{location}/billingMeters aanvragen
  • Bewerkings IdBillingMeters_Get
GetContainerAppConnectedEnvironments(SubscriptionResource, CancellationToken)

Alle connectedEnvironments voor een abonnement ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.App/connectedEnvironments
  • Bewerkings IdConnectedEnvironments_ListBySubscription
GetContainerAppConnectedEnvironmentsAsync(SubscriptionResource, CancellationToken)

Alle connectedEnvironments voor een abonnement ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.App/connectedEnvironments
  • Bewerkings IdConnectedEnvironments_ListBySubscription
GetContainerAppManagedEnvironments(SubscriptionResource, CancellationToken)

Alle beheerde omgevingen voor een abonnement ophalen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.App/managedEnvironments aanvragen
  • Bewerkings IdManagedEnvironments_ListBySubscription
GetContainerAppManagedEnvironmentsAsync(SubscriptionResource, CancellationToken)

Alle beheerde omgevingen voor een abonnement ophalen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.App/managedEnvironments aanvragen
  • Bewerkings IdManagedEnvironments_ListBySubscription
GetContainerApps(SubscriptionResource, CancellationToken)

Download de Container Apps in een bepaald abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.App/containerApps
  • Bewerkings IdContainerApps_ListBySubscription
GetContainerAppsAsync(SubscriptionResource, CancellationToken)

Download de Container Apps in een bepaald abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.App/containerApps
  • Bewerkings IdContainerApps_ListBySubscription
GetManagedEnvironments(SubscriptionResource, CancellationToken)

Alle beheerde omgevingen voor een abonnement ophalen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.App/managedEnvironments Operation Id: ManagedEnvironments_ListBySubscription

GetManagedEnvironmentsAsync(SubscriptionResource, CancellationToken)

Alle beheerde omgevingen voor een abonnement ophalen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.App/managedEnvironments Operation Id: ManagedEnvironments_ListBySubscription

GetContainerApps(SubscriptionResource, CancellationToken)

Download de Container Apps in een bepaald abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.App/containerApps Operation Id: ContainerApps_ListBySubscription

GetContainerAppsAsync(SubscriptionResource, CancellationToken)

Download de Container Apps in een bepaald abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.App/containerApps Operation Id: ContainerApps_ListBySubscription

GetManagedEnvironments(SubscriptionResource, CancellationToken)

Alle beheerde omgevingen voor een abonnement ophalen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.App/managedEnvironments Operation Id: ManagedEnvironments_ListBySubscription

GetManagedEnvironmentsAsync(SubscriptionResource, CancellationToken)

Alle beheerde omgevingen voor een abonnement ophalen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.App/managedEnvironments Operation Id: ManagedEnvironments_ListBySubscription

CheckAppPlatformNameAvailability(SubscriptionResource, AzureLocation, AppPlatformNameAvailabilityContent, CancellationToken)

Controleert of de resourcenaam geldig is en nog niet in gebruik is.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.AppPlatform/locations/{location}/checkNameAvailability
  • Bewerkings IdServices_CheckNameAvailability
CheckAppPlatformNameAvailabilityAsync(SubscriptionResource, AzureLocation, AppPlatformNameAvailabilityContent, CancellationToken)

Controleert of de resourcenaam geldig is en nog niet in gebruik is.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.AppPlatform/locations/{location}/checkNameAvailability
  • Bewerkings IdServices_CheckNameAvailability
CheckServiceNameAvailability(SubscriptionResource, AzureLocation, ServiceNameAvailabilityContent, CancellationToken)

Controleert of de resourcenaam geldig is en nog niet in gebruik is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AppPlatform/locations/{location}/checkNameAvailability Operation Id: Services_CheckNameAvailability

CheckServiceNameAvailabilityAsync(SubscriptionResource, AzureLocation, ServiceNameAvailabilityContent, CancellationToken)

Controleert of de resourcenaam geldig is en nog niet in gebruik is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AppPlatform/locations/{location}/checkNameAvailability Operation Id: Services_CheckNameAvailability

GetAppPlatformServiceResources(SubscriptionResource, CancellationToken)

Verwerkt aanvragen om alle resources in een abonnement weer te geven. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AppPlatform/Spring Operation Id: Services_ListBySubscription

GetAppPlatformServiceResourcesAsync(SubscriptionResource, CancellationToken)

Verwerkt aanvragen om alle resources in een abonnement weer te geven. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AppPlatform/Spring Operation Id: Services_ListBySubscription

GetAppPlatformServices(SubscriptionResource, CancellationToken)

Verwerkt aanvragen om alle resources in een abonnement weer te geven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.AppPlatform/Spring
  • Bewerkings IdServices_ListBySubscription
GetAppPlatformServicesAsync(SubscriptionResource, CancellationToken)

Verwerkt aanvragen om alle resources in een abonnement weer te geven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.AppPlatform/Spring
  • Bewerkings IdServices_ListBySubscription
GetSkus(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare SKU's van de Microsoft.AppPlatform-provider.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.AppPlatform/skus
  • Bewerkings IdSkus_List
GetSkusAsync(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare SKU's van de Microsoft.AppPlatform-provider.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.AppPlatform/skus
  • Bewerkings IdSkus_List
CheckAppServiceDomainRegistrationAvailability(SubscriptionResource, AppServiceDomainNameIdentifier, CancellationToken)

Beschrijving voor Controleren of een domein beschikbaar is voor registratie.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/checkDomainAvailability
  • Bewerkings IdDomains_CheckAvailability
CheckAppServiceDomainRegistrationAvailabilityAsync(SubscriptionResource, AppServiceDomainNameIdentifier, CancellationToken)

Beschrijving voor Controleren of een domein beschikbaar is voor registratie.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/checkDomainAvailability
  • Bewerkings IdDomains_CheckAvailability
CheckAppServiceNameAvailability(SubscriptionResource, ResourceNameAvailabilityContent, CancellationToken)

Beschrijving voor Controleren of een resourcenaam beschikbaar is.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/checknameavailability
  • Bewerking IdCheckNameAvailability
CheckAppServiceNameAvailabilityAsync(SubscriptionResource, ResourceNameAvailabilityContent, CancellationToken)

Beschrijving voor Controleren of een resourcenaam beschikbaar is.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/checknameavailability
  • Bewerking IdCheckNameAvailability
DisableAppServiceRecommendation(SubscriptionResource, String, CancellationToken)

Beschrijving voor Schakelt de opgegeven regel uit, zodat deze in de toekomst niet meer van toepassing is op een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/recommendations/{name}/disable
  • Bewerkings IdRecommendations_DisableRecommendationForSubscription
DisableAppServiceRecommendationAsync(SubscriptionResource, String, CancellationToken)

Beschrijving voor Schakelt de opgegeven regel uit, zodat deze in de toekomst niet meer van toepassing is op een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/recommendations/{name}/disable
  • Bewerkings IdRecommendations_DisableRecommendationForSubscription
GetAllResourceHealthMetadata(SubscriptionResource, CancellationToken)

Beschrijving voor Lijst met alle ResourceHealthMetadata voor alle sites in het abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/resourceHealthMetadata
  • Bewerkings IdResourceHealthMetadata_List
GetAllResourceHealthMetadataAsync(SubscriptionResource, CancellationToken)

Beschrijving voor Lijst met alle ResourceHealthMetadata voor alle sites in het abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/resourceHealthMetadata
  • Bewerkings IdResourceHealthMetadata_List
GetAllSiteIdentifierData(SubscriptionResource, AppServiceDomainNameIdentifier, CancellationToken)

Beschrijving voor Lijst met alle apps die zijn toegewezen aan een hostnaam.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/listSitesAssignedToHostName
  • Bewerking IdListSiteIdentifiersAssignedToHostName
GetAllSiteIdentifierDataAsync(SubscriptionResource, AppServiceDomainNameIdentifier, CancellationToken)

Beschrijving voor Lijst met alle apps die zijn toegewezen aan een hostnaam.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/listSitesAssignedToHostName
  • Bewerking IdListSiteIdentifiersAssignedToHostName
GetAppCertificates(SubscriptionResource, String, CancellationToken)

Beschrijving voor Alle certificaten voor een abonnement ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/certificates
  • Bewerkings IdCertificates_List
GetAppCertificatesAsync(SubscriptionResource, String, CancellationToken)

Beschrijving voor Alle certificaten voor een abonnement ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/certificates
  • Bewerkings IdCertificates_List
GetAppServiceCertificateOrders(SubscriptionResource, CancellationToken)

Beschrijving voor Alle certificaatorders in een abonnement weergeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.CertificateRegistration/certificateOrders
  • Bewerkings-IdAppServiceCertificateOrders_List
GetAppServiceCertificateOrdersAsync(SubscriptionResource, CancellationToken)

Beschrijving voor Alle certificaatorders in een abonnement weergeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.CertificateRegistration/certificateOrders
  • Bewerkings-IdAppServiceCertificateOrders_List
GetAppServiceDeploymentLocations(SubscriptionResource, CancellationToken)

Beschrijving voor Haalt een lijst met beschikbare geografische regio's plus ministamps op

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Web/deploymentLocations
  • Bewerking IdGetSubscriptionDeploymentLocations
GetAppServiceDeploymentLocationsAsync(SubscriptionResource, CancellationToken)

Beschrijving voor Haalt een lijst met beschikbare geografische regio's plus ministamps op

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Web/deploymentLocations
  • Bewerking IdGetSubscriptionDeploymentLocations
GetAppServiceDomainRecommendations(SubscriptionResource, DomainRecommendationSearchContent, CancellationToken)

Beschrijving voor aanbevelingen voor domeinnaam ophalen op basis van trefwoorden.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DomainRegistration/listDomainRecommendations
  • Bewerkings IdDomains_ListRecommendations
GetAppServiceDomainRecommendationsAsync(SubscriptionResource, DomainRecommendationSearchContent, CancellationToken)

Beschrijving voor aanbevelingen voor domeinnaam ophalen op basis van trefwoorden.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DomainRegistration/listDomainRecommendations
  • Bewerkings IdDomains_ListRecommendations
GetAppServiceDomains(SubscriptionResource, CancellationToken)

Beschrijving voor Alle domeinen in een abonnement ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DomainRegistration/domains
  • Bewerkings IdDomains_List
GetAppServiceDomainsAsync(SubscriptionResource, CancellationToken)

Beschrijving voor Alle domeinen in een abonnement ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DomainRegistration/domains
  • Bewerkings IdDomains_List
GetAppServiceEnvironments(SubscriptionResource, CancellationToken)

Beschrijving voor Alle App Service-omgevingen voor een abonnement ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/hostingEnvironments
  • Bewerkings IdAppServiceEnvironments_List
GetAppServiceEnvironmentsAsync(SubscriptionResource, CancellationToken)

Beschrijving voor Alle App Service-omgevingen voor een abonnement ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/hostingEnvironments
  • Bewerkings IdAppServiceEnvironments_List
GetAppServicePlans(SubscriptionResource, Nullable<Boolean>, CancellationToken)

Beschrijving voor Alle App Service abonnementen voor een abonnement ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/serverfarms
  • Bewerkings IdAppServicePlans_List
GetAppServicePlansAsync(SubscriptionResource, Nullable<Boolean>, CancellationToken)

Beschrijving voor Alle App Service abonnementen voor een abonnement ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/serverfarms
  • Bewerkings IdAppServicePlans_List
GetAvailableStacksOnPremProviders(SubscriptionResource, Nullable<ProviderOSTypeSelected>, CancellationToken)

Beschrijving voor Beschikbare toepassingsframeworks en hun versies ophalen

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Web/availableStacks
  • Bewerkings-IdProvider_GetAvailableStacksOnPrem
GetAvailableStacksOnPremProvidersAsync(SubscriptionResource, Nullable<ProviderOSTypeSelected>, CancellationToken)

Beschrijving voor Beschikbare toepassingsframeworks en hun versies ophalen

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Web/availableStacks
  • Bewerkings-IdProvider_GetAvailableStacksOnPrem
GetBillingMeters(SubscriptionResource, String, String, CancellationToken)

Beschrijving voor Haalt een lijst met meters voor een bepaalde locatie op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/billingMeters
  • Bewerking IdListBillingMeters
GetBillingMetersAsync(SubscriptionResource, String, String, CancellationToken)

Beschrijving voor Haalt een lijst met meters voor een bepaalde locatie op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/billingMeters
  • Bewerking IdListBillingMeters
GetControlCenterSsoRequestDomain(SubscriptionResource, CancellationToken)

Beschrijving voor Een aanvraag voor eenmalige aanmelding genereren voor de domeinbeheerportal.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/generateSsoRequest
  • Bewerkings IdDomains_GetControlCenterSsoRequest
GetControlCenterSsoRequestDomainAsync(SubscriptionResource, CancellationToken)

Beschrijving voor Een aanvraag voor eenmalige aanmelding genereren voor de domeinbeheerportal.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/generateSsoRequest
  • Bewerkings IdDomains_GetControlCenterSsoRequest
GetDeletedSite(SubscriptionResource, String, CancellationToken)

Beschrijving voor Verwijderde app ophalen voor een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}
  • Bewerkings IdGlobal_GetDeletedWebApp
GetDeletedSiteAsync(SubscriptionResource, String, CancellationToken)

Beschrijving voor Verwijderde app ophalen voor een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}
  • Bewerkings IdGlobal_GetDeletedWebApp
GetDeletedSites(SubscriptionResource)

Hiermee haalt u een verzameling DeletedSiteResources op in de SubscriptionResource.

GetDeletedSitesByLocation(SubscriptionResource, AzureLocation, CancellationToken)

Beschrijving voor Alle verwijderde apps voor een abonnement op locatie ophalen

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites
  • Bewerkings IdDeletedWebApps_ListByLocation
GetDeletedSitesByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Beschrijving voor Alle verwijderde apps voor een abonnement op locatie ophalen

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites
  • Bewerkings IdDeletedWebApps_ListByLocation
GetDeletedWebAppByLocationDeletedWebApp(SubscriptionResource, AzureLocation, String, CancellationToken)

Beschrijving voor Verwijderde app ophalen voor een abonnement op locatie.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites/{deletedSiteId}
  • Bewerkings-IdDeletedWebApps_GetDeletedWebAppByLocation
GetDeletedWebAppByLocationDeletedWebAppAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Beschrijving voor Verwijderde app ophalen voor een abonnement op locatie.

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

Beschrijving voor Een lijst met beschikbare geografische regio's ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/geoRegions
  • Bewerking IdListGeoRegions
GetGeoRegionsAsync(SubscriptionResource, Nullable<AppServiceSkuName>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Beschrijving voor Een lijst met beschikbare geografische regio's ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/geoRegions
  • Bewerking IdListGeoRegions
GetKubeEnvironments(SubscriptionResource, CancellationToken)

Beschrijving voor Alle Kubernetes-omgevingen ophalen voor een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/kubeEnvironments
  • Bewerkings IdKubeEnvironments_ListBySubscription
GetKubeEnvironmentsAsync(SubscriptionResource, CancellationToken)

Beschrijving voor Alle Kubernetes-omgevingen ophalen voor een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/kubeEnvironments
  • Bewerkings IdKubeEnvironments_ListBySubscription
GetPremierAddOnOffers(SubscriptionResource, CancellationToken)

Beschrijving voor Alle premier-aanbiedingen voor invoegtoepassingen weergeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/premieraddonoffers
  • Bewerking IdListPremierAddOnOffers
GetPremierAddOnOffersAsync(SubscriptionResource, CancellationToken)

Beschrijving voor Alle premier-aanbiedingen voor invoegtoepassingen weergeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/premieraddonoffers
  • Bewerking IdListPremierAddOnOffers
GetRecommendations(SubscriptionResource, Nullable<Boolean>, String, CancellationToken)

Beschrijving voor Alle aanbevelingen voor een abonnement weergeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/recommendations
  • Bewerkings-IdRecommendations_List
GetRecommendationsAsync(SubscriptionResource, Nullable<Boolean>, String, CancellationToken)

Beschrijving voor Alle aanbevelingen voor een abonnement weergeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/recommendations
  • Bewerkings-IdRecommendations_List
GetSiteIdentifiersAssignedToHostName(SubscriptionResource, AppServiceDomainNameIdentifier, CancellationToken)

Beschrijving voor Lijst met alle apps die zijn toegewezen aan een hostnaam. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Web/listSitesAssignedToHostName Bewerkings-id: ListSiteIdentifiersAssignedToHostName

GetSiteIdentifiersAssignedToHostNameAsync(SubscriptionResource, AppServiceDomainNameIdentifier, CancellationToken)

Beschrijving voor Lijst met alle apps die zijn toegewezen aan een hostnaam. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Web/listSitesAssignedToHostName Bewerkings-id: ListSiteIdentifiersAssignedToHostName

GetSkus(SubscriptionResource, CancellationToken)

Beschrijving voor Alle SKU's weergeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/skus
  • Bewerking IdListSkus
GetSkusAsync(SubscriptionResource, CancellationToken)

Beschrijving voor Alle SKU's weergeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/skus
  • Bewerking IdListSkus
GetStaticSites(SubscriptionResource, CancellationToken)

Beschrijving voor Alle statische sites ophalen voor een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/staticSites
  • Bewerkings IdStaticSites_List
GetStaticSitesAsync(SubscriptionResource, CancellationToken)

Beschrijving voor Alle statische sites ophalen voor een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/staticSites
  • Bewerkings IdStaticSites_List
GetTopLevelDomain(SubscriptionResource, String, CancellationToken)

Beschrijving voor Details van een domein op het hoogste niveau ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DomainRegistration/topLevelDomains/{name}
  • Bewerkings IdTopLevelDomains_Get
GetTopLevelDomainAsync(SubscriptionResource, String, CancellationToken)

Beschrijving voor Details van een domein op het hoogste niveau ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DomainRegistration/topLevelDomains/{name}
  • Bewerkings IdTopLevelDomains_Get
GetTopLevelDomains(SubscriptionResource)

Hiermee haalt u een verzameling TopLevelDomainResources op in de SubscriptionResource.

GetWebSites(SubscriptionResource, CancellationToken)

Beschrijving voor Alle apps voor een abonnement ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/sites
  • Bewerkings IdWebApps_List
GetWebSitesAsync(SubscriptionResource, CancellationToken)

Beschrijving voor Alle apps voor een abonnement ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/sites
  • Bewerkings IdWebApps_List
PreviewStaticSiteWorkflow(SubscriptionResource, AzureLocation, StaticSitesWorkflowPreviewContent, CancellationToken)

Beschrijving voor Genereert een voorbeeldwerkstroombestand voor de statische site

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/locations/{location}/previewStaticSiteWorkflowFile
  • Bewerkings-IdStaticSites_PreviewWorkflow
PreviewStaticSiteWorkflowAsync(SubscriptionResource, AzureLocation, StaticSitesWorkflowPreviewContent, CancellationToken)

Beschrijving voor Genereert een voorbeeldwerkstroombestand voor de statische site

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/locations/{location}/previewStaticSiteWorkflowFile
  • Bewerkings-IdStaticSites_PreviewWorkflow
ResetAllRecommendationFilters(SubscriptionResource, CancellationToken)

Beschrijving voor Het opnieuw instellen van alle afmeldingsinstellingen voor aanbevelingen voor een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/recommendations/reset
  • Bewerkings IdRecommendations_ResetAllFilters
ResetAllRecommendationFiltersAsync(SubscriptionResource, CancellationToken)

Beschrijving voor Het opnieuw instellen van alle afmeldingsinstellingen voor aanbevelingen voor een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/recommendations/reset
  • Bewerkings IdRecommendations_ResetAllFilters
ValidateAppServiceCertificateOrderPurchaseInformation(SubscriptionResource, AppServiceCertificateOrderData, CancellationToken)

Beschrijving voor Informatie valideren voor een certificaatorder.

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

Beschrijving voor Informatie valideren voor een certificaatorder.

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

Beschrijving voor Controleert of dit VNET compatibel is met een App Service Environment door de regels van de netwerkbeveiligingsgroep te analyseren.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/verifyHostingEnvironmentVnet
  • Bewerking IdVerifyHostingEnvironmentVnet
VerifyHostingEnvironmentVnet(SubscriptionResource, VnetContent, CancellationToken)

Beschrijving voor Controleert of dit VNET compatibel is met een App Service Environment door de regels van de netwerkbeveiligingsgroep te analyseren. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Web/verifyHostingEnvironmentVnet Operation Id: VerifyHostingEnvironmentVnet

VerifyHostingEnvironmentVnetAsync(SubscriptionResource, AppServiceVirtualNetworkValidationContent, CancellationToken)

Beschrijving voor Controleert of dit VNET compatibel is met een App Service Environment door de regels van de netwerkbeveiligingsgroep te analyseren.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Web/verifyHostingEnvironmentVnet
  • Bewerking IdVerifyHostingEnvironmentVnet
VerifyHostingEnvironmentVnetAsync(SubscriptionResource, VnetContent, CancellationToken)

Beschrijving voor Controleert of dit VNET compatibel is met een App Service Environment door de regels van de netwerkbeveiligingsgroep te analyseren. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Web/verifyHostingEnvironmentVnet Operation Id: VerifyHostingEnvironmentVnet

GetScVmmAvailabilitySets(SubscriptionResource, CancellationToken)

Lijst met AvailabilitySets in een abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ScVmm/availabilitySets
  • Bewerkings-IdAvailabilitySets_ListBySubscription
GetScVmmAvailabilitySetsAsync(SubscriptionResource, CancellationToken)

Lijst met AvailabilitySets in een abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ScVmm/availabilitySets
  • Bewerkings-IdAvailabilitySets_ListBySubscription
GetScVmmClouds(SubscriptionResource, CancellationToken)

Lijst met clouds in een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ScVmm/clouds
  • Bewerkings IdClouds_ListBySubscription
GetScVmmCloudsAsync(SubscriptionResource, CancellationToken)

Lijst met clouds in een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ScVmm/clouds
  • Bewerkings IdClouds_ListBySubscription
GetScVmmServers(SubscriptionResource, CancellationToken)

Lijst met VmmServers in een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ScVmm/vmmServers
  • Bewerkings-IdVmmServers_ListBySubscription
GetScVmmServersAsync(SubscriptionResource, CancellationToken)

Lijst met VmmServers in een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ScVmm/vmmServers
  • Bewerkings-IdVmmServers_ListBySubscription
GetScVmmVirtualMachines(SubscriptionResource, CancellationToken)

Lijst met VirtualMachines in een abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ScVmm/virtualMachines
  • Bewerkings-IdVirtualMachines_ListBySubscription
GetScVmmVirtualMachinesAsync(SubscriptionResource, CancellationToken)

Lijst met VirtualMachines in een abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ScVmm/virtualMachines
  • Bewerkings-IdVirtualMachines_ListBySubscription
GetScVmmVirtualMachineTemplates(SubscriptionResource, CancellationToken)

Lijst met VirtualMachineTemplates in een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ScVmm/virtualMachineTemplates
  • Bewerkings-IdVirtualMachineTemplates_ListBySubscription
GetScVmmVirtualMachineTemplatesAsync(SubscriptionResource, CancellationToken)

Lijst met VirtualMachineTemplates in een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ScVmm/virtualMachineTemplates
  • Bewerkings-IdVirtualMachineTemplates_ListBySubscription
GetScVmmVirtualNetworks(SubscriptionResource, CancellationToken)

Lijst met VirtualNetworks in een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ScVmm/virtualNetworks
  • Bewerkings IdVirtualNetworks_ListBySubscription
GetScVmmVirtualNetworksAsync(SubscriptionResource, CancellationToken)

Lijst met VirtualNetworks in een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ScVmm/virtualNetworks
  • Bewerkings IdVirtualNetworks_ListBySubscription
GetAttestationProviders(SubscriptionResource, CancellationToken)

Retourneert een lijst met attestation-providers in een abonnement.

  • Path/subscriptions/{subscriptionId}/providers/Microsoft.Attestation/attestationProviders aanvragen
  • Bewerkings IdAttestationProviders_List
GetAttestationProvidersAsync(SubscriptionResource, CancellationToken)

Retourneert een lijst met attestation-providers in een abonnement.

  • Path/subscriptions/{subscriptionId}/providers/Microsoft.Attestation/attestationProviders aanvragen
  • Bewerkings IdAttestationProviders_List
GetAttestationProvidersByDefaultProvider(SubscriptionResource, CancellationToken)

De standaardprovider ophalen

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Attestation/defaultProviders aanvragen
  • Bewerkings IdAttestationProviders_ListDefault
GetAttestationProvidersByDefaultProviderAsync(SubscriptionResource, CancellationToken)

De standaardprovider ophalen

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Attestation/defaultProviders aanvragen
  • Bewerkings IdAttestationProviders_ListDefault
GetDefaultByLocationAttestationProvider(SubscriptionResource, AzureLocation, CancellationToken)

Haal de standaardprovider op locatie op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Attestation/locations/{location}/defaultProvider aanvragen
  • Bewerkings IdAttestationProviders_GetDefaultByLocation
GetDefaultByLocationAttestationProviderAsync(SubscriptionResource, AzureLocation, CancellationToken)

Haal de standaardprovider op locatie op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Attestation/locations/{location}/defaultProvider aanvragen
  • Bewerkings IdAttestationProviders_GetDefaultByLocation
GetAuthorizationRoleDefinition(ArmResource, ResourceIdentifier, CancellationToken)

Roldefinitie ophalen op naam (GUID).

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

Roldefinitie ophalen op naam (GUID).

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

Hiermee haalt u een verzameling AuthorizationRoleDefinitionResources op in de ArmResource.

GetClassicAdministrators(SubscriptionResource, CancellationToken)

Hiermee haalt u servicebeheerder, accountbeheerder en medebeheerders op voor het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Authorization/classicAdministrators aanvragen
  • Bewerkings IdClassicAdministrators_List
GetClassicAdministratorsAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u servicebeheerder, accountbeheerder en medebeheerders op voor het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Authorization/classicAdministrators aanvragen
  • Bewerkings IdClassicAdministrators_List
GetDenyAssignment(ArmResource, String, CancellationToken)

Haal de opgegeven weigeringstoewijzing op.

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

Haal de opgegeven weigeringstoewijzing op.

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

Hiermee haalt u een verzameling DenyAssignmentResources op in de ArmResource.

GetRoleAssignment(ArmResource, String, String, CancellationToken)

Haal een roltoewijzing op op bereik en naam.

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

Haal een roltoewijzing op op bereik en naam.

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

Hiermee haalt u een verzameling RoleAssignmentResources op in de ArmResource.

GetRoleAssignmentSchedule(ArmResource, String, CancellationToken)

Het opgegeven roltoewijzingsschema voor een resourcebereik ophalen

  • Aanvraagpad/{scope}/providers/Microsoft.Authorization/roleAssignmentSchedules/{roleAssignmentScheduleName}
  • Bewerkings IdRoleAssignmentSchedules_Get
GetRoleAssignmentScheduleAsync(ArmResource, String, CancellationToken)

Het opgegeven roltoewijzingsschema voor een resourcebereik ophalen

  • Aanvraagpad/{scope}/providers/Microsoft.Authorization/roleAssignmentSchedules/{roleAssignmentScheduleName}
  • Bewerkings IdRoleAssignmentSchedules_Get
GetRoleAssignmentScheduleInstance(ArmResource, String, CancellationToken)

Hiermee haalt u de opgegeven instantie van de roltoewijzingsplanning op.

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

Hiermee haalt u de opgegeven instantie van de roltoewijzingsplanning op.

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

Hiermee haalt u een verzameling RoleAssignmentScheduleInstanceResources op in de ArmResource.

GetRoleAssignmentScheduleRequest(ArmResource, String, CancellationToken)

Haal de opgegeven aanvraag voor roltoewijzingsplanning op.

  • Aanvraagpad/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • Bewerkings IdRoleAssignmentScheduleRequests_Get
GetRoleAssignmentScheduleRequestAsync(ArmResource, String, CancellationToken)

Haal de opgegeven aanvraag voor roltoewijzingsplanning op.

  • Aanvraagpad/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • Bewerkings IdRoleAssignmentScheduleRequests_Get
GetRoleAssignmentScheduleRequests(ArmResource)

Hiermee haalt u een verzameling RoleAssignmentScheduleRequestResources op in de ArmResource.

GetRoleAssignmentSchedules(ArmResource)

Hiermee haalt u een verzameling RoleAssignmentScheduleResources op in de ArmResource.

GetRoleEligibilitySchedule(ArmResource, String, CancellationToken)

Het opgegeven geschiktheidsschema voor rollen ophalen voor een resourcebereik

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

Het opgegeven geschiktheidsschema voor rollen ophalen voor een resourcebereik

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

Hiermee haalt u de opgegeven instantie van het geschiktheidsschema voor rollen op.

  • Aanvraagpad/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleInstances/{roleEligibilityScheduleInstanceName}
  • Bewerkings IdRoleEligibilityScheduleInstances_Get
GetRoleEligibilityScheduleInstanceAsync(ArmResource, String, CancellationToken)

Hiermee haalt u de opgegeven instantie van het geschiktheidsschema voor rollen op.

  • Aanvraagpad/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleInstances/{roleEligibilityScheduleInstanceName}
  • Bewerkings IdRoleEligibilityScheduleInstances_Get
GetRoleEligibilityScheduleInstances(ArmResource)

Hiermee haalt u een verzameling RoleEligibilityScheduleInstanceResources op in de ArmResource.

GetRoleEligibilityScheduleRequest(ArmResource, String, CancellationToken)

Haal de opgegeven aanvraag voor het geschiktheidsschema voor rollen op.

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

Haal de opgegeven aanvraag voor het geschiktheidsschema voor rollen op.

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

Hiermee haalt u een verzameling RoleEligibilityScheduleRequestResources op in de ArmResource.

GetRoleEligibilitySchedules(ArmResource)

Hiermee haalt u een verzameling RoleEligibilityScheduleResources op in de ArmResource.

GetRoleManagementPolicies(ArmResource)

Hiermee haalt u een verzameling RoleManagementPolicyResources op in de ArmResource.

GetRoleManagementPolicy(ArmResource, String, CancellationToken)

Het opgegeven rolbeheerbeleid voor een resourcebereik ophalen

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

De opgegeven beleidstoewijzing voor rolbeheer ophalen voor een resourcebereik

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

De opgegeven beleidstoewijzing voor rolbeheer ophalen voor een resourcebereik

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

Hiermee haalt u een verzameling RoleManagementPolicyAssignmentResources op in de ArmResource.

GetRoleManagementPolicyAsync(ArmResource, String, CancellationToken)

Het opgegeven rolbeheerbeleid voor een resourcebereik ophalen

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

Een lijst met configuratieprofielen binnen een abonnement ophalen

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Automanage/configurationProfiles
  • Bewerkings IdConfigurationProfiles_ListBySubscription
GetAutomanageConfigurationProfilesAsync(SubscriptionResource, CancellationToken)

Een lijst met configuratieprofielen binnen een abonnement ophalen

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Automanage/configurationProfiles
  • Bewerkings IdConfigurationProfiles_ListBySubscription
GetConfigurationProfiles(SubscriptionResource, CancellationToken)

Een lijst met configuratieprofielen ophalen binnen een aanvraagpad voor een abonnement: /subscriptions/{subscriptionId}/providers/Microsoft.Automanage/configurationProfiles Bewerkings-id: ConfigurationProfiles_ListBySubscription

GetConfigurationProfilesAsync(SubscriptionResource, CancellationToken)

Een lijst met configuratieprofielen ophalen binnen een aanvraagpad voor een abonnement: /subscriptions/{subscriptionId}/providers/Microsoft.Automanage/configurationProfiles Bewerkings-id: ConfigurationProfiles_ListBySubscription

GetServicePrincipal(SubscriptionResource, CancellationToken)

Haal de gegevens van de AAD-toepassingsservice-principal voor automatisch beheren op voor de abonnements-id.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Automanage/servicePrincipals/default
  • Bewerkings-IdServicePrincipals_Get
GetServicePrincipalAsync(SubscriptionResource, CancellationToken)

Haal de gegevens van de AAD-toepassingsservice-principal voor automatisch beheren op voor de abonnements-id.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Automanage/servicePrincipals/default
  • Bewerkings-IdServicePrincipals_Get
GetServicePrincipals(SubscriptionResource, CancellationToken)

Haal de gegevens van de AAD-toepassingsservice-principal voor automatisch beheren op voor de abonnements-id.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Automanage/servicePrincipals
  • Bewerkings-IdServicePrincipals_ListBySubscription
GetServicePrincipalsAsync(SubscriptionResource, CancellationToken)

Haal de gegevens van de AAD-toepassingsservice-principal voor automatisch beheren op voor de abonnements-id.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Automanage/servicePrincipals
  • Bewerkings-IdServicePrincipals_ListBySubscription
GetAutomationAccounts(SubscriptionResource, CancellationToken)

Een lijst met accounts binnen een bepaald abonnement ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Automation/automationAccounts
  • Bewerkings IdAutomationAccount_List
GetAutomationAccountsAsync(SubscriptionResource, CancellationToken)

Een lijst met accounts binnen een bepaald abonnement ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Automation/automationAccounts
  • Bewerkings IdAutomationAccount_List
GetDeletedAutomationAccountsBySubscription(SubscriptionResource, CancellationToken)

Verwijderd Automation-account ophalen.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Automation/deletedAutomationAccounts
  • Bewerkings IddeletedAutomationAccounts_ListBySubscription
GetDeletedAutomationAccountsBySubscriptionAsync(SubscriptionResource, CancellationToken)

Verwijderd Automation-account ophalen.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Automation/deletedAutomationAccounts
  • Bewerkings IddeletedAutomationAccounts_ListBySubscription
CheckAvsQuotaAvailability(SubscriptionResource, AzureLocation, CancellationToken)

Quotum voor abonnement per regio retourneren

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.AVS/locations/{location}/checkQuotaAvailability
  • Bewerkings IdLocations_CheckQuotaAvailability
CheckAvsQuotaAvailabilityAsync(SubscriptionResource, AzureLocation, CancellationToken)

Quotum voor abonnement per regio retourneren

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.AVS/locations/{location}/checkQuotaAvailability
  • Bewerkings IdLocations_CheckQuotaAvailability
CheckAvsTrialAvailability(SubscriptionResource, AzureLocation, AvsSku, CancellationToken)

Retourneringsstatus voor abonnement per regio

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.AVS/locations/{location}/checkTrialAvailability
  • Bewerking IdLocations_CheckTrialAvailability
CheckAvsTrialAvailability(SubscriptionResource, AzureLocation, CancellationToken)

Retourneringsstatus voor abonnement per regio

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.AVS/locations/{location}/checkTrialAvailability
  • Bewerking IdLocations_CheckTrialAvailability
CheckAvsTrialAvailabilityAsync(SubscriptionResource, AzureLocation, AvsSku, CancellationToken)

Retourneringsstatus voor abonnement per regio

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.AVS/locations/{location}/checkTrialAvailability
  • Bewerking IdLocations_CheckTrialAvailability
CheckAvsTrialAvailabilityAsync(SubscriptionResource, AzureLocation, CancellationToken)

Retourneringsstatus voor abonnement per regio

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.AVS/locations/{location}/checkTrialAvailability
  • Bewerking IdLocations_CheckTrialAvailability
CheckQuotaAvailabilityLocation(SubscriptionResource, AzureLocation, CancellationToken)

Quotum retourneren voor abonnement per regio Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AVS/locations/{location}/checkQuotaAvailability Operation Id: Locations_CheckQuotaAvailability

CheckQuotaAvailabilityLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Quotum retourneren voor abonnement per regio Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AVS/locations/{location}/checkQuotaAvailability Operation Id: Locations_CheckQuotaAvailability

CheckTrialAvailabilityLocation(SubscriptionResource, AzureLocation, CancellationToken)

Retourneer de proefversie voor abonnement per regio Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AVS/locations/{location}/checkTrialAvailability Operation Id: Locations_CheckTrialAvailability

CheckTrialAvailabilityLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Retourneer de proefversie voor abonnement per regio Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AVS/locations/{location}/checkTrialAvailability Operation Id: Locations_CheckTrialAvailability

GetAvsPrivateClouds(SubscriptionResource, CancellationToken)

Privéclouds in een abonnement weergeven

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.AVS/privateClouds
  • Bewerkings IdPrivateClouds_ListInSubscription
GetAvsPrivateCloudsAsync(SubscriptionResource, CancellationToken)

Privéclouds in een abonnement weergeven

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.AVS/privateClouds
  • Bewerkings IdPrivateClouds_ListInSubscription
GetPrivateClouds(SubscriptionResource, CancellationToken)

Privéclouds weergeven in een abonnementsaanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AVS/privateClouds Operation Id: PrivateClouds_ListInSubscription

GetPrivateCloudsAsync(SubscriptionResource, CancellationToken)

Privéclouds weergeven in een abonnementsaanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.AVS/privateClouds Operation Id: PrivateClouds_ListInSubscription

CheckBatchNameAvailability(SubscriptionResource, AzureLocation, BatchNameAvailabilityContent, CancellationToken)

Controleert of de naam van het Batch-account beschikbaar is in de opgegeven regio.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/checkNameAvailability
  • Bewerkings-IdLocation_CheckNameAvailability
CheckBatchNameAvailabilityAsync(SubscriptionResource, AzureLocation, BatchNameAvailabilityContent, CancellationToken)

Controleert of de naam van het Batch-account beschikbaar is in de opgegeven regio.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/checkNameAvailability
  • Bewerkings-IdLocation_CheckNameAvailability
GetBatchAccounts(SubscriptionResource, CancellationToken)

Hiermee haalt u informatie op over de Batch-accounts die zijn gekoppeld aan het abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Batch/batchAccounts
  • Bewerkings IdBatchAccount_List
GetBatchAccountsAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u informatie op over de Batch-accounts die zijn gekoppeld aan het abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Batch/batchAccounts
  • Bewerkings IdBatchAccount_List
GetBatchQuotas(SubscriptionResource, AzureLocation, CancellationToken)

Haalt de Batch-servicequota op voor het opgegeven abonnement op de opgegeven locatie.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/quota
  • Bewerkings IdLocation_GetQuotas
GetBatchQuotasAsync(SubscriptionResource, AzureLocation, CancellationToken)

Haalt de Batch-servicequota op voor het opgegeven abonnement op de opgegeven locatie.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/quota
  • Bewerkings IdLocation_GetQuotas
GetBatchSupportedCloudServiceSkus(SubscriptionResource, AzureLocation, Nullable<Int32>, String, CancellationToken)

Hiermee haalt u de lijst op met door Batch ondersteunde VM-grootten voor cloudservices die beschikbaar zijn op de opgegeven locatie.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/cloudServiceSkus
  • Bewerkings-IdLocation_ListSupportedCloudServiceSkus
GetBatchSupportedCloudServiceSkusAsync(SubscriptionResource, AzureLocation, Nullable<Int32>, String, CancellationToken)

Hiermee haalt u de lijst op met door Batch ondersteunde VM-grootten voor cloudservices die beschikbaar zijn op de opgegeven locatie.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/cloudServiceSkus
  • Bewerkings-IdLocation_ListSupportedCloudServiceSkus
GetBatchSupportedVirtualMachineSkus(SubscriptionResource, AzureLocation, Nullable<Int32>, String, CancellationToken)

Hiermee wordt de lijst met door Batch ondersteunde VM-grootten voor virtuele machines op de opgegeven locatie weergegeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/virtualMachineSkus
  • Bewerkings IdLocation_ListSupportedVirtualMachineSkus
GetBatchSupportedVirtualMachineSkusAsync(SubscriptionResource, AzureLocation, Nullable<Int32>, String, CancellationToken)

Hiermee wordt de lijst met door Batch ondersteunde VM-grootten voor virtuele machines op de opgegeven locatie weergegeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/virtualMachineSkus
  • Bewerkings IdLocation_ListSupportedVirtualMachineSkus
GetBotConnectionServiceProviders(SubscriptionResource, CancellationToken)

Een lijst met de beschikbare serviceproviders voor het maken van verbindingsinstellingen

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.BotService/listAuthServiceProviders
  • Bewerkings-IdBotConnection_ListServiceProviders
GetBotConnectionServiceProvidersAsync(SubscriptionResource, CancellationToken)

Een lijst met de beschikbare serviceproviders voor het maken van verbindingsinstellingen

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.BotService/listAuthServiceProviders
  • Bewerkings-IdBotConnection_ListServiceProviders
GetBots(SubscriptionResource, CancellationToken)

Retourneert alle resources van een bepaald type dat deel uitmaakt van een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.BotService/botServices aanvragen
  • Bewerkings IdBots_List
GetBotsAsync(SubscriptionResource, CancellationToken)

Retourneert alle resources van een bepaald type dat deel uitmaakt van een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.BotService/botServices aanvragen
  • Bewerkings IdBots_List
GetBotServiceHostSettings(SubscriptionResource, CancellationToken)

Instellingen per abonnement ophalen die nodig zijn voor het hosten van bot in rekenresources, zoals Azure App Service

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.BotService/hostSettings aanvragen
  • Bewerkings IdHostSettings_Get
GetBotServiceHostSettingsAsync(SubscriptionResource, CancellationToken)

Instellingen per abonnement ophalen die nodig zijn voor het hosten van bot in rekenresources, zoals Azure App Service

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.BotService/hostSettings aanvragen
  • Bewerkings IdHostSettings_Get
GetBotServiceQnAMakerEndpointKey(SubscriptionResource, GetBotServiceQnAMakerEndpointKeyContent, CancellationToken)

Een lijst met de QnA Maker-eindpuntsleutels

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.BotService/listQnAMakerEndpointKeys aanvragen
  • Bewerkings IdQnAMakerEndpointKeys_Get
GetBotServiceQnAMakerEndpointKeyAsync(SubscriptionResource, GetBotServiceQnAMakerEndpointKeyContent, CancellationToken)

Een lijst met de QnA Maker-eindpuntsleutels

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.BotService/listQnAMakerEndpointKeys aanvragen
  • Bewerkings IdQnAMakerEndpointKeys_Get
GetHostSetting(SubscriptionResource, CancellationToken)

Instellingen per abonnement ophalen die nodig zijn voor het hosten van bot in een rekenresource, zoals Azure App Service Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.BotService/hostSettings Operation Id: HostSettings_Get

GetHostSettingAsync(SubscriptionResource, CancellationToken)

Instellingen per abonnement ophalen die nodig zijn voor het hosten van bot in een rekenresource, zoals Azure App Service Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.BotService/hostSettings Operation Id: HostSettings_Get

GetOperationResult(SubscriptionResource, WaitUntil, String, CancellationToken)

Haal het bewerkingsresultaat op voor een langdurige bewerking. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.BotService/operationresults/{operationResultId} Bewerkings-id: OperationResults_Get

GetOperationResultAsync(SubscriptionResource, WaitUntil, String, CancellationToken)

Haal het bewerkingsresultaat op voor een langdurige bewerking. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.BotService/operationresults/{operationResultId} Bewerkings-id: OperationResults_Get

GetQnAMakerEndpointKey(SubscriptionResource, QnAMakerEndpointKeysRequestBody, CancellationToken)

Toont de QnA Maker-eindpuntsleutels Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.BotService/listQnAMakerEndpointKeys Bewerkings-id: QnAMakerEndpointKeys_Get

GetQnAMakerEndpointKeyAsync(SubscriptionResource, QnAMakerEndpointKeysRequestBody, CancellationToken)

Toont de QnA Maker-eindpuntsleutels Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.BotService/listQnAMakerEndpointKeys Bewerkings-id: QnAMakerEndpointKeys_Get

GetServiceProvidersBotConnections(SubscriptionResource, CancellationToken)

Een lijst met de beschikbare serviceproviders voor het maken van aanvraagpad voor verbindingsinstellingen: /subscriptions/{subscriptionId}/providers/Microsoft.BotService/listAuthServiceProviders Operation Id: BotConnection_ListServiceProviders

GetServiceProvidersBotConnectionsAsync(SubscriptionResource, CancellationToken)

Een lijst met de beschikbare serviceproviders voor het maken van aanvraagpad voor verbindingsinstellingen: /subscriptions/{subscriptionId}/providers/Microsoft.BotService/listAuthServiceProviders Operation Id: BotConnection_ListServiceProviders

CheckCdnNameAvailabilityWithSubscription(SubscriptionResource, CdnNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van een resourcenaam. Dit is nodig voor resources waarvan de naam wereldwijd uniek is, zoals een CDN-eindpunt.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Cdn/checkNameAvailability aanvragen
  • Bewerking IdCheckNameAvailabilityWithSubscription
CheckCdnNameAvailabilityWithSubscription(SubscriptionResource, CheckNameAvailabilityInput, CancellationToken)

Controleer de beschikbaarheid van een resourcenaam. Dit is nodig voor resources waarvan de naam wereldwijd uniek is, zoals een CDN-eindpunt. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Cdn/checkNameAvailability Operation Id: CheckNameAvailabilityWithSubscription

CheckCdnNameAvailabilityWithSubscriptionAsync(SubscriptionResource, CdnNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van een resourcenaam. Dit is nodig voor resources waarvan de naam wereldwijd uniek is, zoals een CDN-eindpunt.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Cdn/checkNameAvailability aanvragen
  • Bewerking IdCheckNameAvailabilityWithSubscription
CheckCdnNameAvailabilityWithSubscriptionAsync(SubscriptionResource, CheckNameAvailabilityInput, CancellationToken)

Controleer de beschikbaarheid van een resourcenaam. Dit is nodig voor resources waarvan de naam wereldwijd uniek is, zoals een CDN-eindpunt. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Cdn/checkNameAvailability Operation Id: CheckNameAvailabilityWithSubscription

GetManagedRuleSets(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare beheerde regelsets.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Cdn/cdnWebApplicationFirewallManagedRuleSets aanvragen
  • Bewerkings IdManagedRuleSets_List
GetManagedRuleSetsAsync(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare beheerde regelsets.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Cdn/cdnWebApplicationFirewallManagedRuleSets aanvragen
  • Bewerkings IdManagedRuleSets_List
GetProfiles(SubscriptionResource, CancellationToken)

Een lijst met alle Azure Front Door Standard-, Azure Front Door Premium- en CDN-profielen binnen een Azure-abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Cdn/profiles aanvragen
  • Bewerkings IdProfiles_List
GetProfilesAsync(SubscriptionResource, CancellationToken)

Een lijst met alle Azure Front Door Standard-, Azure Front Door Premium- en CDN-profielen binnen een Azure-abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Cdn/profiles aanvragen
  • Bewerkings IdProfiles_List
GetResourceUsages(SubscriptionResource, CancellationToken)

Controleer het quotum en het werkelijke gebruik van de CDN-profielen onder het opgegeven abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Cdn/checkResourceUsage aanvragen
  • Bewerkings IdResourceUsage_List
GetResourceUsagesAsync(SubscriptionResource, CancellationToken)

Controleer het quotum en het werkelijke gebruik van de CDN-profielen onder het opgegeven abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Cdn/checkResourceUsage aanvragen
  • Bewerkings IdResourceUsage_List
ValidateProbe(SubscriptionResource, ValidateProbeContent, CancellationToken)

Controleer of het testpad een geldig pad is en of het bestand toegankelijk is. Testpad is het pad naar een bestand dat wordt gehost op de oorspronkelijke server om de levering van dynamische inhoud via het CDN-eindpunt te versnellen. Dit pad is relatief ten opzichte van het oorsprongpad dat is opgegeven in de eindpuntconfiguratie.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Cdn/validateProbe aanvragen
  • Bewerking IdValidateProbe
ValidateProbeAsync(SubscriptionResource, ValidateProbeContent, CancellationToken)

Controleer of het testpad een geldig pad is en of het bestand toegankelijk is. Testpad is het pad naar een bestand dat wordt gehost op de oorspronkelijke server om de levering van dynamische inhoud via het CDN-eindpunt te versnellen. Dit pad is relatief ten opzichte van het oorsprongpad dat is opgegeven in de eindpuntconfiguratie.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Cdn/validateProbe aanvragen
  • Bewerking IdValidateProbe
GetChangesBySubscription(SubscriptionResource, DateTimeOffset, DateTimeOffset, String, CancellationToken)

De wijzigingen van een abonnement binnen het opgegeven tijdsbereik weergeven. Klantgegevens worden altijd gemaskeerd.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ChangeAnalysis/changes aanvragen
  • Bewerkings IdChanges_ListChangesBySubscription
GetChangesBySubscriptionAsync(SubscriptionResource, DateTimeOffset, DateTimeOffset, String, CancellationToken)

De wijzigingen van een abonnement binnen het opgegeven tijdsbereik weergeven. Klantgegevens worden altijd gemaskeerd.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ChangeAnalysis/changes aanvragen
  • Bewerkings IdChanges_ListChangesBySubscription
GetChangesBySubscriptionChanges(SubscriptionResource, DateTimeOffset, DateTimeOffset, String, CancellationToken)

De wijzigingen van een abonnement binnen het opgegeven tijdsbereik weergeven. Klantgegevens worden altijd gemaskeerd. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.ChangeAnalysis/changes Operation Id: Changes_ListChangesBySubscription

GetChangesBySubscriptionChangesAsync(SubscriptionResource, DateTimeOffset, DateTimeOffset, String, CancellationToken)

De wijzigingen van een abonnement binnen het opgegeven tijdsbereik weergeven. Klantgegevens worden altijd gemaskeerd. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.ChangeAnalysis/changes Operation Id: Changes_ListChangesBySubscription

GetExperiments(SubscriptionResource, Nullable<Boolean>, String, CancellationToken)

Een lijst met Experiment-resources in een abonnement ophalen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Chaos/experiments aanvragen
  • Bewerkings IdExperiments_ListAll
GetExperimentsAsync(SubscriptionResource, Nullable<Boolean>, String, CancellationToken)

Een lijst met Experiment-resources in een abonnement ophalen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Chaos/experiments aanvragen
  • Bewerkings IdExperiments_ListAll
GetTargetType(SubscriptionResource, String, String, CancellationToken)

Haal een doeltyperesources op voor de opgegeven locatie.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Chaos/locations/{locationName}/targetTypes/{targetTypeName} aanvragen
  • Bewerkings IdTargetTypes_Get
GetTargetTypeAsync(SubscriptionResource, String, String, CancellationToken)

Haal een doeltyperesources op voor de opgegeven locatie.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Chaos/locations/{locationName}/targetTypes/{targetTypeName} aanvragen
  • Bewerkings IdTargetTypes_Get
GetTargetTypes(SubscriptionResource, String)

Hiermee haalt u een verzameling TargetTypeResources op in de SubscriptionResource.

CheckDomainAvailability(SubscriptionResource, CheckDomainAvailabilityParameter, CancellationToken)

Controleer of een domein beschikbaar is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/checkDomainAvailability Operation Id: CheckDomainAvailability

CheckDomainAvailability(SubscriptionResource, CognitiveServicesDomainAvailabilityContent, CancellationToken)

Controleer of een domein beschikbaar is.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/checkDomainAvailability
  • Bewerking IdCheckDomainAvailability
CheckDomainAvailabilityAsync(SubscriptionResource, CheckDomainAvailabilityParameter, CancellationToken)

Controleer of een domein beschikbaar is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/checkDomainAvailability Operation Id: CheckDomainAvailability

CheckDomainAvailabilityAsync(SubscriptionResource, CognitiveServicesDomainAvailabilityContent, CancellationToken)

Controleer of een domein beschikbaar is.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/checkDomainAvailability
  • Bewerking IdCheckDomainAvailability
CheckSkuAvailability(SubscriptionResource, AzureLocation, CheckSkuAvailabilityParameter, CancellationToken)

Controleer de beschikbare SKU's. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/checkSkuAvailability Operation Id: CheckSkuAvailability

CheckSkuAvailability(SubscriptionResource, AzureLocation, CognitiveServicesSkuAvailabilityContent, CancellationToken)

Controleer de beschikbare SKU's.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/checkSkuAvailability
  • Bewerking IdCheckSkuAvailability
CheckSkuAvailabilityAsync(SubscriptionResource, AzureLocation, CheckSkuAvailabilityParameter, CancellationToken)

Controleer de beschikbare SKU's. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/checkSkuAvailability Operation Id: CheckSkuAvailability

CheckSkuAvailabilityAsync(SubscriptionResource, AzureLocation, CognitiveServicesSkuAvailabilityContent, CancellationToken)

Controleer de beschikbare SKU's.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/checkSkuAvailability
  • Bewerking IdCheckSkuAvailability
GetAccounts(SubscriptionResource, CancellationToken)

Retourneert alle resources van een bepaald type die behoren tot een abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/accounts Bewerkings-id: Accounts_List

GetAccountsAsync(SubscriptionResource, CancellationToken)

Retourneert alle resources van een bepaald type die behoren tot een abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/accounts Bewerkings-id: Accounts_List

GetCognitiveServicesAccounts(SubscriptionResource, CancellationToken)

Retourneert alle resources van een bepaald type die behoren tot een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.CognitiveServices/accounts
  • Bewerkings IdAccounts_List
GetCognitiveServicesAccountsAsync(SubscriptionResource, CancellationToken)

Retourneert alle resources van een bepaald type die behoren tot een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.CognitiveServices/accounts
  • Bewerkings IdAccounts_List
GetCognitiveServicesCommitmentPlans(SubscriptionResource, CancellationToken)

Retourneert alle resources van een bepaald type die behoren tot een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.CognitiveServices/commitmentPlans
  • Bewerkings IdCommitmentPlans_ListPlansBySubscription
GetCognitiveServicesCommitmentPlansAsync(SubscriptionResource, CancellationToken)

Retourneert alle resources van een bepaald type die behoren tot een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.CognitiveServices/commitmentPlans
  • Bewerkings IdCommitmentPlans_ListPlansBySubscription
GetCognitiveServicesDeletedAccount(SubscriptionResource, AzureLocation, String, String, CancellationToken)

Retourneert een Cognitive Services-account dat is opgegeven door de parameters.

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

Retourneert een Cognitive Services-account dat is opgegeven door de parameters.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/resourceGroups/{resourceGroupName}/deletedAccounts/{accountName}
  • Bewerkings-IdDeletedAccounts_Get
GetCognitiveServicesDeletedAccounts(SubscriptionResource)

Hiermee haalt u een verzameling CognitiveServicesDeletedAccountResources op in de SubscriptionResource.

GetCommitmentTiers(SubscriptionResource, AzureLocation, CancellationToken)

Toezeggingslagen weergeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/commitmentTiers
  • Bewerkings IdCommitmentTiers_List
GetCommitmentTiersAsync(SubscriptionResource, AzureLocation, CancellationToken)

Toezeggingslagen weergeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/commitmentTiers
  • Bewerkings IdCommitmentTiers_List
GetDeletedAccounts(SubscriptionResource, CancellationToken)

Retourneert alle resources van een bepaald type die behoren tot een abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/deletedAccounts
  • Bewerkings IdDeletedAccounts_List
GetDeletedAccountsAsync(SubscriptionResource, CancellationToken)

Retourneert alle resources van een bepaald type die behoren tot een abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/deletedAccounts
  • Bewerkings IdDeletedAccounts_List
GetLocationResourceGroupDeletedAccount(SubscriptionResource, AzureLocation, String, String, CancellationToken)

Retourneert een Cognitive Services-account dat is opgegeven door de parameters. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/resourceGroups/{resourceGroupName}/deletedAccounts/{accountName} Bewerkings-id: DeletedAccounts_Get

GetLocationResourceGroupDeletedAccountAsync(SubscriptionResource, AzureLocation, String, String, CancellationToken)

Retourneert een Cognitive Services-account dat is opgegeven door de parameters. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/resourceGroups/{resourceGroupName}/deletedAccounts/{accountName} Bewerkings-id: DeletedAccounts_Get

GetLocationResourceGroupDeletedAccounts(SubscriptionResource)

Hiermee haalt u een verzameling LocationResourceGroupDeletedAccountResources op in de SubscriptionResource.

GetResourceSkus(SubscriptionResource, CancellationToken)

Hiermee haalt u de lijst op met Microsoft.CognitiveServices-SKU's die beschikbaar zijn voor uw abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/skus
  • Bewerkings-IdResourceSkus_List
GetResourceSkusAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u de lijst op met Microsoft.CognitiveServices-SKU's die beschikbaar zijn voor uw abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/skus
  • Bewerkings-IdResourceSkus_List
CheckCommunicationNameAvailability(SubscriptionResource, CommunicationServiceNameAvailabilityContent, CancellationToken)

Controleert of de CommunicationService-naam geldig is en nog niet in gebruik is.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Communication/checkNameAvailability
  • Bewerkings-IdCommunicationServices_CheckNameAvailability
CheckCommunicationNameAvailabilityAsync(SubscriptionResource, CommunicationServiceNameAvailabilityContent, CancellationToken)

Controleert of de CommunicationService-naam geldig is en nog niet in gebruik is.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Communication/checkNameAvailability
  • Bewerkings-IdCommunicationServices_CheckNameAvailability
GetCommunicationServiceResources(SubscriptionResource, CancellationToken)

Verwerkt aanvragen om alle resources in een abonnement weer te geven.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Communication/communicationServices
  • Bewerkings IdCommunicationServices_ListBySubscription
GetCommunicationServiceResourcesAsync(SubscriptionResource, CancellationToken)

Verwerkt aanvragen om alle resources in een abonnement weer te geven.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Communication/communicationServices
  • Bewerkings IdCommunicationServices_ListBySubscription
GetEmailServiceResources(SubscriptionResource, CancellationToken)

Verwerkt aanvragen om alle resources in een abonnement weer te geven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Communication/emailServices
  • Bewerkings IdEmailServices_ListBySubscription
GetEmailServiceResourcesAsync(SubscriptionResource, CancellationToken)

Verwerkt aanvragen om alle resources in een abonnement weer te geven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Communication/emailServices
  • Bewerkings IdEmailServices_ListBySubscription
GetVerifiedExchangeOnlineDomainsEmailServices(SubscriptionResource, CancellationToken)

Een lijst ophalen met domeinen die volledig zijn geverifieerd in Exchange Online.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Communication/listVerifiedExchangeOnlineDomains
  • Bewerkings IdEmailServices_ListVerifiedExchangeOnlineDomains
GetVerifiedExchangeOnlineDomainsEmailServicesAsync(SubscriptionResource, CancellationToken)

Een lijst ophalen met domeinen die volledig zijn geverifieerd in Exchange Online.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Communication/listVerifiedExchangeOnlineDomains
  • Bewerkings IdEmailServices_ListVerifiedExchangeOnlineDomains
ExportLogAnalyticsRequestRateByInterval(SubscriptionResource, WaitUntil, AzureLocation, RequestRateByIntervalContent, CancellationToken)

Exporteer logboeken met API-aanvragen die door dit abonnement in het opgegeven tijdvenster zijn gedaan om beperkingsactiviteiten weer te geven.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/logAnalytics/apiAccess/getRequestRateByInterval
  • Bewerkings IdLogAnalytics_ExportRequestRateByInterval
ExportLogAnalyticsRequestRateByIntervalAsync(SubscriptionResource, WaitUntil, AzureLocation, RequestRateByIntervalContent, CancellationToken)

Exporteer logboeken met API-aanvragen die door dit abonnement in het opgegeven tijdvenster zijn gedaan om beperkingsactiviteiten weer te geven.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/logAnalytics/apiAccess/getRequestRateByInterval
  • Bewerkings IdLogAnalytics_ExportRequestRateByInterval
ExportLogAnalyticsThrottledRequests(SubscriptionResource, WaitUntil, AzureLocation, ThrottledRequestsContent, CancellationToken)

Exporteer logboeken met het totale aantal beperkte API-aanvragen voor dit abonnement in het opgegeven tijdvenster.

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

Exporteer logboeken met het totale aantal beperkte API-aanvragen voor dit abonnement in het opgegeven tijdvenster.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/logAnalytics/apiAccess/getThrottledRequests
  • Bewerkings-IdLogAnalytics_ExportThrottledRequests
GetAvailabilitySets(SubscriptionResource, String, CancellationToken)

Een lijst met alle beschikbaarheidssets in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/availabilitySets aanvragen
  • Bewerkings IdAvailabilitySets_ListBySubscription
GetAvailabilitySetsAsync(SubscriptionResource, String, CancellationToken)

Een lijst met alle beschikbaarheidssets in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/availabilitySets aanvragen
  • Bewerkings IdAvailabilitySets_ListBySubscription
GetCapacityReservationGroups(SubscriptionResource, Nullable<CapacityReservationGroupGetExpand>, CancellationToken)

Een lijst met alle capaciteitsreserveringsgroepen in het abonnement. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina met capaciteitsreserveringsgroepen op te halen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/capacityReservationGroups aanvragen
  • Bewerkings IdCapacityReservationGroups_ListBySubscription
GetCapacityReservationGroups(SubscriptionResource, Nullable<ExpandTypesForGetCapacityReservationGroups>, CancellationToken)

Een lijst met alle capaciteitsreserveringsgroepen in het abonnement. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina met capaciteitsreserveringsgroepen op te halen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/capacityReservationGroups Operation Id: CapacityReservationGroups_ListBySubscription

GetCapacityReservationGroupsAsync(SubscriptionResource, Nullable<CapacityReservationGroupGetExpand>, CancellationToken)

Een lijst met alle capaciteitsreserveringsgroepen in het abonnement. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina met capaciteitsreserveringsgroepen op te halen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/capacityReservationGroups aanvragen
  • Bewerkings IdCapacityReservationGroups_ListBySubscription
GetCapacityReservationGroupsAsync(SubscriptionResource, Nullable<ExpandTypesForGetCapacityReservationGroups>, CancellationToken)

Een lijst met alle capaciteitsreserveringsgroepen in het abonnement. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina met capaciteitsreserveringsgroepen op te halen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/capacityReservationGroups Operation Id: CapacityReservationGroups_ListBySubscription

GetCloudServiceOSFamilies(SubscriptionResource, AzureLocation)

Hiermee haalt u een verzameling CloudServiceOSFamilyResources op in de SubscriptionResource.

GetCloudServiceOSFamily(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u eigenschappen op van een gastbesturingssysteemfamilie die kunnen worden opgegeven in de XML-serviceconfiguratie (.cscfg) voor een cloudservice.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsFamilies/{osFamilyName} aanvragen
  • Bewerkings IdCloudServiceOperatingSystems_GetOSFamily
GetCloudServiceOSFamilyAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u eigenschappen op van een gastbesturingssysteemfamilie die kunnen worden opgegeven in de XML-serviceconfiguratie (.cscfg) voor een cloudservice.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsFamilies/{osFamilyName} aanvragen
  • Bewerkings IdCloudServiceOperatingSystems_GetOSFamily
GetCloudServiceOSVersion(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u eigenschappen op van een versie van een gastbesturingssysteem die kunnen worden opgegeven in de XML-serviceconfiguratie (.cscfg) voor een cloudservice.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsVersions/{osVersionName} aanvragen
  • Bewerkings IdCloudServiceOperatingSystems_GetOSVersion
GetCloudServiceOSVersionAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u eigenschappen op van een versie van een gastbesturingssysteem die kunnen worden opgegeven in de XML-serviceconfiguratie (.cscfg) voor een cloudservice.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsVersions/{osVersionName} aanvragen
  • Bewerkings IdCloudServiceOperatingSystems_GetOSVersion
GetCloudServiceOSVersions(SubscriptionResource, AzureLocation)

Hiermee haalt u een verzameling CloudServiceOSVersionResources op in de SubscriptionResource.

GetCloudServices(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst op met alle cloudservices in het abonnement, ongeacht de gekoppelde resourcegroep. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina van Cloud Services op te halen. Doe dit totdat nextLink null is om alle Cloud Services op te halen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/cloudServices aanvragen
  • Bewerkings IdCloudServices_ListAll
GetCloudServicesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst op met alle cloudservices in het abonnement, ongeacht de gekoppelde resourcegroep. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina van Cloud Services op te halen. Doe dit totdat nextLink null is om alle Cloud Services op te halen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/cloudServices aanvragen
  • Bewerkings IdCloudServices_ListAll
GetCommunityGalleries(SubscriptionResource)

Hiermee haalt u een verzameling CommunityGalleryResources op in de SubscriptionResource.

GetCommunityGallery(SubscriptionResource, AzureLocation, String, CancellationToken)

Een communitygalerie ophalen op basis van de openbare naam van de galerie.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/communityGalleries/{publicGalleryName} aanvragen
  • Bewerkings IdCommunityGalleries_Get
GetCommunityGalleryAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Een communitygalerie ophalen op basis van de openbare naam van de galerie.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/communityGalleries/{publicGalleryName} aanvragen
  • Bewerkings IdCommunityGalleries_Get
GetComputeResourceSkus(SubscriptionResource, String, String, CancellationToken)

Hiermee haalt u de lijst met Microsoft.Compute-SKU's op die beschikbaar zijn voor uw abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/skus aanvragen
  • Bewerkings IdResourceSkus_List
GetComputeResourceSkusAsync(SubscriptionResource, String, String, CancellationToken)

Hiermee haalt u de lijst met Microsoft.Compute-SKU's op die beschikbaar zijn voor uw abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/skus aanvragen
  • Bewerkings IdResourceSkus_List
GetDedicatedHostGroups(SubscriptionResource, CancellationToken)

Een lijst met alle toegewezen hostgroepen in het abonnement. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina met toegewezen hostgroepen op te halen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/hostGroups aanvragen
  • Bewerkings IdDedicatedHostGroups_ListBySubscription
GetDedicatedHostGroupsAsync(SubscriptionResource, CancellationToken)

Een lijst met alle toegewezen hostgroepen in het abonnement. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina met toegewezen hostgroepen op te halen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/hostGroups aanvragen
  • Bewerkings IdDedicatedHostGroups_ListBySubscription
GetDiskAccesses(SubscriptionResource, CancellationToken)

Een lijst met alle schijftoegangsresources onder een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/diskAccesses aanvragen
  • Bewerkings IdDiskAccesses_List
GetDiskAccessesAsync(SubscriptionResource, CancellationToken)

Een lijst met alle schijftoegangsresources onder een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/diskAccesses aanvragen
  • Bewerkings IdDiskAccesses_List
GetDiskEncryptionSets(SubscriptionResource, CancellationToken)

Een lijst met alle schijfversleutelingssets onder een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/diskEncryptionSets aanvragen
  • Bewerkings IdDiskEncryptionSets_List
GetDiskEncryptionSetsAsync(SubscriptionResource, CancellationToken)

Een lijst met alle schijfversleutelingssets onder een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/diskEncryptionSets aanvragen
  • Bewerkings IdDiskEncryptionSets_List
GetDiskImages(SubscriptionResource, CancellationToken)

Hiermee haalt u de lijst met installatiekopieën in het abonnement op. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina van Afbeeldingen op te halen. Doe dit totdat nextLink null is om alle afbeeldingen op te halen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/images aanvragen
  • Bewerkings IdImages_List
GetDiskImagesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u de lijst met installatiekopieën in het abonnement op. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina van Afbeeldingen op te halen. Doe dit totdat nextLink null is om alle afbeeldingen op te halen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/images aanvragen
  • Bewerkings IdImages_List
GetGalleries(SubscriptionResource, CancellationToken)

Galerieën onder een abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/galleries aanvragen
  • Bewerkings IdGalleries_List
GetGalleriesAsync(SubscriptionResource, CancellationToken)

Galerieën onder een abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/galleries aanvragen
  • Bewerkings IdGalleries_List
GetImages(SubscriptionResource, CancellationToken)

Hiermee haalt u de lijst met installatiekopieën in het abonnement op. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina van Afbeeldingen op te halen. Doe dit totdat nextLink null is om alle afbeeldingen op te halen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/images Operation Id: Images_List

GetImagesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u de lijst met installatiekopieën in het abonnement op. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina van Afbeeldingen op te halen. Doe dit totdat nextLink null is om alle afbeeldingen op te halen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/images Operation Id: Images_List

GetManagedDisks(SubscriptionResource, CancellationToken)

Een lijst met alle schijven onder een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/disks aanvragen
  • Bewerkings IdDisks_List
GetManagedDisksAsync(SubscriptionResource, CancellationToken)

Een lijst met alle schijven onder een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/disks aanvragen
  • Bewerkings IdDisks_List
GetOffersVirtualMachineImagesEdgeZones(SubscriptionResource, AzureLocation, String, String, CancellationToken)

Hiermee haalt u een lijst op met aanbiedingen voor de installatiekopieën van virtuele machines voor de opgegeven locatie, randzone en uitgever.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers
  • Bewerkings IdVirtualMachineImagesEdgeZone_ListOffers
GetOffersVirtualMachineImagesEdgeZonesAsync(SubscriptionResource, AzureLocation, String, String, CancellationToken)

Hiermee haalt u een lijst op met aanbiedingen voor de installatiekopieën van virtuele machines voor de opgegeven locatie, randzone en uitgever.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers
  • Bewerkings IdVirtualMachineImagesEdgeZone_ListOffers
GetProximityPlacementGroups(SubscriptionResource, CancellationToken)

Een lijst met alle nabijheidsplaatsingsgroepen in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/proximityPlacementGroups aanvragen
  • Bewerkings IdProximityPlacementGroups_ListBySubscription
GetProximityPlacementGroupsAsync(SubscriptionResource, CancellationToken)

Een lijst met alle nabijheidsplaatsingsgroepen in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/proximityPlacementGroups aanvragen
  • Bewerkings IdProximityPlacementGroups_ListBySubscription
GetPublishersVirtualMachineImagesEdgeZones(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u een lijst op met uitgevers van installatiekopieën van virtuele machines voor de opgegeven Azure-locatie en edge-zone.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers aanvragen
  • Bewerkings IdVirtualMachineImagesEdgeZone_ListPublishers
GetPublishersVirtualMachineImagesEdgeZonesAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u een lijst op met uitgevers van installatiekopieën van virtuele machines voor de opgegeven Azure-locatie en edge-zone.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers aanvragen
  • Bewerkings IdVirtualMachineImagesEdgeZone_ListPublishers
GetResourceSkus(SubscriptionResource, String, String, CancellationToken)

Hiermee haalt u de lijst met Microsoft.Compute-SKU's op die beschikbaar zijn voor uw abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/skus Operation Id: ResourceSkus_List

GetResourceSkusAsync(SubscriptionResource, String, String, CancellationToken)

Hiermee haalt u de lijst met Microsoft.Compute-SKU's op die beschikbaar zijn voor uw abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/skus Operation Id: ResourceSkus_List

GetRestorePointGroups(SubscriptionResource, CancellationToken)

Hiermee haalt u de lijst met herstelpuntverzamelingen in het abonnement op. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina met herstelpuntverzamelingen op te halen. Doe dit totdat nextLink niet null is om alle herstelpuntverzamelingen op te halen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/restorePointCollections aanvragen
  • Bewerkings IdRestorePointCollections_ListAll
GetRestorePointGroupsAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u de lijst met herstelpuntverzamelingen in het abonnement op. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina met herstelpuntverzamelingen op te halen. Doe dit totdat nextLink niet null is om alle herstelpuntverzamelingen op te halen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/restorePointCollections aanvragen
  • Bewerkings IdRestorePointCollections_ListAll
GetSharedGalleries(SubscriptionResource, AzureLocation)

Hiermee haalt u een verzameling SharedGalleryResources op in de SubscriptionResource.

GetSharedGallery(SubscriptionResource, AzureLocation, String, CancellationToken)

Een gedeelde galerie ophalen op abonnements-id of tenant-id.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName} aanvragen
  • Bewerkings IdSharedGalleries_Get
GetSharedGalleryAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Een gedeelde galerie ophalen op abonnements-id of tenant-id.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName} aanvragen
  • Bewerkings IdSharedGalleries_Get
GetSnapshots(SubscriptionResource, CancellationToken)

Een lijst met momentopnamen onder een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/snapshots aanvragen
  • Bewerking IdSnapshots_List
GetSnapshotsAsync(SubscriptionResource, CancellationToken)

Een lijst met momentopnamen onder een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/snapshots aanvragen
  • Bewerking IdSnapshots_List
GetSshPublicKeys(SubscriptionResource, CancellationToken)

Een lijst met alle openbare SSH-sleutels in het abonnement. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina met openbare SSH-sleutels op te halen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/sshPublicKeys aanvragen
  • Bewerkings IdSshPublicKeys_ListBySubscription
GetSshPublicKeysAsync(SubscriptionResource, CancellationToken)

Een lijst met alle openbare SSH-sleutels in het abonnement. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina met openbare SSH-sleutels op te halen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/sshPublicKeys aanvragen
  • Bewerkings IdSshPublicKeys_ListBySubscription
GetUsages(SubscriptionResource, AzureLocation, CancellationToken)

Haalt voor de opgegeven locatie de huidige informatie over het gebruik van rekenresources op, evenals de limieten voor rekenresources onder het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/usages aanvragen
  • Bewerkings IdUsage_List
GetUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Haalt voor de opgegeven locatie de huidige informatie over het gebruik van rekenresources op, evenals de limieten voor rekenresources onder het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/usages aanvragen
  • Bewerkings IdUsage_List
GetVirtualMachineExtensionImage(SubscriptionResource, AzureLocation, String, String, String, CancellationToken)

Hiermee haalt u een installatiekopieën van een virtuele machine-extensie op.

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

Hiermee haalt u een installatiekopieën van een virtuele machine-extensie op.

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

Hiermee haalt u een verzameling VirtualMachineExtensionImageResources op in de SubscriptionResource.

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

Hiermee haalt u een installatiekopieën van een virtuele machine op.

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

Hiermee haalt u een installatiekopieën van een virtuele machine op.

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

Hiermee haalt u een lijst op met SKU's voor de installatiekopieën van de virtuele machine voor de opgegeven locatie, randzone, uitgever en aanbieding.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus
  • Bewerkings IdVirtualMachineImagesEdgeZone_ListSkus
GetVirtualMachineImageEdgeZoneSkusAsync(SubscriptionResource, AzureLocation, String, String, String, CancellationToken)

Hiermee haalt u een lijst op met SKU's voor de installatiekopieën van de virtuele machine voor de opgegeven locatie, randzone, uitgever en aanbieding.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus
  • Bewerkings IdVirtualMachineImagesEdgeZone_ListSkus
GetVirtualMachineImageOffers(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u een lijst op met aanbiedingen voor virtuele-machineinstallatiekopieën voor de opgegeven locatie en uitgever.

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

Hiermee haalt u een lijst op met aanbiedingen voor virtuele-machineinstallatiekopieën voor de opgegeven locatie en uitgever.

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

Hiermee haalt u een lijst op met uitgevers van installatiekopieën van virtuele machines voor de opgegeven Azure-locatie.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers aanvragen
  • Bewerking IdVirtualMachineImages_ListPublishers
GetVirtualMachineImagePublishersAsync(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u een lijst op met uitgevers van installatiekopieën van virtuele machines voor de opgegeven Azure-locatie.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers aanvragen
  • Bewerking IdVirtualMachineImages_ListPublishers
GetVirtualMachineImages(SubscriptionResource, AzureLocation, String, String, String, String, Nullable<Int32>, String, CancellationToken)

Hiermee haalt u een lijst op met alle versies van de installatiekopieën van virtuele machines voor de opgegeven locatie, uitgever, aanbieding en SKU.

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

Hiermee haalt u een lijst op met alle versies van de installatiekopieën van virtuele machines voor de opgegeven locatie, uitgever, aanbieding en SKU.

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

Hiermee haalt u een lijst op met alle versies van vm-installatiekopieën voor de opgegeven locatie, uitgever, aanbieding en SKU.

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

Hiermee haalt u een lijst op met alle versies van vm-installatiekopieën voor de opgegeven locatie, uitgever, aanbieding en SKU.

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

Hiermee haalt u een lijst op met alle versies van vm-installatiekopieën voor de opgegeven randzone

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

Hiermee haalt u een lijst op met alle versies van vm-installatiekopieën voor de opgegeven randzone

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

Hiermee haalt u een installatiekopieën van een virtuele machine op in een edge-zone.

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

Hiermee haalt u een installatiekopieën van een virtuele machine op in een edge-zone.

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

Hiermee haalt u een installatiekopieën van een virtuele machine op in een edge-zone.

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

Hiermee haalt u een installatiekopieën van een virtuele machine op in een edge-zone.

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

Hiermee haalt u een lijst op met alle versies van installatiekopieën van virtuele machines voor de opgegeven locatie, edge-zone, uitgever, aanbieding en SKU.

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

Hiermee haalt u een lijst op met alle versies van installatiekopieën van virtuele machines voor de opgegeven locatie, edge-zone, uitgever, aanbieding en SKU.

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

Hiermee haalt u een lijst op met alle versies van installatiekopieën van virtuele machines voor de opgegeven locatie, edge-zone, uitgever, aanbieding en SKU.

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

Hiermee haalt u een lijst op met alle versies van installatiekopieën van virtuele machines voor de opgegeven locatie, edge-zone, uitgever, aanbieding en SKU.

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

Hiermee haalt u een lijst op met SKU's voor de installatiekopieën van virtuele machines voor de opgegeven locatie, uitgever en aanbieding.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus
  • Bewerkings IdVirtualMachineImages_ListSkus
GetVirtualMachineImageSkusAsync(SubscriptionResource, AzureLocation, String, String, CancellationToken)

Hiermee haalt u een lijst op met SKU's voor de installatiekopieën van virtuele machines voor de opgegeven locatie, uitgever en aanbieding.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus
  • Bewerkings IdVirtualMachineImages_ListSkus
GetVirtualMachineRunCommand(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u een specifieke uitvoeringsopdracht op voor een abonnement op een locatie.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/runCommands/{commandId}
  • Bewerkings IdVirtualMachineRunCommands_Get
GetVirtualMachineRunCommandAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u een specifieke uitvoeringsopdracht op voor een abonnement op een locatie.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/runCommands/{commandId}
  • Bewerkings IdVirtualMachineRunCommands_Get
GetVirtualMachineRunCommands(SubscriptionResource, AzureLocation, CancellationToken)

Een lijst met alle beschikbare uitvoeringsopdrachten voor een abonnement op een locatie.

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

Een lijst met alle beschikbare uitvoeringsopdrachten voor een abonnement op een locatie.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/runCommands
  • Bewerkings IdVirtualMachineRunCommands_List
GetVirtualMachines(SubscriptionResource, String, String, CancellationToken)

Een lijst met alle virtuele machines in het opgegeven abonnement. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina met virtuele machines op te halen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/virtualMachines
  • Bewerkings IdVirtualMachines_ListAll
GetVirtualMachinesAsync(SubscriptionResource, String, String, CancellationToken)

Een lijst met alle virtuele machines in het opgegeven abonnement. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina met virtuele machines op te halen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/virtualMachines
  • Bewerkings IdVirtualMachines_ListAll
GetVirtualMachinesByLocation(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u alle virtuele machines op onder het opgegeven abonnement voor de opgegeven locatie.

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

Hiermee haalt u alle virtuele machines op onder het opgegeven abonnement voor de opgegeven locatie.

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

Hiermee haalt u een lijst op met alle VM-schaalsets in het abonnement, ongeacht de gekoppelde resourcegroep. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina met VM-schaalsets op te halen. Doe dit tot nextLink null is om alle VM-schaalsets op te halen.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Compute/virtualMachineScaleSets
  • Bewerkings IdVirtualMachineScaleSets_ListAll
GetVirtualMachineScaleSetsAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst op met alle VM-schaalsets in het abonnement, ongeacht de gekoppelde resourcegroep. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina met VM-schaalsets op te halen. Doe dit tot nextLink null is om alle VM-schaalsets op te halen.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Compute/virtualMachineScaleSets
  • Bewerkings IdVirtualMachineScaleSets_ListAll
GetVirtualMachineScaleSetsByLocation(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee worden alle VM-schaalsets onder het opgegeven abonnement voor de opgegeven locatie opgehaald.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/virtualMachineScaleSets
  • Bewerkings-IdVirtualMachineScaleSets_ListByLocation
GetVirtualMachineScaleSetsByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee worden alle VM-schaalsets onder het opgegeven abonnement voor de opgegeven locatie opgehaald.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/virtualMachineScaleSets
  • Bewerkings-IdVirtualMachineScaleSets_ListByLocation
GetVirtualMachineSizes(SubscriptionResource, AzureLocation, CancellationToken)

Deze API is afgeschaft. Resources-SKU's gebruiken

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/vmSizes
  • Bewerkings-IdVirtualMachineSizes_List
GetVirtualMachineSizesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Deze API is afgeschaft. Resources-SKU's gebruiken

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/vmSizes
  • Bewerkings-IdVirtualMachineSizes_List
CheckConfidentialLedgerNameAvailability(SubscriptionResource, ConfidentialLedgerNameAvailabilityContent, CancellationToken)

Controleren of een resourcenaam beschikbaar is.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/checkNameAvailability
  • Bewerking IdCheckNameAvailability
CheckConfidentialLedgerNameAvailabilityAsync(SubscriptionResource, ConfidentialLedgerNameAvailabilityContent, CancellationToken)

Controleren of een resourcenaam beschikbaar is.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/checkNameAvailability
  • Bewerking IdCheckNameAvailability
CheckLedgerNameAvailability(SubscriptionResource, LedgerNameAvailabilityContent, CancellationToken)

Controleren of een resourcenaam beschikbaar is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/checkNameAvailability Operation Id: CheckNameAvailability

CheckLedgerNameAvailabilityAsync(SubscriptionResource, LedgerNameAvailabilityContent, CancellationToken)

Controleren of een resourcenaam beschikbaar is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/checkNameAvailability Operation Id: CheckNameAvailability

GetConfidentialLedgers(SubscriptionResource, String, CancellationToken)

Hiermee haalt u de eigenschappen van alle vertrouwelijke grootboeken op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ConfidentialLedger/ledgers
  • Bewerkings IdLedger_ListBySubscription
GetConfidentialLedgersAsync(SubscriptionResource, String, CancellationToken)

Hiermee haalt u de eigenschappen van alle vertrouwelijke grootboeken op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ConfidentialLedger/ledgers
  • Bewerkings IdLedger_ListBySubscription
CreateMarketplaceAgreement(SubscriptionResource, ConfluentAgreement, CancellationToken)

Maak een Confluent Marketplace-overeenkomst in het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Confluent/agreements/default aanvragen
  • Bewerkings IdMarketplaceAgreements_Create
CreateMarketplaceAgreementAsync(SubscriptionResource, ConfluentAgreement, CancellationToken)

Maak een Confluent Marketplace-overeenkomst in het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Confluent/agreements/default aanvragen
  • Bewerkings IdMarketplaceAgreements_Create
GetConfluentOrganizations(SubscriptionResource, CancellationToken)

Alle organisaties onder het opgegeven abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Confluent/organizations aanvragen
  • Bewerkings IdOrganization_ListBySubscription
GetConfluentOrganizationsAsync(SubscriptionResource, CancellationToken)

Alle organisaties onder het opgegeven abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Confluent/organizations aanvragen
  • Bewerkings IdOrganization_ListBySubscription
GetMarketplaceAgreements(SubscriptionResource, CancellationToken)

Confluent Marketplace-overeenkomsten in het abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Confluent/agreements aanvragen
  • Bewerkings IdMarketplaceAgreements_List
GetMarketplaceAgreementsAsync(SubscriptionResource, CancellationToken)

Confluent Marketplace-overeenkomsten in het abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Confluent/agreements aanvragen
  • Bewerkings IdMarketplaceAgreements_List
GetResourcePools(SubscriptionResource, CancellationToken)

Lijst met resourcePools in een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/resourcePools
  • Bewerkings IdResourcePools_List
GetResourcePoolsAsync(SubscriptionResource, CancellationToken)

Lijst met resourcePools in een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/resourcePools
  • Bewerkings IdResourcePools_List
GetVCenters(SubscriptionResource, CancellationToken)

Lijst met vCenters in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/vcenters aanvragen
  • Bewerkings IdVCenters_List
GetVCentersAsync(SubscriptionResource, CancellationToken)

Lijst met vCenters in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/vcenters aanvragen
  • Bewerkings IdVCenters_List
GetVirtualMachines(SubscriptionResource, CancellationToken)

Lijst met virtualMachines in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachines aanvragen
  • Bewerkings IdVirtualMachines_List
GetVirtualMachinesAsync(SubscriptionResource, CancellationToken)

Lijst met virtualMachines in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachines aanvragen
  • Bewerkings IdVirtualMachines_List
GetVirtualMachineTemplates(SubscriptionResource, CancellationToken)

Lijst met virtualMachineTemplates in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachineTemplates aanvragen
  • Bewerkings IdVirtualMachineTemplates_List
GetVirtualMachineTemplatesAsync(SubscriptionResource, CancellationToken)

Lijst met virtualMachineTemplates in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachineTemplates aanvragen
  • Bewerkings IdVirtualMachineTemplates_List
GetVirtualNetworks(SubscriptionResource, CancellationToken)

Lijst met virtualNetworks in een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/virtualNetworks
  • Bewerkings IdVirtualNetworks_List
GetVirtualNetworksAsync(SubscriptionResource, CancellationToken)

Lijst met virtualNetworks in een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/virtualNetworks
  • Bewerkings IdVirtualNetworks_List
GetVMwareClusters(SubscriptionResource, CancellationToken)

Lijst met clusters in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/clusters aanvragen
  • Bewerkings IdClusters_List
GetVMwareClustersAsync(SubscriptionResource, CancellationToken)

Lijst met clusters in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/clusters aanvragen
  • Bewerkings IdClusters_List
GetVMwareDatastores(SubscriptionResource, CancellationToken)

Lijst met gegevensarchieven in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/datastores aanvragen
  • Bewerkings IdDatastores_List
GetVMwareDatastoresAsync(SubscriptionResource, CancellationToken)

Lijst met gegevensarchieven in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/datastores aanvragen
  • Bewerkings IdDatastores_List
GetVMwareHosts(SubscriptionResource, CancellationToken)

Lijst met hosts in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/hosts aanvragen
  • Bewerkings IdHosts_List
GetVMwareHostsAsync(SubscriptionResource, CancellationToken)

Lijst met hosts in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/hosts aanvragen
  • Bewerkings IdHosts_List
GetByBillingPeriodPriceSheet(SubscriptionResource, String, String, String, Nullable<Int32>, CancellationToken)

Haal het prijzenoverzicht voor een bereik op per subscriptionId en factureringsperiode. Prijzenoverzicht is alleen beschikbaar via deze API voor 1 mei 2014 of hoger. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}/providers/Microsoft.Consumption/pricesheets/default Operation Id: PriceSheet_GetByBillingPeriod

GetByBillingPeriodPriceSheetAsync(SubscriptionResource, String, String, String, Nullable<Int32>, CancellationToken)

Haal het prijzenoverzicht voor een bereik op per subscriptionId en factureringsperiode. Prijzenoverzicht is alleen beschikbaar via deze API voor 1 mei 2014 of hoger. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}/providers/Microsoft.Consumption/pricesheets/default Operation Id: PriceSheet_GetByBillingPeriod

GetPriceSheet(SubscriptionResource, String, String, Nullable<Int32>, CancellationToken)

Hiermee haalt u het prijzenoverzicht voor een abonnement op. Prijzenoverzicht is alleen beschikbaar via deze API voor 1 mei 2014 of hoger.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Consumption/pricesheets/default aanvragen
  • Bewerkings IdPriceSheet_Get
GetPriceSheetAsync(SubscriptionResource, String, String, Nullable<Int32>, CancellationToken)

Hiermee haalt u het prijzenoverzicht voor een abonnement op. Prijzenoverzicht is alleen beschikbaar via deze API voor 1 mei 2014 of hoger.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Consumption/pricesheets/default aanvragen
  • Bewerkings IdPriceSheet_Get
GetCachedImagesWithLocation(SubscriptionResource, AzureLocation, CancellationToken)

Haal de lijst op met installatiekopieën in de cache op een specifiek type besturingssysteem voor een abonnement in een regio.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ContainerInstance/locations/{location}/cachedImages aanvragen
  • Bewerkings IdLocation_ListCachedImages
GetCachedImagesWithLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Haal de lijst op met installatiekopieën in de cache op een specifiek type besturingssysteem voor een abonnement in een regio.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ContainerInstance/locations/{location}/cachedImages aanvragen
  • Bewerkings IdLocation_ListCachedImages
GetCapabilitiesWithLocation(SubscriptionResource, AzureLocation, CancellationToken)

Haal de lijst met CPU-/geheugen-/GPU-mogelijkheden van een regio op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ContainerInstance/locations/{location}/capabilities aanvragen
  • Bewerkings IdLocation_ListCapabilities
GetCapabilitiesWithLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Haal de lijst met CPU-/geheugen-/GPU-mogelijkheden van een regio op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ContainerInstance/locations/{location}/capabilities
  • Bewerkings IdLocation_ListCapabilities
GetContainerGroups(SubscriptionResource, CancellationToken)

Haal een lijst op met containergroepen in het opgegeven abonnement. Deze bewerking retourneert eigenschappen van elke containergroep, waaronder containers, registerreferenties voor installatiekopieën, beleid voor opnieuw opstarten, IP-adrestype, type besturingssysteem, status en volumes.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ContainerInstance/containerGroups
  • Bewerkings-IdContainerGroups_List
GetContainerGroupsAsync(SubscriptionResource, CancellationToken)

Haal een lijst op met containergroepen in het opgegeven abonnement. Deze bewerking retourneert eigenschappen van elke containergroep, waaronder containers, registerreferenties voor installatiekopieën, beleid voor opnieuw opstarten, IP-adrestype, type besturingssysteem, status en volumes.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ContainerInstance/containerGroups
  • Bewerkings-IdContainerGroups_List
GetUsagesWithLocation(SubscriptionResource, AzureLocation, CancellationToken)

Het gebruik voor een abonnement ophalen

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ContainerInstance/locations/{location}/usages
  • Bewerkings IdLocation_ListUsage
GetUsagesWithLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Het gebruik voor een abonnement ophalen

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ContainerInstance/locations/{location}/usages
  • Bewerkings IdLocation_ListUsage
CheckContainerRegistryNameAvailability(SubscriptionResource, ContainerRegistryNameAvailabilityContent, CancellationToken)

Controleert of de naam van het containerregister beschikbaar is voor gebruik. De naam mag alleen alfanumerieke tekens bevatten, globaal uniek zijn en tussen de 5 en 50 tekens lang zijn.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ContainerRegistry/checkNameAvailability
  • Bewerkings IdRegistries_CheckNameAvailability
CheckContainerRegistryNameAvailabilityAsync(SubscriptionResource, ContainerRegistryNameAvailabilityContent, CancellationToken)

Controleert of de naam van het containerregister beschikbaar is voor gebruik. De naam mag alleen alfanumerieke tekens bevatten, globaal uniek zijn en tussen de 5 en 50 tekens lang zijn.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ContainerRegistry/checkNameAvailability
  • Bewerkings IdRegistries_CheckNameAvailability
GetContainerRegistries(SubscriptionResource, CancellationToken)

Een lijst met alle containerregisters onder het opgegeven abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ContainerRegistry/registries
  • Bewerkings-IdRegistries_List
GetContainerRegistriesAsync(SubscriptionResource, CancellationToken)

Een lijst met alle containerregisters onder het opgegeven abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ContainerRegistry/registries
  • Bewerkings-IdRegistries_List
GetAgentPoolSnapshots(SubscriptionResource, CancellationToken)

Hiermee wordt een lijst met momentopnamen in het opgegeven abonnement opgehaald.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/snapshots
  • Bewerkings-IdSnapshots_List
GetAgentPoolSnapshotsAsync(SubscriptionResource, CancellationToken)

Hiermee wordt een lijst met momentopnamen in het opgegeven abonnement opgehaald.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/snapshots
  • Bewerkings-IdSnapshots_List
GetContainerServiceFleets(SubscriptionResource, CancellationToken)

Hiermee worden de vloten in het opgegeven abonnement weergegeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ContainerService/fleets
  • Bewerkings IdFleets_List
GetContainerServiceFleetsAsync(SubscriptionResource, CancellationToken)

Hiermee worden de vloten in het opgegeven abonnement weergegeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ContainerService/fleets
  • Bewerkings IdFleets_List
GetContainerServiceManagedClusters(SubscriptionResource, CancellationToken)

Hiermee wordt een lijst met beheerde clusters in het opgegeven abonnement opgehaald.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ContainerService/managedClusters
  • Bewerkings IdManagedClusters_List
GetContainerServiceManagedClustersAsync(SubscriptionResource, CancellationToken)

Hiermee wordt een lijst met beheerde clusters in het opgegeven abonnement opgehaald.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ContainerService/managedClusters
  • Bewerkings IdManagedClusters_List
GetManagedClusterSnapshots(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst met momentopnamen van beheerde clusters in het opgegeven abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/managedclustersnapshots
  • Bewerkings IdManagedClusterSnapshots_List
GetManagedClusterSnapshotsAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst met momentopnamen van beheerde clusters in het opgegeven abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/managedclustersnapshots
  • Bewerkings IdManagedClusterSnapshots_List
GetOSOptionProfile(SubscriptionResource, AzureLocation)

Hiermee haalt u een object op dat een OSOptionProfileResource vertegenwoordigt, samen met de exemplaarbewerkingen die erop kunnen worden uitgevoerd in de SubscriptionResource.

GetTrustedAccessRoles(SubscriptionResource, AzureLocation, CancellationToken)

Lijst met ondersteunde rollen voor vertrouwde toegang.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/trustedAccessRoles
  • Bewerking IdTrustedAccessRoles_List
GetTrustedAccessRolesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Lijst met ondersteunde rollen voor vertrouwde toegang.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/trustedAccessRoles
  • Bewerking IdTrustedAccessRoles_List
GetCassandraClusters(SubscriptionResource, CancellationToken)

Alle beheerde Cassandra-clusters in dit abonnement weergeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DocumentDB/cassandraClusters
  • Bewerkings IdCassandraClusters_ListBySubscription
GetCassandraClustersAsync(SubscriptionResource, CancellationToken)

Alle beheerde Cassandra-clusters in dit abonnement weergeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DocumentDB/cassandraClusters
  • Bewerkings IdCassandraClusters_ListBySubscription
GetClusterResources(SubscriptionResource, CancellationToken)

Alle beheerde Cassandra-clusters in dit abonnement weergeven. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/cassandraClusters Operation Id: CassandraClusters_ListBySubscription

GetClusterResourcesAsync(SubscriptionResource, CancellationToken)

Alle beheerde Cassandra-clusters in dit abonnement weergeven. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/cassandraClusters Operation Id: CassandraClusters_ListBySubscription

GetCosmosDBAccounts(SubscriptionResource, CancellationToken)

Een lijst met alle Azure Cosmos DB-databaseaccounts die beschikbaar zijn onder het abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/databaseAccounts
  • Bewerkings IdDatabaseAccounts_List
GetCosmosDBAccountsAsync(SubscriptionResource, CancellationToken)

Een lijst met alle Azure Cosmos DB-databaseaccounts die beschikbaar zijn onder het abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/databaseAccounts
  • Bewerkings IdDatabaseAccounts_List
GetCosmosDBLocation(SubscriptionResource, AzureLocation, CancellationToken)

De eigenschappen van een bestaande Cosmos DB-locatie ophalen

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}
  • Bewerkings IdLocations_Get
GetCosmosDBLocation(SubscriptionResource, String, CancellationToken)

De eigenschappen van een bestaand Cosmos DB-locatieaanvraagpad ophalen: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location} Bewerkings-id: Locations_Get

GetCosmosDBLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

De eigenschappen van een bestaande Cosmos DB-locatie ophalen

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}
  • Bewerkings IdLocations_Get
GetCosmosDBLocationAsync(SubscriptionResource, String, CancellationToken)

De eigenschappen van een bestaand Cosmos DB-locatieaanvraagpad ophalen: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location} Bewerkings-id: Locations_Get

GetCosmosDBLocations(SubscriptionResource)

Hiermee haalt u een verzameling CosmosDBLocationResources op in de SubscriptionResource.

GetDatabaseAccounts(SubscriptionResource, CancellationToken)

Een lijst met alle Azure Cosmos DB-databaseaccounts die beschikbaar zijn onder het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/databaseAccounts Operation Id: DatabaseAccounts_List

GetDatabaseAccountsAsync(SubscriptionResource, CancellationToken)

Een lijst met alle Azure Cosmos DB-databaseaccounts die beschikbaar zijn onder het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/databaseAccounts Operation Id: DatabaseAccounts_List

GetRestorableCosmosDBAccounts(SubscriptionResource, CancellationToken)

Een lijst met alle beheerbare Azure Cosmos DB-databaseaccounts die beschikbaar zijn onder het abonnement. Voor deze aanroep is de machtiging Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read vereist.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/restorableDatabaseAccounts
  • Bewerking IdRestorableDatabaseAccounts_List
GetRestorableCosmosDBAccountsAsync(SubscriptionResource, CancellationToken)

Een lijst met alle beheerbare Azure Cosmos DB-databaseaccounts die beschikbaar zijn onder het abonnement. Voor deze aanroep is de machtiging Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read vereist.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/restorableDatabaseAccounts
  • Bewerking IdRestorableDatabaseAccounts_List
GetRestorableDatabaseAccounts(SubscriptionResource, CancellationToken)

Een lijst met alle beheerbare Azure Cosmos DB-databaseaccounts die beschikbaar zijn onder het abonnement. Voor deze aanroep is de machtiging Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read vereist. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/restorableDatabaseAccounts Operation Id: RestorableDatabaseAccounts_List

GetRestorableDatabaseAccountsAsync(SubscriptionResource, CancellationToken)

Een lijst met alle beheerbare Azure Cosmos DB-databaseaccounts die beschikbaar zijn onder het abonnement. Voor deze aanroep is de machtiging Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read vereist. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/restorableDatabaseAccounts Operation Id: RestorableDatabaseAccounts_List

GetHubs(SubscriptionResource, CancellationToken)

Hiermee worden alle hubs in het opgegeven abonnement opgehaald.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.CustomerInsights/hubs
  • Bewerkings-IdHubs_List
GetHubsAsync(SubscriptionResource, CancellationToken)

Hiermee worden alle hubs in het opgegeven abonnement opgehaald.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.CustomerInsights/hubs
  • Bewerkings-IdHubs_List
GetDataBoxJobs(SubscriptionResource, String, CancellationToken)

Een lijst met alle taken die beschikbaar zijn onder het abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DataBox/jobs
  • Bewerkings IdJobs_List
GetDataBoxJobsAsync(SubscriptionResource, String, CancellationToken)

Een lijst met alle taken die beschikbaar zijn onder het abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DataBox/jobs
  • Bewerkings IdJobs_List
GetJobResources(SubscriptionResource, String, CancellationToken)

Een lijst met alle taken die beschikbaar zijn onder het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataBox/jobs Operation Id: Jobs_List

GetJobResourcesAsync(SubscriptionResource, String, CancellationToken)

Een lijst met alle taken die beschikbaar zijn onder het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataBox/jobs Operation Id: Jobs_List

GetRegionConfiguration(SubscriptionResource, AzureLocation, RegionConfigurationContent, CancellationToken)

Deze API biedt configuratiedetails die specifiek zijn voor de opgegeven regio/locatie op abonnementsniveau.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/regionConfiguration
  • Bewerkings-IdService_RegionConfiguration
GetRegionConfigurationAsync(SubscriptionResource, AzureLocation, RegionConfigurationContent, CancellationToken)

Deze API biedt configuratiedetails die specifiek zijn voor de opgegeven regio/locatie op abonnementsniveau.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/regionConfiguration
  • Bewerkings-IdService_RegionConfiguration
RegionConfigurationService(SubscriptionResource, AzureLocation, RegionConfigurationRequest, CancellationToken)

Deze API biedt configuratiedetails die specifiek zijn voor de opgegeven regio/locatie op abonnementsniveau. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/regionConfiguration Operation Id: Service_RegionConfiguration

RegionConfigurationServiceAsync(SubscriptionResource, AzureLocation, RegionConfigurationRequest, CancellationToken)

Deze API biedt configuratiedetails die specifiek zijn voor de opgegeven regio/locatie op abonnementsniveau. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/regionConfiguration Operation Id: Service_RegionConfiguration

ValidateAddress(SubscriptionResource, AzureLocation, DataBoxValidateAddressContent, CancellationToken)

[AFGESCHAFTE KENNISGEVING: Deze bewerking wordt binnenkort verwijderd]. Met deze methode wordt het verzendadres van de klant gevalideerd en worden alternatieve adressen opgegeven, indien van toepassing.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/validateAddress
  • Bewerkings IdService_ValidateAddress
ValidateAddressAsync(SubscriptionResource, AzureLocation, DataBoxValidateAddressContent, CancellationToken)

[AFGESCHAFTE KENNISGEVING: Deze bewerking wordt binnenkort verwijderd]. Met deze methode wordt het verzendadres van de klant gevalideerd en worden alternatieve adressen opgegeven, indien van toepassing.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/validateAddress
  • Bewerkings IdService_ValidateAddress
ValidateAddressService(SubscriptionResource, AzureLocation, ValidateAddress, CancellationToken)

[AFGESCHAFTE KENNISGEVING: Deze bewerking wordt binnenkort verwijderd]. Met deze methode wordt het verzendadres van de klant gevalideerd en worden alternatieve adressen opgegeven, indien van toepassing. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/validateAddress Operation Id: Service_ValidateAddress

ValidateAddressServiceAsync(SubscriptionResource, AzureLocation, ValidateAddress, CancellationToken)

[AFGESCHAFTE KENNISGEVING: Deze bewerking wordt binnenkort verwijderd]. Met deze methode wordt het verzendadres van de klant gevalideerd en worden alternatieve adressen opgegeven, indien van toepassing. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/validateAddress Operation Id: Service_ValidateAddress

ValidateInputs(SubscriptionResource, AzureLocation, DataBoxValidationContent, CancellationToken)

Met deze methode worden alle benodigde validaties uitgevoerd voor het maken van de taak in het abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/validateInputs
  • Bewerkings IdService_ValidateInputs
ValidateInputsAsync(SubscriptionResource, AzureLocation, DataBoxValidationContent, CancellationToken)

Met deze methode worden alle benodigde validaties uitgevoerd voor het maken van de taak in het abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/validateInputs
  • Bewerkings IdService_ValidateInputs
ValidateInputsService(SubscriptionResource, AzureLocation, ValidationRequest, CancellationToken)

Met deze methode worden alle benodigde validaties uitgevoerd voor het maken van de taak in het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/validateInputs Operation Id: Service_ValidateInputs

ValidateInputsServiceAsync(SubscriptionResource, AzureLocation, ValidationRequest, CancellationToken)

Met deze methode worden alle benodigde validaties uitgevoerd voor het maken van de taak in het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/validateInputs Operation Id: Service_ValidateInputs

GetAvailableSkus(SubscriptionResource, CancellationToken)

Vermeld alle beschikbare SKU's en informatie met betrekking tot deze SKU's.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DataBoxEdge/availableSkus
  • Bewerkings IdAvailableSkus_List
GetAvailableSkusAsync(SubscriptionResource, CancellationToken)

Vermeld alle beschikbare SKU's en informatie met betrekking tot deze SKU's.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DataBoxEdge/availableSkus
  • Bewerkings IdAvailableSkus_List
GetDataBoxEdgeDevices(SubscriptionResource, String, CancellationToken)

Hiermee haalt u alle Data Box Edge-/Data Box Gateway-apparaten in een abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices
  • Bewerkings IdDevices_ListBySubscription
GetDataBoxEdgeDevicesAsync(SubscriptionResource, String, CancellationToken)

Hiermee haalt u alle Data Box Edge-/Data Box Gateway-apparaten in een abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices
  • Bewerkings IdDevices_ListBySubscription
CreateOrUpdateMarketplaceAgreement(SubscriptionResource, DatadogAgreementResource, CancellationToken)

Maak een Datadog Marketplace-overeenkomst in het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Datadog/agreements/default Operation Id: MarketplaceAgreements_CreateOrUpdate

CreateOrUpdateMarketplaceAgreementAsync(SubscriptionResource, DatadogAgreementResource, CancellationToken)

Maak een Datadog Marketplace-overeenkomst in het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Datadog/agreements/default Operation Id: MarketplaceAgreements_CreateOrUpdate

GetDatadogMonitorResources(SubscriptionResource, CancellationToken)

Alle monitors onder het opgegeven abonnement weergeven. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Datadog/monitors Operation Id: Monitors_List

GetDatadogMonitorResourcesAsync(SubscriptionResource, CancellationToken)

Alle monitors onder het opgegeven abonnement weergeven. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Datadog/monitors Operation Id: Monitors_List

GetMarketplaceAgreements(SubscriptionResource, CancellationToken)

Maak een lijst met Datadog Marketplace-overeenkomsten in het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Datadog/agreements Operation Id: MarketplaceAgreements_List

GetMarketplaceAgreementsAsync(SubscriptionResource, CancellationToken)

Maak een lijst met Datadog Marketplace-overeenkomsten in het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Datadog/agreements Operation Id: MarketplaceAgreements_List

ConfigureFactoryRepoInformation(SubscriptionResource, AzureLocation, FactoryRepoUpdate, CancellationToken)

Updates informatie over de opslagplaats van een fabriek. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/locations/{locationId}/configureFactoryRepo Operation Id: Factories_ConfigureFactoryRepo

ConfigureFactoryRepoInformationAsync(SubscriptionResource, AzureLocation, FactoryRepoUpdate, CancellationToken)

Updates informatie over de opslagplaats van een fabriek. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/locations/{locationId}/configureFactoryRepo Operation Id: Factories_ConfigureFactoryRepo

GetDataFactories(SubscriptionResource, CancellationToken)

Een lijst met factory's onder het opgegeven abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/factorys Operation Id: Factories_List

GetDataFactoriesAsync(SubscriptionResource, CancellationToken)

Een lijst met factory's onder het opgegeven abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/factorys Operation Id: Factories_List

GetFeatureValueExposureControl(SubscriptionResource, AzureLocation, ExposureControlContent, CancellationToken)

De functie voor blootstellingsbeheer voor een specifieke locatie ophalen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/locations/{locationId}/getFeatureValue Operation Id: ExposureControl_GetFeatureValue

GetFeatureValueExposureControlAsync(SubscriptionResource, AzureLocation, ExposureControlContent, CancellationToken)

De functie voor blootstellingsbeheer voor een specifieke locatie ophalen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/locations/{locationId}/getFeatureValue Operation Id: ExposureControl_GetFeatureValue

CheckDataLakeAnalyticsAccountNameAvailability(SubscriptionResource, AzureLocation, DataLakeAnalyticsAccountNameAvailabilityContent, CancellationToken)

Controleert of de opgegeven accountnaam beschikbaar of gebruikt is.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/checkNameAvailability
  • Bewerkings IdAccounts_CheckNameAvailability
CheckDataLakeAnalyticsAccountNameAvailabilityAsync(SubscriptionResource, AzureLocation, DataLakeAnalyticsAccountNameAvailabilityContent, CancellationToken)

Controleert of de opgegeven accountnaam beschikbaar of gebruikt is.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/checkNameAvailability
  • Bewerkings IdAccounts_CheckNameAvailability
GetAccounts(SubscriptionResource, SubscriptionResourceGetAccountsOptions, CancellationToken)

Hiermee haalt u de eerste pagina van Data Lake Analytics accounts op, indien van toepassing, binnen het huidige abonnement. Dit omvat een koppeling naar de volgende pagina, indien aanwezig.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accounts
  • Bewerkings IdAccounts_List
GetAccounts(SubscriptionResource, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken)

Hiermee wordt de eerste pagina van Data Lake Analytics accounts opgehaald, indien van toepassing, binnen het huidige abonnement. Dit omvat een koppeling naar de volgende pagina, indien van toepassing.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accounts aanvragen
  • Bewerkings IdAccounts_List
GetAccountsAsync(SubscriptionResource, SubscriptionResourceGetAccountsOptions, CancellationToken)

Hiermee wordt de eerste pagina van Data Lake Analytics accounts opgehaald, indien van toepassing, binnen het huidige abonnement. Dit omvat een koppeling naar de volgende pagina, indien van toepassing.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accounts aanvragen
  • Bewerkings IdAccounts_List
GetAccountsAsync(SubscriptionResource, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken)

Hiermee wordt de eerste pagina van Data Lake Analytics accounts opgehaald, indien van toepassing, binnen het huidige abonnement. Dit omvat een koppeling naar de volgende pagina, indien van toepassing.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accounts aanvragen
  • Bewerkings IdAccounts_List
GetCapabilityLocation(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee worden eigenschappen en limieten op abonnementsniveau opgehaald voor Data Lake Analytics opgegeven door de resourcelocatie.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/capability aanvragen
  • Bewerkings IdLocations_GetCapability
GetCapabilityLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee worden eigenschappen en limieten op abonnementsniveau opgehaald voor Data Lake Analytics opgegeven door de resourcelocatie.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/capability aanvragen
  • Bewerkings IdLocations_GetCapability
CheckDataLakeStoreAccountNameAvailability(SubscriptionResource, AzureLocation, DataLakeStoreAccountNameAvailabilityContent, CancellationToken)

Controleert of de opgegeven accountnaam beschikbaar of gebruikt is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/checkNameAvailability Operation Id: Accounts_CheckNameAvailability

CheckDataLakeStoreAccountNameAvailabilityAsync(SubscriptionResource, AzureLocation, DataLakeStoreAccountNameAvailabilityContent, CancellationToken)

Controleert of de opgegeven accountnaam beschikbaar of gebruikt is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/checkNameAvailability Operation Id: Accounts_CheckNameAvailability

CheckNameAvailabilityAccount(SubscriptionResource, AzureLocation, CheckNameAvailabilityContent, CancellationToken)

Controleert of de opgegeven accountnaam beschikbaar of gebruikt is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/checkNameAvailability Operation Id: Accounts_CheckNameAvailability

CheckNameAvailabilityAccountAsync(SubscriptionResource, AzureLocation, CheckNameAvailabilityContent, CancellationToken)

Controleert of de opgegeven accountnaam beschikbaar of gebruikt is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/checkNameAvailability Operation Id: Accounts_CheckNameAvailability

GetAccounts(SubscriptionResource, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken)

Een lijst met de Data Lake Store-accounts binnen het abonnement. Het antwoord bevat een koppeling naar de volgende pagina met resultaten, indien van toepassing. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts Bewerkings-id: Accounts_List

GetAccountsAsync(SubscriptionResource, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, CancellationToken)

Een lijst met de Data Lake Store-accounts binnen het abonnement. Het antwoord bevat een koppeling naar de volgende pagina met resultaten, indien van toepassing. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts Bewerkings-id: Accounts_List

GetCapabilityByLocation(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u eigenschappen en limieten op abonnementsniveau op voor Data Lake Store die zijn opgegeven door de resourcelocatie. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/capability Operation Id: Locations_GetCapability

GetCapabilityByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u eigenschappen en limieten op abonnementsniveau op voor Data Lake Store die zijn opgegeven door de resourcelocatie. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/capability Operation Id: Locations_GetCapability

GetCapabilityLocation(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u eigenschappen en limieten op abonnementsniveau op voor Data Lake Store die zijn opgegeven door de resourcelocatie. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/capability Operation Id: Locations_GetCapability

GetCapabilityLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u eigenschappen en limieten op abonnementsniveau op voor Data Lake Store die zijn opgegeven door de resourcelocatie. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/capability Operation Id: Locations_GetCapability

GetUsageLocations(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u het huidige gebruiksaantal en de limiet op voor de resources van de locatie onder het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/usages Bewerkings-id: Locations_GetUsage

GetUsageLocationsAsync(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u het huidige gebruiksaantal en de limiet op voor de resources van de locatie onder het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/usages Bewerkings-id: Locations_GetUsage

GetUsagesByLocation(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u het huidige gebruiksaantal en de limiet op voor de resources van de locatie onder het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/usages Bewerkings-id: Locations_GetUsage

GetUsagesByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u het huidige gebruiksaantal en de limiet op voor de resources van de locatie onder het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/usages Bewerkings-id: Locations_GetUsage

CheckNameAvailabilityService(SubscriptionResource, AzureLocation, NameAvailabilityRequest, CancellationToken)

Met deze methode wordt gecontroleerd of een voorgestelde resourcenaam op het hoogste niveau geldig en beschikbaar is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DataMigration/locations/{location}/checkNameAvailability aanvragen
  • Bewerkings IdServices_CheckNameAvailability
CheckNameAvailabilityServiceAsync(SubscriptionResource, AzureLocation, NameAvailabilityRequest, CancellationToken)

Met deze methode wordt gecontroleerd of een voorgestelde resourcenaam op het hoogste niveau geldig en beschikbaar is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DataMigration/locations/{location}/checkNameAvailability aanvragen
  • Bewerkings IdServices_CheckNameAvailability
GetDataMigrationServices(SubscriptionResource, CancellationToken)

De servicesresource is de resource op het hoogste niveau die de Database Migration Service vertegenwoordigt. Met deze methode wordt een lijst met serviceresources in een abonnement geretourneerd.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DataMigration/services aanvragen
  • Bewerkings IdServices_List
GetDataMigrationServicesAsync(SubscriptionResource, CancellationToken)

De servicesresource is de resource op het hoogste niveau die de Database Migration Service vertegenwoordigt. Met deze methode wordt een lijst met serviceresources in een abonnement geretourneerd.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DataMigration/services aanvragen
  • Bewerkings IdServices_List
GetSkusResourceSkus(SubscriptionResource, CancellationToken)

De actie SKU's retourneert de lijst met SKU's die DMS ondersteunt.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DataMigration/skus
  • Bewerkings IdResourceSkus_ListSkus
GetSkusResourceSkusAsync(SubscriptionResource, CancellationToken)

De actie SKU's retourneert de lijst met SKU's die DMS ondersteunt.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DataMigration/skus
  • Bewerkings IdResourceSkus_ListSkus
GetSqlMigrationServices(SubscriptionResource, CancellationToken)

Haal alle SQL-migratieservices in de abonnementen op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DataMigration/sqlMigrationServices aanvragen
  • Bewerkings IdSqlMigrationServices_ListBySubscription
GetSqlMigrationServicesAsync(SubscriptionResource, CancellationToken)

Haal alle SQL-migratieservices in de abonnementen op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DataMigration/sqlMigrationServices aanvragen
  • Bewerkings IdSqlMigrationServices_ListBySubscription
GetUsages(SubscriptionResource, AzureLocation, CancellationToken)

Deze methode retourneert regiospecifieke quota en informatie over resourcegebruik voor de Database Migration Service.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DataMigration/locations/{location}/usages aanvragen
  • Bewerkings IdUsages_List
GetUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Deze methode retourneert regiospecifieke quota en informatie over resourcegebruik voor de Database Migration Service.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DataMigration/locations/{location}/usages aanvragen
  • Bewerkings IdUsages_List
CheckDataProtectionBackupFeatureSupport(SubscriptionResource, AzureLocation, BackupFeatureValidationContentBase, CancellationToken)

Valideert of een functie wordt ondersteund

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DataProtection/locations/{location}/checkFeatureSupport aanvragen
  • Bewerkings IdDataProtection_CheckFeatureSupport
CheckDataProtectionBackupFeatureSupportAsync(SubscriptionResource, AzureLocation, BackupFeatureValidationContentBase, CancellationToken)

Valideert of een functie wordt ondersteund

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DataProtection/locations/{location}/checkFeatureSupport aanvragen
  • Bewerkings IdDataProtection_CheckFeatureSupport
CheckFeatureSupportDataProtection(SubscriptionResource, AzureLocation, FeatureValidationRequestBase, CancellationToken)

Valideert of een functie wordt ondersteund Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataProtection/locations/{location}/checkFeatureSupport Operation Id: DataProtection_CheckFeatureSupport

CheckFeatureSupportDataProtectionAsync(SubscriptionResource, AzureLocation, FeatureValidationRequestBase, CancellationToken)

Valideert of een functie wordt ondersteund Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataProtection/locations/{location}/checkFeatureSupport Operation Id: DataProtection_CheckFeatureSupport

GetBackupVaultResources(SubscriptionResource, CancellationToken)

Hiermee wordt de resourceverzameling geretourneerd die deel uitmaakt van een abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataProtection/backupVaults Operation Id: BackupVaults_GetInSubscription

GetBackupVaultResourcesAsync(SubscriptionResource, CancellationToken)

Hiermee wordt de resourceverzameling geretourneerd die deel uitmaakt van een abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataProtection/backupVaults Operation Id: BackupVaults_GetInSubscription

GetDataProtectionBackupVaults(SubscriptionResource, CancellationToken)

Hiermee wordt de resourceverzameling geretourneerd die deel uitmaakt van een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DataProtection/backupVaults aanvragen
  • Bewerkings IdBackupVaults_GetInSubscription
GetDataProtectionBackupVaultsAsync(SubscriptionResource, CancellationToken)

Hiermee wordt de resourceverzameling geretourneerd die deel uitmaakt van een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DataProtection/backupVaults aanvragen
  • Bewerkings IdBackupVaults_GetInSubscription
GetResourceGuardResources(SubscriptionResource, CancellationToken)

Hiermee wordt de ResourceGuards-verzameling geretourneerd die deel uitmaakt van een abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataProtection/resourceGuards Operation Id: ResourceGuards_GetResourcesInSubscription

GetResourceGuardResourcesAsync(SubscriptionResource, CancellationToken)

Hiermee wordt de ResourceGuards-verzameling geretourneerd die deel uitmaakt van een abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataProtection/resourceGuards Operation Id: ResourceGuards_GetResourcesInSubscription

GetResourceGuards(SubscriptionResource, CancellationToken)

Hiermee wordt de ResourceGuards-verzameling geretourneerd die deel uitmaakt van een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DataProtection/resourceGuards
  • Bewerkings-IdResourceGuards_GetResourcesInSubscription
GetResourceGuardsAsync(SubscriptionResource, CancellationToken)

Hiermee wordt de ResourceGuards-verzameling geretourneerd die deel uitmaakt van een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DataProtection/resourceGuards
  • Bewerkings-IdResourceGuards_GetResourcesInSubscription
GetAccounts(SubscriptionResource, String, CancellationToken)

Accounts weergeven in abonnementsaanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataShare/accounts Bewerkings-id: Accounts_ListBySubscription

GetAccountsAsync(SubscriptionResource, String, CancellationToken)

Accounts weergeven in abonnementsaanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DataShare/accounts Bewerkings-id: Accounts_ListBySubscription

GetDataShareAccounts(SubscriptionResource, String, CancellationToken)

Accounts weergeven in abonnement

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DataShare/accounts
  • Bewerkings IdAccounts_ListBySubscription
GetDataShareAccountsAsync(SubscriptionResource, String, CancellationToken)

Accounts weergeven in abonnement

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DataShare/accounts
  • Bewerkings IdAccounts_ListBySubscription
GetHostPools(SubscriptionResource, CancellationToken)

HostPools weergeven in abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DesktopVirtualization/hostPools
  • Bewerkings IdHostPools_List
GetHostPoolsAsync(SubscriptionResource, CancellationToken)

HostPools weergeven in abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DesktopVirtualization/hostPools
  • Bewerkings IdHostPools_List
GetScalingPlans(SubscriptionResource, CancellationToken)

Schaalplannen in abonnement weergeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DesktopVirtualization/scalingPlans
  • Bewerkings IdScalingPlans_ListBySubscription
GetScalingPlansAsync(SubscriptionResource, CancellationToken)

Schaalplannen in abonnement weergeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DesktopVirtualization/scalingPlans
  • Bewerkings IdScalingPlans_ListBySubscription
GetVirtualApplicationGroups(SubscriptionResource, String, CancellationToken)

ApplicationGroups in abonnement weergeven.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DesktopVirtualization/applicationGroups
  • Bewerkings IdApplicationGroups_ListBySubscription
GetVirtualApplicationGroupsAsync(SubscriptionResource, String, CancellationToken)

ApplicationGroups in abonnement weergeven.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DesktopVirtualization/applicationGroups
  • Bewerkings IdApplicationGroups_ListBySubscription
GetVirtualWorkspaces(SubscriptionResource, CancellationToken)

Maak een lijst met werkruimten in het abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DesktopVirtualization/workspaces
  • Bewerkings IdWorkspaces_ListBySubscription
GetVirtualWorkspacesAsync(SubscriptionResource, CancellationToken)

Maak een lijst met werkruimten in het abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DesktopVirtualization/workspaces
  • Bewerkings IdWorkspaces_ListBySubscription
GetDevCenters(SubscriptionResource, Nullable<Int32>, CancellationToken)

Een lijst met alle devcenters in een abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/devcenters
  • Bewerkings IdDevCenters_ListBySubscription
GetDevCentersAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Een lijst met alle devcenters in een abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/devcenters
  • Bewerkings IdDevCenters_ListBySubscription
GetNetworkConnections(SubscriptionResource, Nullable<Int32>, CancellationToken)

Een lijst met netwerkverbindingen in een abonnement

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/networkConnections
  • Bewerkings IdNetworkConnections_ListBySubscription
GetNetworkConnectionsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Een lijst met netwerkverbindingen in een abonnement

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/networkConnections
  • Bewerkings IdNetworkConnections_ListBySubscription
GetOperationStatus(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u de huidige status van een asynchrone bewerking op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/locations/{location}/operationStatuses/{operationId}
  • Bewerkings-IdOperationStatuses_Get
GetOperationStatusAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u de huidige status van een asynchrone bewerking op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/locations/{location}/operationStatuses/{operationId}
  • Bewerkings-IdOperationStatuses_Get
GetProjects(SubscriptionResource, Nullable<Int32>, CancellationToken)

Een lijst met alle projecten in het abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DevCenter/projects
  • Bewerkings-IdProjects_ListBySubscription
GetProjectsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Een lijst met alle projecten in het abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DevCenter/projects
  • Bewerkings-IdProjects_ListBySubscription
GetSkusBySubscription(SubscriptionResource, Nullable<Int32>, CancellationToken)

Een lijst met de Microsoft.DevCenter-SKU's die beschikbaar zijn in een abonnement

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DevCenter/skus
  • Bewerkings IdSkus_ListBySubscription
GetSkusBySubscriptionAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Een lijst met de Microsoft.DevCenter-SKU's die beschikbaar zijn in een abonnement

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DevCenter/skus
  • Bewerkings IdSkus_ListBySubscription
GetUsagesByLocation(SubscriptionResource, AzureLocation, CancellationToken)

Een lijst met de huidige gebruiks- en limieten op deze locatie voor het opgegeven abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/locations/{location}/usages
  • Bewerkings IdUsages_ListByLocation
GetUsagesByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Een lijst met de huidige gebruiks- en limieten op deze locatie voor het opgegeven abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/locations/{location}/usages
  • Bewerkings IdUsages_ListByLocation
CheckDeviceProvisioningServicesNameAvailability(SubscriptionResource, DeviceProvisioningServicesNameAvailabilityContent, CancellationToken)

Controleer of de naam van een inrichtingsservice beschikbaar is. Hiermee wordt gecontroleerd of de naam syntactisch geldig is en of de naam bruikbaar is

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Devices/checkProvisioningServiceNameAvailability
  • Bewerkings IdIotDpsResource_CheckProvisioningServiceNameAvailability
CheckDeviceProvisioningServicesNameAvailabilityAsync(SubscriptionResource, DeviceProvisioningServicesNameAvailabilityContent, CancellationToken)

Controleer of de naam van een inrichtingsservice beschikbaar is. Hiermee wordt gecontroleerd of de naam syntactisch geldig is en of de naam bruikbaar is

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Devices/checkProvisioningServiceNameAvailability
  • Bewerkings IdIotDpsResource_CheckProvisioningServiceNameAvailability
CheckProvisioningServiceNameAvailabilityIotDpsResource(SubscriptionResource, OperationInputs, CancellationToken)

Controleer of de naam van een inrichtingsservice beschikbaar is. Hiermee wordt gecontroleerd of de naam syntactisch geldig is en of de naam een bruikbaar aanvraagpad is: /subscriptions/{subscriptionId}/providers/Microsoft.Devices/checkProvisioningServiceNameAvailability Operation Id: IotDpsResource_CheckProvisioningServiceNameAvailability

CheckProvisioningServiceNameAvailabilityIotDpsResourceAsync(SubscriptionResource, OperationInputs, CancellationToken)

Controleer of de naam van een inrichtingsservice beschikbaar is. Hiermee wordt gecontroleerd of de naam syntactisch geldig is en of de naam een bruikbaar aanvraagpad is: /subscriptions/{subscriptionId}/providers/Microsoft.Devices/checkProvisioningServiceNameAvailability Operation Id: IotDpsResource_CheckProvisioningServiceNameAvailability

GetDeviceProvisioningServices(SubscriptionResource, CancellationToken)

Alle inrichtingsservices voor een bepaalde abonnements-id weergeven.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Devices/provisioningServices
  • Bewerkings IdIotDpsResource_ListBySubscription
GetDeviceProvisioningServicesAsync(SubscriptionResource, CancellationToken)

Alle inrichtingsservices voor een bepaalde abonnements-id weergeven.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Devices/provisioningServices
  • Bewerkings IdIotDpsResource_ListBySubscription
GetProvisioningServiceDescriptions(SubscriptionResource, CancellationToken)

Alle inrichtingsservices voor een bepaalde abonnements-id weergeven. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Devices/provisioningServices Operation Id: IotDpsResource_ListBySubscription

GetProvisioningServiceDescriptionsAsync(SubscriptionResource, CancellationToken)

Alle inrichtingsservices voor een bepaalde abonnements-id weergeven. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Devices/provisioningServices Operation Id: IotDpsResource_ListBySubscription

CheckDeviceUpdateNameAvailability(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken)

Controleert de beschikbaarheid van de ADU-resourcenaam.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.DeviceUpdate/checknameavailability
  • Bewerking IdCheckNameAvailability
CheckDeviceUpdateNameAvailabilityAsync(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken)

Controleert de beschikbaarheid van de ADU-resourcenaam.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DeviceUpdate/checknameavailability aanvragen
  • Bewerking IdCheckNameAvailability
GetDeviceUpdateAccounts(SubscriptionResource, CancellationToken)

Retourneert de lijst met accounts.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DeviceUpdate/accounts aanvragen
  • Bewerkings IdAccounts_ListBySubscription
GetDeviceUpdateAccountsAsync(SubscriptionResource, CancellationToken)

Retourneert de lijst met accounts.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DeviceUpdate/accounts aanvragen
  • Bewerkings IdAccounts_ListBySubscription
GetControllers(SubscriptionResource, CancellationToken)

Een lijst met alle Azure Dev Spaces-controllers met hun eigenschappen in het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DevSpaces/controllers aanvragen
  • Bewerkings IdControllers_List
GetControllersAsync(SubscriptionResource, CancellationToken)

Een lijst met alle Azure Dev Spaces-controllers met hun eigenschappen in het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DevSpaces/controllers aanvragen
  • Bewerkings IdControllers_List
GetDevTestLabGlobalSchedules(SubscriptionResource, String, String, Nullable<Int32>, String, CancellationToken)

Planningen in een abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DevTestLab/schedules aanvragen
  • Bewerkings IdGlobalSchedules_ListBySubscription
GetDevTestLabGlobalSchedulesAsync(SubscriptionResource, String, String, Nullable<Int32>, String, CancellationToken)

Planningen in een abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DevTestLab/schedules aanvragen
  • Bewerkings IdGlobalSchedules_ListBySubscription
GetDevTestLabs(SubscriptionResource, String, String, Nullable<Int32>, String, CancellationToken)

Labs in een abonnement weergeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DevTestLab/labs
  • Bewerkings IdLabs_ListBySubscription
GetDevTestLabsAsync(SubscriptionResource, String, String, Nullable<Int32>, String, CancellationToken)

Labs in een abonnement weergeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.DevTestLab/labs
  • Bewerkings IdLabs_ListBySubscription
GetLabs(SubscriptionResource, String, String, Nullable<Int32>, String, CancellationToken)

Labs in een abonnement weergeven. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DevTestLab/labs Operation Id: Labs_ListBySubscription

GetLabsAsync(SubscriptionResource, String, String, Nullable<Int32>, String, CancellationToken)

Labs in een abonnement weergeven. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DevTestLab/labs Operation Id: Labs_ListBySubscription

GetSchedules(SubscriptionResource, String, String, Nullable<Int32>, String, CancellationToken)

Planningen in een abonnement weergeven. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DevTestLab/schedules Operation Id: GlobalSchedules_ListBySubscription

GetSchedulesAsync(SubscriptionResource, String, String, Nullable<Int32>, String, CancellationToken)

Planningen in een abonnement weergeven. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DevTestLab/schedules Operation Id: GlobalSchedules_ListBySubscription

CheckDigitalTwinsNameAvailability(SubscriptionResource, AzureLocation, DigitalTwinsNameContent, CancellationToken)

Controleer of een DigitalTwinsInstance-naam beschikbaar is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DigitalTwins/locations/{location}/checkNameAvailability aanvragen
  • Bewerkings IdDigitalTwins_CheckNameAvailability
CheckDigitalTwinsNameAvailabilityAsync(SubscriptionResource, AzureLocation, DigitalTwinsNameContent, CancellationToken)

Controleer of een DigitalTwinsInstance-naam beschikbaar is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DigitalTwins/locations/{location}/checkNameAvailability aanvragen
  • Bewerkings IdDigitalTwins_CheckNameAvailability
CheckNameAvailabilityDigitalTwin(SubscriptionResource, AzureLocation, CheckNameContent, CancellationToken)

Controleer of een DigitalTwinsInstance-naam beschikbaar is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DigitalTwins/locations/{location}/checkNameAvailability Operation Id: DigitalTwins_CheckNameAvailability

CheckNameAvailabilityDigitalTwinAsync(SubscriptionResource, AzureLocation, CheckNameContent, CancellationToken)

Controleer of een DigitalTwinsInstance-naam beschikbaar is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.DigitalTwins/locations/{location}/checkNameAvailability Operation Id: DigitalTwins_CheckNameAvailability

GetDigitalTwinsDescriptions(SubscriptionResource, CancellationToken)

Download alle DigitalTwinsInstances in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DigitalTwins/digitalTwinsInstances aanvragen
  • Bewerkings IdDigitalTwins_List
GetDigitalTwinsDescriptionsAsync(SubscriptionResource, CancellationToken)

Download alle DigitalTwinsInstances in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DigitalTwins/digitalTwinsInstances aanvragen
  • Bewerkings IdDigitalTwins_List
GetByTargetResourcesDnsResourceReference(SubscriptionResource, DnsResourceReferenceContent, CancellationToken)

Retourneert de DNS-records die zijn opgegeven door de verwijzende targetResourceIds. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/getDnsResourceReference Operation Id: DnsResourceReference_GetByTargetResources

GetByTargetResourcesDnsResourceReferenceAsync(SubscriptionResource, DnsResourceReferenceContent, CancellationToken)

Retourneert de DNS-records die zijn opgegeven door de verwijzende targetResourceIds. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/getDnsResourceReference Operation Id: DnsResourceReference_GetByTargetResources

GetDnsResourceReferencesByTargetResources(SubscriptionResource, DnsResourceReferenceContent, CancellationToken)

Retourneert de DNS-records die zijn opgegeven door de verwijzende targetResourceIds.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/getDnsResourceReference aanvragen
  • Bewerkings IdDnsResourceReference_GetByTargetResources
GetDnsResourceReferencesByTargetResourcesAsync(SubscriptionResource, DnsResourceReferenceContent, CancellationToken)

Retourneert de DNS-records die zijn opgegeven door de verwijzende targetResourceIds.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/getDnsResourceReference aanvragen
  • Bewerkings IdDnsResourceReference_GetByTargetResources
GetDnsZones(SubscriptionResource, Nullable<Int32>, CancellationToken)

Hiermee worden de DNS-zones in alle resourcegroepen in een abonnement weergegeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/dnszones aanvragen
  • Bewerkings IdZones_List
GetDnsZonesAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Hiermee worden de DNS-zones in alle resourcegroepen in een abonnement weergegeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/dnszones aanvragen
  • Bewerkings IdZones_List
GetDnsZonesByDnszone(SubscriptionResource, Nullable<Int32>, CancellationToken)

Hiermee worden de DNS-zones in alle resourcegroepen in een abonnement weergegeven. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/dnszones Operation Id: Zones_List

GetDnsZonesByDnszoneAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Hiermee worden de DNS-zones in alle resourcegroepen in een abonnement weergegeven. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/dnszones Operation Id: Zones_List

GetDnsForwardingRulesets(SubscriptionResource, Nullable<Int32>, CancellationToken)

Een lijst met dns-doorstuurregelsets in alle resourcegroepen van een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/dnsForwardingRulesets aanvragen
  • Bewerkings IdDnsForwardingRulesets_List
GetDnsForwardingRulesetsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Een lijst met dns-doorstuurregelsets in alle resourcegroepen van een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/dnsForwardingRulesets aanvragen
  • Bewerkings IdDnsForwardingRulesets_List
GetDnsResolvers(SubscriptionResource, Nullable<Int32>, CancellationToken)

Een lijst met DNS-resolvers in alle resourcegroepen van een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/dnsResolvers aanvragen
  • Bewerkings IdDnsResolvers_List
GetDnsResolversAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Een lijst met DNS-resolvers in alle resourcegroepen van een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/dnsResolvers aanvragen
  • Bewerkings IdDnsResolvers_List
GetDynatraceMonitors(SubscriptionResource, CancellationToken)

Alle MonitorResource per subscriptionId weergeven

  • Pad/abonnementen/{subscriptionId}/providers/Dynatrace.Observability/monitors aanvragen
  • Bewerkings IdMonitors_ListBySubscriptionId
GetDynatraceMonitorsAsync(SubscriptionResource, CancellationToken)

Alle MonitorResource per subscriptionId weergeven

  • Pad/abonnementen/{subscriptionId}/providers/Dynatrace.Observability/monitors aanvragen
  • Bewerkings IdMonitors_ListBySubscriptionId
GetMonitorResources(SubscriptionResource, CancellationToken)

Lijst met alle MonitorResource per subscriptionId-aanvraagpad: /subscriptions/{subscriptionId}/providers/Dynatrace.Observability/monitors Bewerkings-id: Monitors_ListBySubscriptionId

GetMonitorResourcesAsync(SubscriptionResource, CancellationToken)

Lijst met alle MonitorResource per subscriptionId-aanvraagpad: /subscriptions/{subscriptionId}/providers/Dynatrace.Observability/monitors Bewerkings-id: Monitors_ListBySubscriptionId

GetAddressResources(SubscriptionResource, String, String, CancellationToken)

Een lijst met alle adressen die beschikbaar zijn onder het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.EdgeOrder/addresses Operation Id: ListAddressesAtSubscriptionLevel

GetAddressResourcesAsync(SubscriptionResource, String, String, CancellationToken)

Een lijst met alle adressen die beschikbaar zijn onder het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.EdgeOrder/addresses Operation Id: ListAddressesAtSubscriptionLevel

GetConfigurations(SubscriptionResource, ConfigurationsContent, String, CancellationToken)

Deze methode biedt de lijst met configuraties voor de opgegeven productfamilie, productlijn en product onder abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.EdgeOrder/listConfigurations aanvragen
  • Bewerking IdListConfigurations
GetConfigurationsAsync(SubscriptionResource, ConfigurationsContent, String, CancellationToken)

Deze methode biedt de lijst met configuraties voor de opgegeven productfamilie, productlijn en product onder abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.EdgeOrder/listConfigurations aanvragen
  • Bewerking IdListConfigurations
GetEdgeOrderAddresses(SubscriptionResource, String, String, CancellationToken)

Een lijst met alle adressen die beschikbaar zijn onder het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.EdgeOrder/addresses aanvragen
  • Bewerking IdListAddressesAtSubscriptionLevel
GetEdgeOrderAddressesAsync(SubscriptionResource, String, String, CancellationToken)

Een lijst met alle adressen die beschikbaar zijn onder het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.EdgeOrder/addresses aanvragen
  • Bewerking IdListAddressesAtSubscriptionLevel
GetEdgeOrderItems(SubscriptionResource, String, String, String, CancellationToken)

Een lijst met orderitems op abonnementsniveau.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.EdgeOrder/orderItems aanvragen
  • Bewerking IdListOrderItemsAtSubscriptionLevel
GetEdgeOrderItemsAsync(SubscriptionResource, String, String, String, CancellationToken)

Een lijst met orderitems op abonnementsniveau.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.EdgeOrder/orderItems aanvragen
  • Bewerking IdListOrderItemsAtSubscriptionLevel
GetEdgeOrders(SubscriptionResource, String, CancellationToken)

Een lijst met volgorde op abonnementsniveau.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.EdgeOrder/orders aanvragen
  • Bewerking IdListOrderAtSubscriptionLevel
GetEdgeOrdersAsync(SubscriptionResource, String, CancellationToken)

Een lijst met volgorde op abonnementsniveau.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.EdgeOrder/orders aanvragen
  • Bewerking IdListOrderAtSubscriptionLevel
GetOrderItemResources(SubscriptionResource, String, String, String, CancellationToken)

Een lijst met orderitems op abonnementsniveau. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.EdgeOrder/orderItems Operation Id: ListOrderItemsAtSubscriptionLevel

GetOrderItemResourcesAsync(SubscriptionResource, String, String, String, CancellationToken)

Een lijst met orderitems op abonnementsniveau. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.EdgeOrder/orderItems Operation Id: ListOrderItemsAtSubscriptionLevel

GetOrderResources(SubscriptionResource, String, CancellationToken)

Een lijst met volgorde op abonnementsniveau. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.EdgeOrder/orders Operation Id: ListOrderAtSubscriptionLevel

GetOrderResourcesAsync(SubscriptionResource, String, CancellationToken)

Een lijst met volgorde op abonnementsniveau. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.EdgeOrder/orders Operation Id: ListOrderAtSubscriptionLevel

GetProductFamilies(SubscriptionResource, ProductFamiliesContent, String, String, CancellationToken)

Deze methode biedt de lijst met productfamilies voor het opgegeven abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.EdgeOrder/listProductFamilies aanvragen
  • Bewerking IdListProductFamilies
GetProductFamiliesAsync(SubscriptionResource, ProductFamiliesContent, String, String, CancellationToken)

Deze methode biedt de lijst met productfamilies voor het opgegeven abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.EdgeOrder/listProductFamilies aanvragen
  • Bewerking IdListProductFamilies
GetProductFamiliesMetadata(SubscriptionResource, String, CancellationToken)

Deze methode biedt de lijst met metagegevens van productfamilies voor het opgegeven abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.EdgeOrder/productFamiliesMetadata aanvragen
  • Bewerking IdListProductFamiliesMetadata
GetProductFamiliesMetadataAsync(SubscriptionResource, String, CancellationToken)

Deze methode biedt de lijst met metagegevens van productfamilies voor het opgegeven abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.EdgeOrder/productFamiliesMetadata aanvragen
  • Bewerking IdListProductFamiliesMetadata
GetElasticMonitorResources(SubscriptionResource, CancellationToken)

Alle monitors onder het opgegeven abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Elastic/monitors aanvragen
  • Bewerkings IdMonitors_List
GetElasticMonitorResourcesAsync(SubscriptionResource, CancellationToken)

Alle monitors onder het opgegeven abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Elastic/monitors aanvragen
  • Bewerkings IdMonitors_List
GetElasticSans(SubscriptionResource, CancellationToken)

Hiermee wordt een lijst met ElasticSans in een abonnement opgehaald

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ElasticSan/elasticSans
  • Bewerkings IdElasticSans_ListBySubscription
GetElasticSansAsync(SubscriptionResource, CancellationToken)

Hiermee wordt een lijst met ElasticSans in een abonnement opgehaald

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ElasticSan/elasticSans
  • Bewerkings IdElasticSans_ListBySubscription
GetSkus(SubscriptionResource, String, CancellationToken)

Een lijst maken van alle beschikbare SKU's in de regio en informatie over deze SKU's

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ElasticSan/skus aanvragen
  • Bewerkings IdSkus_List
GetSkusAsync(SubscriptionResource, String, CancellationToken)

Een lijst maken van alle beschikbare SKU's in de regio en informatie over deze SKU's

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.ElasticSan/skus aanvragen
  • Bewerkings IdSkus_List
GetDomains(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Alle domeinen onder een Azure-abonnement weergeven. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/domains Operation Id: Domains_ListBySubscription

GetDomainsAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Alle domeinen onder een Azure-abonnement weergeven. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/domains Operation Id: Domains_ListBySubscription

GetEventGridDomains(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Alle domeinen onder een Azure-abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.EventGrid/domains aanvragen
  • Bewerkings IdDomains_ListBySubscription
GetEventGridDomainsAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Alle domeinen onder een Azure-abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.EventGrid/domains aanvragen
  • Bewerkings IdDomains_ListBySubscription
GetEventGridTopics(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Alle onderwerpen onder een Azure-abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.EventGrid/topics aanvragen
  • Bewerkings IdTopics_ListBySubscription
GetEventGridTopicsAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Alle onderwerpen onder een Azure-abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.EventGrid/topics aanvragen
  • Bewerkings IdTopics_ListBySubscription
GetGlobalBySubscriptionForTopicTypeEventSubscriptions(SubscriptionResource, String, String, Nullable<Int32>, CancellationToken)

Alle globale gebeurtenisabonnementen onder een Azure-abonnement weergeven voor een onderwerptype. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventSubscriptions Operation Id: EventSubscriptions_ListGlobalBySubscriptionForTopicType

GetGlobalBySubscriptionForTopicTypeEventSubscriptionsAsync(SubscriptionResource, String, String, Nullable<Int32>, CancellationToken)

Alle globale gebeurtenisabonnementen onder een Azure-abonnement weergeven voor een onderwerptype. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventSubscriptions Operation Id: EventSubscriptions_ListGlobalBySubscriptionForTopicType

GetGlobalEventSubscriptionsDataForTopicType(SubscriptionResource, String, String, Nullable<Int32>, CancellationToken)

Alle globale gebeurtenisabonnementen onder een Azure-abonnement weergeven voor een onderwerptype.

  • Path/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventSubscriptions aanvragen
  • Bewerkings IdEventSubscriptions_ListGlobalBySubscriptionForTopicType
GetGlobalEventSubscriptionsDataForTopicTypeAsync(SubscriptionResource, String, String, Nullable<Int32>, CancellationToken)

Alle globale gebeurtenisabonnementen onder een Azure-abonnement weergeven voor een onderwerptype.

  • Path/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventSubscriptions aanvragen
  • Bewerkings IdEventSubscriptions_ListGlobalBySubscriptionForTopicType
GetPartnerConfigurations(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Alle partnerconfiguraties onder een Azure-abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.EventGrid/partnerConfigurations aanvragen
  • Bewerkings IdPartnerConfigurations_ListBySubscription
GetPartnerConfigurationsAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Alle partnerconfiguraties onder een Azure-abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.EventGrid/partnerConfigurations aanvragen
  • Bewerkings IdPartnerConfigurations_ListBySubscription
GetPartnerNamespaces(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Alle partnernaamruimten onder een Azure-abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.EventGrid/partnerNamespaces aanvragen
  • Bewerkings IdPartnerNamespaces_ListBySubscription
GetPartnerNamespacesAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Alle partnernaamruimten onder een Azure-abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.EventGrid/partnerNamespaces aanvragen
  • Bewerkings IdPartnerNamespaces_ListBySubscription
GetPartnerRegistrations(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Alle partnerregistraties onder een Azure-abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.EventGrid/partnerRegistrations aanvragen
  • Bewerkings IdPartnerRegistrations_ListBySubscription
GetPartnerRegistrationsAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Alle partnerregistraties onder een Azure-abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.EventGrid/partnerRegistrations aanvragen
  • Bewerkings IdPartnerRegistrations_ListBySubscription
GetPartnerTopics(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Vermeld alle partneronderwerpen onder een Azure-abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/partnerTopics
  • Bewerkings-IdPartnerTopics_ListBySubscription
GetPartnerTopicsAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Vermeld alle partneronderwerpen onder een Azure-abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/partnerTopics
  • Bewerkings-IdPartnerTopics_ListBySubscription
GetRegionalBySubscriptionEventSubscriptions(SubscriptionResource, AzureLocation, String, Nullable<Int32>, CancellationToken)

Vermeld alle gebeurtenisabonnementen van de opgegeven locatie onder een specifiek Azure-abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/eventSubscriptions Operation Id: EventSubscriptions_ListRegionalBySubscription

GetRegionalBySubscriptionEventSubscriptionsAsync(SubscriptionResource, AzureLocation, String, Nullable<Int32>, CancellationToken)

Vermeld alle gebeurtenisabonnementen van de opgegeven locatie onder een specifiek Azure-abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/eventSubscriptions Operation Id: EventSubscriptions_ListRegionalBySubscription

GetRegionalBySubscriptionForTopicTypeEventSubscriptions(SubscriptionResource, AzureLocation, String, String, Nullable<Int32>, CancellationToken)

Alle gebeurtenisabonnementen van de opgegeven locatie weergeven onder een specifiek Azure-abonnement en onderwerptype. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/topicTypes/{topicTypeName}/eventSubscriptions Operation Id: EventSubscriptions_ListRegionalBySubscriptionForTopicType

GetRegionalBySubscriptionForTopicTypeEventSubscriptionsAsync(SubscriptionResource, AzureLocation, String, String, Nullable<Int32>, CancellationToken)

Alle gebeurtenisabonnementen van de opgegeven locatie weergeven onder een specifiek Azure-abonnement en onderwerptype. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/topicTypes/{topicTypeName}/eventSubscriptions Operation Id: EventSubscriptions_ListRegionalBySubscriptionForTopicType

GetRegionalEventSubscriptionsData(SubscriptionResource, AzureLocation, String, Nullable<Int32>, CancellationToken)

Vermeld alle gebeurtenisabonnementen van de opgegeven locatie onder een specifiek Azure-abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/eventSubscriptions
  • Bewerkings IdEventSubscriptions_ListRegionalBySubscription
GetRegionalEventSubscriptionsDataAsync(SubscriptionResource, AzureLocation, String, Nullable<Int32>, CancellationToken)

Vermeld alle gebeurtenisabonnementen van de opgegeven locatie onder een specifiek Azure-abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/eventSubscriptions
  • Bewerkings IdEventSubscriptions_ListRegionalBySubscription
GetRegionalEventSubscriptionsDataForTopicType(SubscriptionResource, AzureLocation, String, String, Nullable<Int32>, CancellationToken)

Alle gebeurtenisabonnementen van de opgegeven locatie weergeven onder een specifiek Azure-abonnement en onderwerptype.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/topicTypes/{topicTypeName}/eventSubscriptions
  • Bewerkings-IdEventSubscriptions_ListRegionalBySubscriptionForTopicType
GetRegionalEventSubscriptionsDataForTopicTypeAsync(SubscriptionResource, AzureLocation, String, String, Nullable<Int32>, CancellationToken)

Alle gebeurtenisabonnementen van de opgegeven locatie weergeven onder een specifiek Azure-abonnement en onderwerptype.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/topicTypes/{topicTypeName}/eventSubscriptions
  • Bewerkings-IdEventSubscriptions_ListRegionalBySubscriptionForTopicType
GetSystemTopics(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Alle systeemonderwerpen onder een Azure-abonnement weergeven.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/systemTopics
  • Bewerkings-IdSystemTopics_ListBySubscription
GetSystemTopicsAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Alle systeemonderwerpen onder een Azure-abonnement weergeven.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/systemTopics
  • Bewerkings-IdSystemTopics_ListBySubscription
GetTopics(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Alle onderwerpen onder een Azure-abonnement weergeven. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/topics Bewerkings-id: Topics_ListBySubscription

GetTopicsAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Alle onderwerpen onder een Azure-abonnement weergeven. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/topics Bewerkings-id: Topics_ListBySubscription

CheckEventHubsNamespaceNameAvailability(SubscriptionResource, EventHubsNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van naamruimtenaam opgeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.EventHub/checkNameAvailability
  • Bewerkings-IdNamespaces_CheckNameAvailability
CheckEventHubsNamespaceNameAvailabilityAsync(SubscriptionResource, EventHubsNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van naamruimtenaam opgeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.EventHub/checkNameAvailability
  • Bewerkings-IdNamespaces_CheckNameAvailability
GetAvailableClusterRegionClusters(SubscriptionResource, CancellationToken)

Vermeld de hoeveelheid beschikbare vooraf ingerichte Event Hubs-clusters, geïndexeerd per Azure-regio.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/availableClusterRegions
  • Bewerkings IdClusters_ListAvailableClusterRegion
GetAvailableClusterRegionClustersAsync(SubscriptionResource, CancellationToken)

Vermeld de hoeveelheid beschikbare vooraf ingerichte Event Hubs-clusters, geïndexeerd per Azure-regio.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/availableClusterRegions
  • Bewerkings IdClusters_ListAvailableClusterRegion
GetEventHubsClusters(SubscriptionResource, CancellationToken)

Een lijst met de beschikbare Event Hubs-clusters binnen een ARM-resourcegroep

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.EventHub/clusters
  • Bewerkings IdClusters_ListBySubscription
GetEventHubsClustersAsync(SubscriptionResource, CancellationToken)

Een lijst met de beschikbare Event Hubs-clusters binnen een ARM-resourcegroep

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.EventHub/clusters
  • Bewerkings IdClusters_ListBySubscription
GetEventHubsNamespaces(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare naamruimten binnen een abonnement, ongeacht de resourcegroepen.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/namespaces
  • Bewerkings IdNamespaces_List
GetEventHubsNamespacesAsync(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare naamruimten binnen een abonnement, ongeacht de resourcegroepen.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/namespaces
  • Bewerkings IdNamespaces_List
GetCustomLocations(SubscriptionResource, CancellationToken)

Hiermee wordt een lijst met aangepaste locaties in het opgegeven abonnement opgehaald. De bewerking retourneert eigenschappen van elk aanvraagpad voor aangepaste locatie: /subscriptions/{subscriptionId}/providers/Microsoft.ExtendedLocation/customLocations Bewerkings-id: CustomLocations_ListBySubscription

GetCustomLocationsAsync(SubscriptionResource, CancellationToken)

Hiermee wordt een lijst met aangepaste locaties in het opgegeven abonnement opgehaald. De bewerking retourneert eigenschappen van elk aanvraagpad voor aangepaste locatie: /subscriptions/{subscriptionId}/providers/Microsoft.ExtendedLocation/customLocations Bewerkings-id: CustomLocations_ListBySubscription

GetCustomLocations(SubscriptionResource, CancellationToken)

Hiermee wordt een lijst met aangepaste locaties in het opgegeven abonnement opgehaald. De bewerking retourneert eigenschappen van elke aangepaste locatie

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ExtendedLocation/customLocations
  • Bewerkings IdCustomLocations_ListBySubscription
GetCustomLocationsAsync(SubscriptionResource, CancellationToken)

Hiermee wordt een lijst met aangepaste locaties in het opgegeven abonnement opgehaald. De bewerking retourneert eigenschappen van elke aangepaste locatie

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ExtendedLocation/customLocations
  • Bewerkings IdCustomLocations_ListBySubscription
GetFluidRelayServers(SubscriptionResource, CancellationToken)

Alle Fluid Relay-servers in een abonnement weergeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.FluidRelay/fluidRelayServers
  • Bewerkings-IdFluidRelayServers_ListBySubscription
GetFluidRelayServersAsync(SubscriptionResource, CancellationToken)

Alle Fluid Relay-servers in een abonnement weergeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.FluidRelay/fluidRelayServers
  • Bewerkings-IdFluidRelayServers_ListBySubscription
CheckFrontDoorNameAvailability(SubscriptionResource, FrontDoorNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van een Front Door-subdomein.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/checkFrontDoorNameAvailability
  • Bewerkings IdFrontDoorNameAvailabilityWithSubscription_Check
CheckFrontDoorNameAvailabilityAsync(SubscriptionResource, FrontDoorNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van een Front Door-subdomein.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/checkFrontDoorNameAvailability
  • Bewerkings IdFrontDoorNameAvailabilityWithSubscription_Check
CheckFrontDoorNameAvailabilityWithSubscription(SubscriptionResource, CheckNameAvailabilityInput, CancellationToken)

Controleer de beschikbaarheid van een Front Door-subdomein. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/checkFrontDoorNameAvailability Operation Id: FrontDoorNameAvailabilityWithSubscription_Check

CheckFrontDoorNameAvailabilityWithSubscriptionAsync(SubscriptionResource, CheckNameAvailabilityInput, CancellationToken)

Controleer de beschikbaarheid van een Front Door-subdomein. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/checkFrontDoorNameAvailability Operation Id: FrontDoorNameAvailabilityWithSubscription_Check

GetFrontDoorNetworkExperimentProfiles(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst met netwerkexperimentprofielen onder een abonnement op

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/NetworkExperimentProfiles
  • Bewerkings-IdNetworkExperimentProfiles_List
GetFrontDoorNetworkExperimentProfilesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst met netwerkexperimentprofielen onder een abonnement op

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/NetworkExperimentProfiles
  • Bewerkings-IdNetworkExperimentProfiles_List
GetFrontDoors(SubscriptionResource, CancellationToken)

Een lijst met alle Front Doors binnen een Azure-abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/frontDoors
  • Bewerkings-IdFrontDoors_List
GetFrontDoorsAsync(SubscriptionResource, CancellationToken)

Een lijst met alle Front Doors binnen een Azure-abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/frontDoors
  • Bewerkings-IdFrontDoors_List
GetManagedRuleSets(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare beheerde regelsets.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/FrontDoorWebApplicationFirewallManagedRuleSets
  • Bewerkings-IdManagedRuleSets_List
GetManagedRuleSetsAsync(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare beheerde regelsets.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/FrontDoorWebApplicationFirewallManagedRuleSets
  • Bewerkings-IdManagedRuleSets_List
GetProfiles(SubscriptionResource, CancellationToken)

Hiermee wordt een lijst met netwerkexperimentprofielen opgehaald onder een abonnementsaanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/NetworkExperimentProfiles Operation Id: NetworkExperimentProfiles_List

GetProfilesAsync(SubscriptionResource, CancellationToken)

Hiermee wordt een lijst met netwerkexperimentprofielen opgehaald onder een abonnementsaanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/NetworkExperimentProfiles Operation Id: NetworkExperimentProfiles_List

GetManagedGrafanas(SubscriptionResource, CancellationToken)

Geef een lijst weer van alle resources van werkruimten voor Grafana onder het opgegeven abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Dashboard/grafana
  • Bewerkings IdGrafana_List
GetManagedGrafanasAsync(SubscriptionResource, CancellationToken)

Geef een lijst weer van alle resources van werkruimten voor Grafana onder het opgegeven abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Dashboard/grafana
  • Bewerkings IdGrafana_List
GetAllGuestConfigurationAssignmentData(SubscriptionResource, CancellationToken)

Alle gastconfiguratietoewijzingen voor een abonnement weergeven.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.GuestConfiguration/guestConfigurationAssignments
  • Bewerkings IdGuestConfigurationAssignments_SubscriptionList
GetAllGuestConfigurationAssignmentDataAsync(SubscriptionResource, CancellationToken)

Alle gastconfiguratietoewijzingen voor een abonnement weergeven.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.GuestConfiguration/guestConfigurationAssignments
  • Bewerkings IdGuestConfigurationAssignments_SubscriptionList
GetGuestConfigurationAssignments(SubscriptionResource, CancellationToken)

Alle gastconfiguratietoewijzingen voor een abonnement weergeven. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.GuestConfiguration/guestConfigurationAssignments Bewerkings-id: GuestConfigurationAssignments_SubscriptionList

GetGuestConfigurationAssignmentsAsync(SubscriptionResource, CancellationToken)

Alle gastconfiguratietoewijzingen voor een abonnement weergeven. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.GuestConfiguration/guestConfigurationAssignments Bewerkings-id: GuestConfigurationAssignments_SubscriptionList

GetHciClusters(SubscriptionResource, CancellationToken)

Alle HCI-clusters in een abonnement weergeven.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.AzureStackHCI/clusters
  • Bewerkings IdClusters_ListBySubscription
GetHciClustersAsync(SubscriptionResource, CancellationToken)

Alle HCI-clusters in een abonnement weergeven.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.AzureStackHCI/clusters
  • Bewerkings IdClusters_ListBySubscription
CheckHDInsightNameAvailability(SubscriptionResource, AzureLocation, HDInsightNameAvailabilityContent, CancellationToken)

Controleer of de clusternaam beschikbaar is of niet.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/checkNameAvailability
  • Bewerkings IdLocations_CheckNameAvailability
CheckHDInsightNameAvailabilityAsync(SubscriptionResource, AzureLocation, HDInsightNameAvailabilityContent, CancellationToken)

Controleer of de clusternaam beschikbaar is of niet.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/checkNameAvailability
  • Bewerkings IdLocations_CheckNameAvailability
GetHDInsightBillingSpecs(SubscriptionResource, AzureLocation, CancellationToken)

Geeft de billingSpecs weer voor het opgegeven abonnement en de opgegeven locatie.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/billingSpecs
  • Bewerkings IdLocations_ListBillingSpecs
GetHDInsightBillingSpecsAsync(SubscriptionResource, AzureLocation, CancellationToken)

Geeft de billingSpecs weer voor het opgegeven abonnement en de opgegeven locatie.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/billingSpecs
  • Bewerkings IdLocations_ListBillingSpecs
GetHDInsightCapabilities(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u de mogelijkheden voor de opgegeven locatie op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/capabilities
  • Bewerkings IdLocations_GetCapabilities
GetHDInsightCapabilitiesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u de mogelijkheden voor de opgegeven locatie op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/capabilities
  • Bewerkings IdLocations_GetCapabilities
GetHDInsightClusters(SubscriptionResource, CancellationToken)

Een lijst met alle HDInsight-clusters onder het abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.HDInsight/clusters
  • Bewerkings IdClusters_List
GetHDInsightClustersAsync(SubscriptionResource, CancellationToken)

Een lijst met alle HDInsight-clusters onder het abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.HDInsight/clusters
  • Bewerkings IdClusters_List
GetHDInsightUsages(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee worden de gebruiksgegevens voor de opgegeven locatie weergegeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/usages
  • Bewerkings IdLocations_ListUsages
GetHDInsightUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee worden de gebruiksgegevens voor de opgegeven locatie weergegeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/usages
  • Bewerkings IdLocations_ListUsages
ValidateHDInsightClusterCreation(SubscriptionResource, AzureLocation, HDInsightClusterCreationValidateContent, CancellationToken)

Controleer of de aanvraagspecificatie voor het maken van het cluster geldig is of niet.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/validateCreateRequest
  • Bewerkings IdLocations_ValidateClusterCreateRequest
ValidateHDInsightClusterCreationAsync(SubscriptionResource, AzureLocation, HDInsightClusterCreationValidateContent, CancellationToken)

Controleer of de aanvraagspecificatie voor het maken van het cluster geldig is of niet.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/validateCreateRequest
  • Bewerkings IdLocations_ValidateClusterCreateRequest
GetHealthBots(SubscriptionResource, CancellationToken)

Retourneert alle resources van een bepaald type die behoren tot een abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.HealthBot/healthBots Operation Id: Bots_List

GetHealthBotsAsync(SubscriptionResource, CancellationToken)

Retourneert alle resources van een bepaald type die behoren tot een abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.HealthBot/healthBots Operation Id: Bots_List

CheckHealthcareApisNameAvailability(SubscriptionResource, HealthcareApisNameAvailabilityContent, CancellationToken)

Controleer of de naam van een service-exemplaar beschikbaar is.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/checkNameAvailability
  • Bewerkings IdServices_CheckNameAvailability
CheckHealthcareApisNameAvailabilityAsync(SubscriptionResource, HealthcareApisNameAvailabilityContent, CancellationToken)

Controleer of de naam van een service-exemplaar beschikbaar is.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/checkNameAvailability
  • Bewerkings IdServices_CheckNameAvailability
CheckNameAvailabilityService(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken)

Controleer of de naam van een service-exemplaar beschikbaar is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/checkNameAvailability Operation Id: Services_CheckNameAvailability

CheckNameAvailabilityServiceAsync(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken)

Controleer of de naam van een service-exemplaar beschikbaar is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/checkNameAvailability Operation Id: Services_CheckNameAvailability

GetHealthcareApisServices(SubscriptionResource, CancellationToken)

Alle service-exemplaren in een abonnement ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.HealthcareApis/services
  • Bewerkings IdServices_List
GetHealthcareApisServicesAsync(SubscriptionResource, CancellationToken)

Alle service-exemplaren in een abonnement ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.HealthcareApis/services
  • Bewerkings IdServices_List
GetHealthcareApisWorkspaces(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare werkruimten onder het opgegeven abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.HealthcareApis/workspaces
  • Bewerkings IdWorkspaces_ListBySubscription
GetHealthcareApisWorkspacesAsync(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare werkruimten onder het opgegeven abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.HealthcareApis/workspaces
  • Bewerkings IdWorkspaces_ListBySubscription
GetOperationResult(SubscriptionResource, String, String, CancellationToken)

Haal het bewerkingsresultaat op voor een langdurige bewerking. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/locations/{locationName}/operationresults/{operationResultId} Bewerkings-id: OperationResults_Get

GetOperationResultAsync(SubscriptionResource, String, String, CancellationToken)

Haal het bewerkingsresultaat op voor een langdurige bewerking. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/locations/{locationName}/operationresults/{operationResultId} Bewerkings-id: OperationResults_Get

GetServicesDescriptions(SubscriptionResource, CancellationToken)

Alle service-exemplaren in een abonnement ophalen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/services Operation Id: Services_List

GetServicesDescriptionsAsync(SubscriptionResource, CancellationToken)

Alle service-exemplaren in een abonnement ophalen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/services Operation Id: Services_List

GetWorkspaces(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare werkruimten onder het opgegeven abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/workspaces Operation Id: Workspaces_ListBySubscription

GetWorkspacesAsync(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare werkruimten onder het opgegeven abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/workspaces Operation Id: Workspaces_ListBySubscription

GetHybridComputeMachines(SubscriptionResource, CancellationToken)

Een lijst met alle hybride machines in het opgegeven abonnement. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina met hybride machines op te halen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.HybridCompute/machines
  • Bewerkings IdMachines_ListBySubscription
GetHybridComputeMachinesAsync(SubscriptionResource, CancellationToken)

Een lijst met alle hybride machines in het opgegeven abonnement. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina met hybride machines op te halen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.HybridCompute/machines
  • Bewerkings IdMachines_ListBySubscription
GetHybridComputePrivateLinkScopes(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst op met alle Azure Arc PrivateLinkScopes binnen een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.HybridCompute/privateLinkScopes aanvragen
  • Bewerkings IdPrivateLinkScopes_List
GetHybridComputePrivateLinkScopesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst op met alle Azure Arc PrivateLinkScopes binnen een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.HybridCompute/privateLinkScopes aanvragen
  • Bewerkings IdPrivateLinkScopes_List
GetValidationDetailsPrivateLinkScope(SubscriptionResource, AzureLocation, String, CancellationToken)

Retourneert de validatiegegevens van een Azure Arc PrivateLinkScope.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.HybridCompute/locations/{location}/privateLinkScopes/{privateLinkScopeId} aanvragen
  • Bewerkings IdPrivateLinkScopes_GetValidationDetails
GetValidationDetailsPrivateLinkScopeAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Retourneert de validatiegegevens van een Azure Arc PrivateLinkScope.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.HybridCompute/locations/{location}/privateLinkScopes/{privateLinkScopeId} aanvragen
  • Bewerkings IdPrivateLinkScopes_GetValidationDetails
GetHybridDataManagers(SubscriptionResource, CancellationToken)

Een lijst met alle data manager-resources die beschikbaar zijn onder het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.HybridData/dataManagers aanvragen
  • Bewerkings IdDataManagers_List
GetHybridDataManagersAsync(SubscriptionResource, CancellationToken)

Een lijst met alle data manager-resources die beschikbaar zijn onder het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.HybridData/dataManagers aanvragen
  • Bewerkings IdDataManagers_List
CheckIotCentralAppNameAvailability(SubscriptionResource, IotCentralAppNameAvailabilityContent, CancellationToken)

Controleer of de naam van een IoT Central-toepassing beschikbaar is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.IoTCentral/checkNameAvailability aanvragen
  • Bewerkings IdApps_CheckNameAvailability
CheckIotCentralAppNameAvailabilityAsync(SubscriptionResource, IotCentralAppNameAvailabilityContent, CancellationToken)

Controleer of de naam van een IoT Central-toepassing beschikbaar is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.IoTCentral/checkNameAvailability aanvragen
  • Bewerkings IdApps_CheckNameAvailability
CheckIotCentralAppSubdomainAvailability(SubscriptionResource, IotCentralAppNameAvailabilityContent, CancellationToken)

Controleer of er een subdomein van een IoT Central-toepassing beschikbaar is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.IoTCentral/checkSubdomainAvailability aanvragen
  • Bewerkings IdApps_CheckSubdomainAvailability
CheckIotCentralAppSubdomainAvailabilityAsync(SubscriptionResource, IotCentralAppNameAvailabilityContent, CancellationToken)

Controleer of er een subdomein van een IoT Central-toepassing beschikbaar is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.IoTCentral/checkSubdomainAvailability aanvragen
  • Bewerkings IdApps_CheckSubdomainAvailability
CheckNameAvailabilityApp(SubscriptionResource, OperationInputs, CancellationToken)

Controleer of de naam van een IoT Central-toepassing beschikbaar is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/checkNameAvailability Operation Id: Apps_CheckNameAvailability

CheckNameAvailabilityAppAsync(SubscriptionResource, OperationInputs, CancellationToken)

Controleer of de naam van een IoT Central-toepassing beschikbaar is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/checkNameAvailability Operation Id: Apps_CheckNameAvailability

CheckSubdomainAvailabilityApp(SubscriptionResource, OperationInputs, CancellationToken)

Controleer of er een subdomein van een IoT Central-toepassing beschikbaar is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/checkSubdomainAvailability Operation Id: Apps_CheckSubdomainAvailability

CheckSubdomainAvailabilityAppAsync(SubscriptionResource, OperationInputs, CancellationToken)

Controleer of er een subdomein van een IoT Central-toepassing beschikbaar is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/checkSubdomainAvailability Operation Id: Apps_CheckSubdomainAvailability

GetIotCentralApps(SubscriptionResource, CancellationToken)

Alle IoT Central-toepassingen in een abonnement ophalen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.IoTCentral/iotApps aanvragen
  • Bewerkings IdApps_ListBySubscription
GetIotCentralAppsAsync(SubscriptionResource, CancellationToken)

Alle IoT Central-toepassingen in een abonnement ophalen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.IoTCentral/iotApps aanvragen
  • Bewerkings IdApps_ListBySubscription
GetTemplatesApps(SubscriptionResource, CancellationToken)

Alle beschikbare toepassingssjablonen ophalen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.IoTCentral/appTemplates aanvragen
  • Bewerkings IdApps_ListTemplates
GetTemplatesAppsAsync(SubscriptionResource, CancellationToken)

Alle beschikbare toepassingssjablonen ophalen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.IoTCentral/appTemplates aanvragen
  • Bewerkings IdApps_ListTemplates
CheckIotHubNameAvailability(SubscriptionResource, IotHubNameAvailabilityContent, CancellationToken)

Controleer of de naam van een IoT-hub beschikbaar is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Devices/checkNameAvailability aanvragen
  • Bewerkings IdIotHubResource_CheckNameAvailability
CheckIotHubNameAvailabilityAsync(SubscriptionResource, IotHubNameAvailabilityContent, CancellationToken)

Controleer of de naam van een IoT-hub beschikbaar is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Devices/checkNameAvailability aanvragen
  • Bewerkings IdIotHubResource_CheckNameAvailability
CheckNameAvailabilityIotHubResource(SubscriptionResource, OperationInputs, CancellationToken)

Controleer of de naam van een IoT-hub beschikbaar is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Devices/checkNameAvailability Operation Id: IotHubResource_CheckNameAvailability

CheckNameAvailabilityIotHubResourceAsync(SubscriptionResource, OperationInputs, CancellationToken)

Controleer of de naam van een IoT-hub beschikbaar is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Devices/checkNameAvailability Operation Id: IotHubResource_CheckNameAvailability

GetIotHubDescriptions(SubscriptionResource, CancellationToken)

Haal alle IoT-hubs in een abonnement op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Devices/IotHubs aanvragen
  • Bewerkings IdIotHubResource_ListBySubscription
GetIotHubDescriptionsAsync(SubscriptionResource, CancellationToken)

Haal alle IoT-hubs in een abonnement op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Devices/IotHubs aanvragen
  • Bewerkings IdIotHubResource_ListBySubscription
GetIotHubUserSubscriptionQuota(SubscriptionResource, CancellationToken)

Het aantal gratis en betaalde ioT-hubs in het abonnement ophalen

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Devices/usages aanvragen
  • Bewerkings IdResourceProviderCommon_GetSubscriptionQuota
GetIotHubUserSubscriptionQuotaAsync(SubscriptionResource, CancellationToken)

Het aantal gratis en betaalde ioT-hubs in het abonnement ophalen

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Devices/usages aanvragen
  • Bewerkings IdResourceProviderCommon_GetSubscriptionQuota
GetSubscriptionQuotaResourceProviderCommons(SubscriptionResource, CancellationToken)

Haal het aantal gratis en betaalde ioT-hubs op in het aanvraagpad van het abonnement: /subscriptions/{subscriptionId}/providers/Microsoft.Devices/usages Bewerkings-id: ResourceProviderCommon_GetSubscriptionQuota

GetSubscriptionQuotaResourceProviderCommonsAsync(SubscriptionResource, CancellationToken)

Haal het aantal gratis en betaalde ioT-hubs op in het aanvraagpad van het abonnement: /subscriptions/{subscriptionId}/providers/Microsoft.Devices/usages Bewerkings-id: ResourceProviderCommon_GetSubscriptionQuota

CheckKeyVaultNameAvailability(SubscriptionResource, KeyVaultNameAvailabilityContent, CancellationToken)

Controleert of de kluisnaam geldig is en nog niet in gebruik is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.KeyVault/checkNameAvailability aanvragen
  • Bewerkings IdVaults_CheckNameAvailability
CheckKeyVaultNameAvailability(SubscriptionResource, VaultCheckNameAvailabilityContent, CancellationToken)

Controleert of de kluisnaam geldig is en nog niet in gebruik is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.KeyVault/checkNameAvailability Operation Id: Vaults_CheckNameAvailability

CheckKeyVaultNameAvailabilityAsync(SubscriptionResource, KeyVaultNameAvailabilityContent, CancellationToken)

Controleert of de kluisnaam geldig is en nog niet in gebruik is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.KeyVault/checkNameAvailability aanvragen
  • Bewerkings IdVaults_CheckNameAvailability
CheckKeyVaultNameAvailabilityAsync(SubscriptionResource, VaultCheckNameAvailabilityContent, CancellationToken)

Controleert of de kluisnaam geldig is en nog niet in gebruik is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.KeyVault/checkNameAvailability Operation Id: Vaults_CheckNameAvailability

GetDeletedKeyVault(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u de verwijderde Azure-sleutelkluis op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedVaults/{vaultName} aanvragen
  • Bewerkings IdVaults_GetDeleted
GetDeletedKeyVaultAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u de verwijderde Azure-sleutelkluis op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedVaults/{vaultName} aanvragen
  • Bewerkings IdVaults_GetDeleted
GetDeletedKeyVaults(SubscriptionResource)

Hiermee haalt u een verzameling DeletedKeyVaultResources op in de SubscriptionResource.

GetDeletedKeyVaults(SubscriptionResource, CancellationToken)

Hiermee haalt u informatie op over de verwijderde kluizen in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.KeyVault/deletedVaults aanvragen
  • Bewerkings IdVaults_ListDeleted
GetDeletedKeyVaultsAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u informatie op over de verwijderde kluizen in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.KeyVault/deletedVaults aanvragen
  • Bewerkings IdVaults_ListDeleted
GetDeletedManagedHsm(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u de opgegeven verwijderde beheerde HSM op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedManagedHSMs/{name} aanvragen
  • Bewerkings IdManagedHsms_GetDeleted
GetDeletedManagedHsm(SubscriptionResource, String, String, CancellationToken)

Hiermee haalt u de opgegeven verwijderde beheerde HSM op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedManagedHSMs/{name} Bewerkings-id: ManagedHsms_GetDeleted

GetDeletedManagedHsmAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u de opgegeven verwijderde beheerde HSM op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedManagedHSMs/{name} aanvragen
  • Bewerkings IdManagedHsms_GetDeleted
GetDeletedManagedHsmAsync(SubscriptionResource, String, String, CancellationToken)

Hiermee haalt u de opgegeven verwijderde beheerde HSM op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedManagedHSMs/{name} Bewerkings-id: ManagedHsms_GetDeleted

GetDeletedManagedHsms(SubscriptionResource)

Hiermee haalt u een verzameling DeletedManagedHsmResources op in de SubscriptionResource.

GetDeletedManagedHsms(SubscriptionResource, CancellationToken)

Met de bewerking Lijst wordt informatie opgehaald over de verwijderde beheerde HSM's die zijn gekoppeld aan het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.KeyVault/deletedManagedHSMs aanvragen
  • Bewerkings IdManagedHsms_ListDeleted
GetDeletedManagedHsmsAsync(SubscriptionResource, CancellationToken)

Met de bewerking Lijst wordt informatie opgehaald over de verwijderde beheerde HSM's die zijn gekoppeld aan het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.KeyVault/deletedManagedHSMs aanvragen
  • Bewerkings IdManagedHsms_ListDeleted
GetDeletedVault(SubscriptionResource, String, String, CancellationToken)

Hiermee haalt u de verwijderde Azure-sleutelkluis op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedVaults/{vaultName} Bewerkings-id: Vaults_GetDeleted

GetDeletedVaultAsync(SubscriptionResource, String, String, CancellationToken)

Hiermee haalt u de verwijderde Azure-sleutelkluis op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedVaults/{vaultName} Bewerkings-id: Vaults_GetDeleted

GetDeletedVaults(SubscriptionResource)

Hiermee haalt u een verzameling DeletedVaultResources op in de SubscriptionResource.

GetDeletedVaults(SubscriptionResource, CancellationToken)

Hiermee haalt u informatie op over de verwijderde kluizen in een abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.KeyVault/deletedVaults Operation Id: Vaults_ListDeleted

GetDeletedVaultsAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u informatie op over de verwijderde kluizen in een abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.KeyVault/deletedVaults Operation Id: Vaults_ListDeleted

GetKeyVaults(SubscriptionResource, Nullable<Int32>, CancellationToken)

Met de bewerking Lijst wordt informatie opgehaald over de kluizen die zijn gekoppeld aan het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.KeyVault/kluizen aanvragen
  • Bewerkings IdVaults_ListBySubscription
GetKeyVaultsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Met de bewerking Lijst wordt informatie opgehaald over de kluizen die zijn gekoppeld aan het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.KeyVault/kluizen aanvragen
  • Bewerkings IdVaults_ListBySubscription
GetManagedHsms(SubscriptionResource, Nullable<Int32>, CancellationToken)

Met de bewerking List wordt informatie opgehaald over de beheerde HSM-pools die zijn gekoppeld aan het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.KeyVault/managedHSMs aanvragen
  • Bewerkings IdManagedHsms_ListBySubscription
GetManagedHsmsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Met de bewerking List wordt informatie opgehaald over de beheerde HSM-pools die zijn gekoppeld aan het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.KeyVault/managedHSMs aanvragen
  • Bewerkings IdManagedHsms_ListBySubscription
GetVaults(SubscriptionResource, Nullable<Int32>, CancellationToken)

Met de bewerking Lijst wordt informatie opgehaald over de kluizen die zijn gekoppeld aan het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.KeyVault/vaults Operation Id: Vaults_ListBySubscription

GetVaultsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Met de bewerking Lijst wordt informatie opgehaald over de kluizen die zijn gekoppeld aan het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.KeyVault/vaults Operation Id: Vaults_ListBySubscription

GetConnectedClusters(SubscriptionResource, CancellationToken)

API voor het inventariseren van geregistreerde verbonden K8s-clusters onder een abonnement

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Kubernetes/connectedClusters aanvragen
  • Bewerkings IdConnectedCluster_ListBySubscription
GetConnectedClustersAsync(SubscriptionResource, CancellationToken)

API voor het inventariseren van geregistreerde verbonden K8s-clusters onder een abonnement

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Kubernetes/connectedClusters aanvragen
  • Bewerkings IdConnectedCluster_ListBySubscription
CheckKustoClusterNameAvailability(SubscriptionResource, AzureLocation, KustoClusterNameAvailabilityContent, CancellationToken)

Controleert of de clusternaam geldig is en nog niet in gebruik is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Kusto/locations/{location}/checkNameAvailability aanvragen
  • Bewerkings IdClusters_CheckNameAvailability
CheckKustoClusterNameAvailabilityAsync(SubscriptionResource, AzureLocation, KustoClusterNameAvailabilityContent, CancellationToken)

Controleert of de clusternaam geldig is en nog niet in gebruik is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Kusto/locations/{location}/checkNameAvailability aanvragen
  • Bewerkings IdClusters_CheckNameAvailability
CheckNameAvailabilityCluster(SubscriptionResource, AzureLocation, ClusterCheckNameContent, CancellationToken)

Controleert of de clusternaam geldig is en nog niet in gebruik is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Kusto/locations/{location}/checkNameAvailability Operation Id: Clusters_CheckNameAvailability

CheckNameAvailabilityClusterAsync(SubscriptionResource, AzureLocation, ClusterCheckNameContent, CancellationToken)

Controleert of de clusternaam geldig is en nog niet in gebruik is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Kusto/locations/{location}/checkNameAvailability Operation Id: Clusters_CheckNameAvailability

GetClusters(SubscriptionResource, CancellationToken)

Een lijst met alle Kusto-clusters binnen een abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Kusto/clusters Operation Id: Clusters_List

GetClustersAsync(SubscriptionResource, CancellationToken)

Een lijst met alle Kusto-clusters binnen een abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Kusto/clusters Operation Id: Clusters_List

GetKustoClusters(SubscriptionResource, CancellationToken)

Een lijst met alle Kusto-clusters binnen een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Kusto/clusters aanvragen
  • Bewerkings IdClusters_List
GetKustoClustersAsync(SubscriptionResource, CancellationToken)

Een lijst met alle Kusto-clusters binnen een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Kusto/clusters aanvragen
  • Bewerkings IdClusters_List
GetKustoEligibleSkus(SubscriptionResource, CancellationToken)

Een lijst met in aanmerking komende SKU's voor Kusto-resourceprovider.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Kusto/skus aanvragen
  • Bewerkings IdClusters_ListSkus
GetKustoEligibleSkusAsync(SubscriptionResource, CancellationToken)

Een lijst met in aanmerking komende SKU's voor Kusto-resourceprovider.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Kusto/skus aanvragen
  • Bewerkings IdClusters_ListSkus
GetOperationsResult(SubscriptionResource, AzureLocation, String, CancellationToken)

Retourneert bewerkingsresultaten. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Kusto/locations/{location}/operationResults/{operationId} Bewerkings-id: OperationsResults_Get

GetOperationsResultAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Retourneert bewerkingsresultaten. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Kusto/locations/{location}/operationResults/{operationId} Bewerkings-id: OperationsResults_Get

GetOperationsResultsLocation(SubscriptionResource, AzureLocation, String, CancellationToken)

Retourneert bewerkingsresultaten. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Kusto/locations/{location}/operationResults/{operationId} Bewerkings-id: OperationsResultsLocation_Get

GetOperationsResultsLocationAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Retourneert bewerkingsresultaten. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Kusto/locations/{location}/operationResults/{operationId} Bewerkings-id: OperationsResultsLocation_Get

GetSkus(SubscriptionResource, AzureLocation, CancellationToken)

Een lijst met in aanmerking komende regio-SKU's voor Kusto-resourceprovider per Azure-regio.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Kusto/locations/{location}/skus aanvragen
  • Bewerkings IdSkus_List
GetSkusAsync(SubscriptionResource, AzureLocation, CancellationToken)

Een lijst met in aanmerking komende regio-SKU's voor Kusto-resourceprovider per Azure-regio.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Kusto/locations/{location}/skus aanvragen
  • Bewerkings IdSkus_List
GetSkusClusters(SubscriptionResource, CancellationToken)

Een lijst met in aanmerking komende SKU's voor Kusto-resourceprovider. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Kusto/skus Operation Id: Clusters_ListSkus

GetSkusClustersAsync(SubscriptionResource, CancellationToken)

Een lijst met in aanmerking komende SKU's voor Kusto-resourceprovider. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Kusto/skus Operation Id: Clusters_ListSkus

GetLabPlans(SubscriptionResource, String, CancellationToken)

Retourneert een lijst met alle labplannen binnen een abonnement

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.LabServices/labPlans aanvragen
  • Bewerkings IdLabPlans_ListBySubscription
GetLabPlansAsync(SubscriptionResource, String, CancellationToken)

Retourneert een lijst met alle labplannen binnen een abonnement

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.LabServices/labPlans aanvragen
  • Bewerkings IdLabPlans_ListBySubscription
GetLabs(SubscriptionResource, String, CancellationToken)

Retourneert een lijst met alle labs voor een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.LabServices/labs aanvragen
  • Bewerkings IdLabs_ListBySubscription
GetLabsAsync(SubscriptionResource, String, CancellationToken)

Retourneert een lijst met alle labs voor een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.LabServices/labs aanvragen
  • Bewerkings IdLabs_ListBySubscription
GetOperationResult(SubscriptionResource, String, CancellationToken)

Retourneert een resultaat van een Azure-bewerking. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.LabServices/operationResults/{operationResultId} Bewerkings-id: OperationResults_Get

GetOperationResultAsync(SubscriptionResource, String, CancellationToken)

Retourneert een resultaat van een Azure-bewerking. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.LabServices/operationResults/{operationResultId} Bewerkings-id: OperationResults_Get

GetSkus(SubscriptionResource, String, CancellationToken)

Retourneert een lijst met Azure Lab Services-resource-SKU's.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.LabServices/skus aanvragen
  • Bewerkings IdSkus_List
GetSkusAsync(SubscriptionResource, String, CancellationToken)

Retourneert een lijst met Azure Lab Services-resource-SKU's.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.LabServices/skus aanvragen
  • Bewerkings IdSkus_List
GetUsages(SubscriptionResource, AzureLocation, String, CancellationToken)

Retourneert een lijst met gebruik per SKU-familie voor het opgegeven abonnement in de opgegeven regio.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.LabServices/locations/{location}/usages aanvragen
  • Bewerkings IdUsages_ListByLocation
GetUsagesAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Retourneert een lijst met gebruik per SKU-familie voor het opgegeven abonnement in de opgegeven regio.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.LabServices/locations/{location}/usages aanvragen
  • Bewerkings IdUsages_ListByLocation
GetUsagesByLocation(SubscriptionResource, AzureLocation, String, CancellationToken)

Retourneert een lijst met gebruik per SKU-familie voor het opgegeven abonnement in de opgegeven regio. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.LabServices/locations/{location}/usages Operation Id: Usages_ListByLocation

GetUsagesByLocationAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Retourneert een lijst met gebruik per SKU-familie voor het opgegeven abonnement in de opgegeven regio. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.LabServices/locations/{location}/usages Operation Id: Usages_ListByLocation

GetAllLoadTestingQuota(SubscriptionResource, AzureLocation)

Hiermee haalt u een verzameling LoadTestingQuotaResources op in de SubscriptionResource.

GetLoadTestingQuota(SubscriptionResource, AzureLocation, String, CancellationToken)

Haal het beschikbare quotum voor een quotumbucket per regio per abonnement op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/quotas/{quotaBucketName} aanvragen
  • Bewerkings IdQuotas_Get
GetLoadTestingQuotaAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Haal het beschikbare quotum voor een quotumbucket per regio per abonnement op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/quotas/{quotaBucketName} aanvragen
  • Bewerkings IdQuotas_Get
GetLoadTestingResources(SubscriptionResource, CancellationToken)

Een lijst met loadtests van resources in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.LoadTestService/loadTests aanvragen
  • Bewerkings IdLoadTests_ListBySubscription
GetLoadTestingResourcesAsync(SubscriptionResource, CancellationToken)

Een lijst met loadtests van resources in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.LoadTestService/loadTests aanvragen
  • Bewerkings IdLoadTests_ListBySubscription
GetIntegrationAccounts(SubscriptionResource, Nullable<Int32>, CancellationToken)

Hiermee wordt een lijst met integratieaccounts per abonnement opgehaald.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Logic/integrationAccounts aanvragen
  • Bewerkings IdIntegrationAccounts_ListBySubscription
GetIntegrationAccountsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Hiermee wordt een lijst met integratieaccounts per abonnement opgehaald.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Logic/integrationAccounts aanvragen
  • Bewerkings IdIntegrationAccounts_ListBySubscription
GetIntegrationServiceEnvironments(SubscriptionResource, Nullable<Int32>, CancellationToken)

Hiermee haalt u een lijst op met integratieserviceomgevingen per abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Logic/integrationServiceEnvironments aanvragen
  • Bewerkings IdIntegrationServiceEnvironments_ListBySubscription
GetIntegrationServiceEnvironmentsAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Hiermee haalt u een lijst op met integratieserviceomgevingen per abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Logic/integrationServiceEnvironments aanvragen
  • Bewerkings IdIntegrationServiceEnvironments_ListBySubscription
GetLogicWorkflows(SubscriptionResource, Nullable<Int32>, String, CancellationToken)

Hiermee wordt een lijst met werkstromen per abonnement opgehaald.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Logic/workflows aanvragen
  • Bewerkings IdWorkflows_ListBySubscription
GetLogicWorkflowsAsync(SubscriptionResource, Nullable<Int32>, String, CancellationToken)

Hiermee wordt een lijst met werkstromen per abonnement opgehaald.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Logic/workflows aanvragen
  • Bewerkings IdWorkflows_ListBySubscription
GetMachineLearningQuotas(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u de momenteel toegewezen werkruimtequota op op basis van VMFamily.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/quotas aanvragen
  • Bewerkings IdQuotas_List
GetMachineLearningQuotasAsync(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u de momenteel toegewezen werkruimtequota op op basis van VMFamily.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/quotas aanvragen
  • Bewerkings IdQuotas_List
GetMachineLearningUsages(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u de huidige gebruiksgegevens op, evenals de limieten voor AML-resources voor een bepaald abonnement en een bepaalde locatie.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/usages aanvragen
  • Bewerkings IdUsages_List
GetMachineLearningUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u de huidige gebruiksgegevens op, evenals de limieten voor AML-resources voor een bepaald abonnement en een bepaalde locatie.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/usages aanvragen
  • Bewerkings IdUsages_List
GetMachineLearningVmSizes(SubscriptionResource, AzureLocation, CancellationToken)

Retourneert ondersteunde VM-grootten op een locatie

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/vmSizes aanvragen
  • Bewerkings IdVirtualMachineSizes_List
GetMachineLearningVmSizesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Retourneert ondersteunde VM-grootten op een locatie

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/vmSizes aanvragen
  • Bewerkings IdVirtualMachineSizes_List
GetMachineLearningWorkspaces(SubscriptionResource, String, CancellationToken)

Een lijst met alle beschikbare machine learning-werkruimten onder het opgegeven abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.MachineLearningServices/workspaces aanvragen
  • Bewerkings IdWorkspaces_ListBySubscription
GetMachineLearningWorkspacesAsync(SubscriptionResource, String, CancellationToken)

Een lijst met alle beschikbare machine learning-werkruimten onder het opgegeven abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.MachineLearningServices/workspaces aanvragen
  • Bewerkings IdWorkspaces_ListBySubscription
GetQuotas(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u de momenteel toegewezen werkruimtequota op op basis van VMFamily. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/quotas Operation Id: Quotas_List

GetQuotasAsync(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u de momenteel toegewezen werkruimtequota op op basis van VMFamily. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/quotas Operation Id: Quotas_List

GetUsages(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u de huidige gebruiksgegevens op, evenals de limieten voor AML-resources voor een bepaald abonnement en een bepaalde locatie. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/usages Bewerkings-id: Usages_List

GetUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u de huidige gebruiksgegevens op, evenals de limieten voor AML-resources voor een bepaald abonnement en een bepaalde locatie. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/usages Bewerkings-id: Usages_List

GetVirtualMachineSizes(SubscriptionResource, AzureLocation, CancellationToken)

Retourneert ondersteunde VM-grootten in een locatieaanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/vmSizes Operation Id: VirtualMachineSizes_List

GetVirtualMachineSizesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Retourneert ondersteunde VM-grootten in een locatieaanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/vmSizes Operation Id: VirtualMachineSizes_List

UpdateMachineLearningQuotas(SubscriptionResource, AzureLocation, MachineLearningQuotaUpdateContent, CancellationToken)

Quotum bijwerken voor elke VM-familie in de werkruimte.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/updateQuotas aanvragen
  • Bewerkings IdQuotas_Update
UpdateMachineLearningQuotasAsync(SubscriptionResource, AzureLocation, MachineLearningQuotaUpdateContent, CancellationToken)

Werk het quotum bij voor elke VM-familie in de werkruimte.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/updateQuotas
  • Bewerkings IdQuotas_Update
UpdateQuotas(SubscriptionResource, AzureLocation, QuotaUpdateContent, CancellationToken)

Werk het quotum bij voor elke VM-familie in de werkruimte. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/updateQuotas Operation Id: Quotas_Update

UpdateQuotasAsync(SubscriptionResource, AzureLocation, QuotaUpdateContent, CancellationToken)

Werk het quotum bij voor elke VM-familie in de werkruimte. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/updateQuotas Operation Id: Quotas_Update

GetOperationalizationClusters(SubscriptionResource, String, CancellationToken)

Hiermee haalt u de operationalisatieclusters in het opgegeven abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningCompute/operationalizationClusters
  • Bewerkings-IdOperationalizationClusters_ListBySubscriptionId
GetOperationalizationClustersAsync(SubscriptionResource, String, CancellationToken)

Hiermee haalt u de operationalisatieclusters in het opgegeven abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningCompute/operationalizationClusters
  • Bewerkings-IdOperationalizationClusters_ListBySubscriptionId
GetApplyUpdates(SubscriptionResource, CancellationToken)

Configuratierecords ophalen binnen een abonnementsaanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/applyUpdates Operation Id: ApplyUpdates_List

GetApplyUpdatesAsync(SubscriptionResource, CancellationToken)

Configuratierecords ophalen binnen een abonnementsaanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/applyUpdates Operation Id: ApplyUpdates_List

GetConfigurationAssignments(SubscriptionResource, CancellationToken)

Configuratietoewijzing ophalen binnen een abonnementsaanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/configurationAssignments Operation Id: ConfigurationAssignmentsWithinSubscription_List

GetConfigurationAssignmentsAsync(SubscriptionResource, CancellationToken)

Configuratietoewijzing ophalen binnen een abonnementsaanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/configurationAssignments Operation Id: ConfigurationAssignmentsWithinSubscription_List

GetMaintenanceApplyUpdates(SubscriptionResource, CancellationToken)

Configuratierecords binnen een abonnement ophalen

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Maintenance/applyUpdates
  • Bewerkings-IdApplyUpdates_List
GetMaintenanceApplyUpdatesAsync(SubscriptionResource, CancellationToken)

Configuratierecords binnen een abonnement ophalen

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Maintenance/applyUpdates
  • Bewerkings-IdApplyUpdates_List
GetMaintenanceConfigurations(SubscriptionResource, CancellationToken)

Configuratierecords binnen een abonnement ophalen

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Maintenance/maintenanceConfigurations
  • Bewerkings IdMaintenanceConfigurations_List
GetMaintenanceConfigurationsAsync(SubscriptionResource, CancellationToken)

Configuratierecords binnen een abonnement ophalen

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Maintenance/maintenanceConfigurations
  • Bewerkings IdMaintenanceConfigurations_List
GetMaintenancePublicConfiguration(SubscriptionResource, String, CancellationToken)

Openbare onderhoudsconfiguratierecord ophalen

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/{resourceName}
  • Bewerkings IdPublicMaintenanceConfigurations_Get
GetMaintenancePublicConfigurationAsync(SubscriptionResource, String, CancellationToken)

Openbare onderhoudsconfiguratierecord ophalen

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/{resourceName}
  • Bewerkings IdPublicMaintenanceConfigurations_Get
GetMaintenancePublicConfigurations(SubscriptionResource)

Hiermee haalt u een verzameling MaintenancePublicConfigurationResources op in de SubscriptionResource.

GetPublicMaintenanceConfiguration(SubscriptionResource, String, CancellationToken)

Aanvraagpad voor openbare onderhoudsconfiguratierecord ophalen: /subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/{resourceName} Bewerkings-id: PublicMaintenanceConfigurations_Get

GetPublicMaintenanceConfigurationAsync(SubscriptionResource, String, CancellationToken)

Aanvraagpad voor openbare onderhoudsconfiguratierecord ophalen: /subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/{resourceName} Bewerkings-id: PublicMaintenanceConfigurations_Get

GetPublicMaintenanceConfigurations(SubscriptionResource)

Hiermee haalt u een verzameling PublicMaintenanceConfigurationResources op in de SubscriptionResource.

GetManagedNetworks(SubscriptionResource, Nullable<Int32>, String, CancellationToken)

Met de bewerking ListBySubscription ManagedNetwork worden alle beheerde netwerkresources in het huidige abonnement opgehaald in een gepagineerde indeling.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ManagedNetwork/managedNetworks
  • Bewerkings-IdManagedNetworks_ListBySubscription
GetManagedNetworksAsync(SubscriptionResource, Nullable<Int32>, String, CancellationToken)

Met de bewerking ListBySubscription ManagedNetwork worden alle beheerde netwerkresources in het huidige abonnement opgehaald in een gepagineerde indeling.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ManagedNetwork/managedNetworks
  • Bewerkings-IdManagedNetworks_ListBySubscription
GetSystemAssignedIdentity(ArmResource)

Hiermee haalt u een object op dat een SystemAssignedIdentityResource vertegenwoordigt, samen met de exemplaarbewerkingen die erop kunnen worden uitgevoerd in de ArmResource.

GetUserAssignedIdentities(SubscriptionResource, CancellationToken)

Een lijst met alle userAssignedId-entiteiten die beschikbaar zijn onder het opgegeven abonnement.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ManagedIdentity/userAssignedIdentities
  • Bewerkings IdUserAssignedIdentities_ListBySubscription
GetUserAssignedIdentitiesAsync(SubscriptionResource, CancellationToken)

Een lijst met alle userAssignedId-entiteiten die beschikbaar zijn onder het opgegeven abonnement.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ManagedIdentity/userAssignedIdentities
  • Bewerkings IdUserAssignedIdentities_ListBySubscription
GetMapsAccounts(SubscriptionResource, CancellationToken)

Alle Kaarten-accounts in een abonnement ophalen

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Maps/accounts
  • Bewerkings IdAccounts_ListBySubscription
GetMapsAccountsAsync(SubscriptionResource, CancellationToken)

Alle Kaarten-accounts in een abonnement ophalen

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Maps/accounts
  • Bewerkings IdAccounts_ListBySubscription
GetSubscriptionOperationsMaps(SubscriptionResource, CancellationToken)

Bewerkingen weergeven die beschikbaar zijn voor het aanvraagpad van de kaartenresourceprovider: /subscriptions/{subscriptionId}/providers/Microsoft.Maps/operations Operation Id: Maps_ListSubscriptionOperations

GetSubscriptionOperationsMapsAsync(SubscriptionResource, CancellationToken)

Bewerkingen weergeven die beschikbaar zijn voor het aanvraagpad van de kaartenresourceprovider: /subscriptions/{subscriptionId}/providers/Microsoft.Maps/operations Operation Id: Maps_ListSubscriptionOperations

GetAgreementOfferPlan(SubscriptionResource, String, String, String, CancellationToken)

Marketplace-overeenkomst ophalen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements/{publisherId}/offers/{offerId}/plans/{planId} Bewerkings-id: MarketplaceAgreements_GetAgreement

GetAgreementOfferPlanAsync(SubscriptionResource, String, String, String, CancellationToken)

Marketplace-overeenkomst ophalen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements/{publisherId}/offers/{offerId}/plans/{planId} Bewerkings-id: MarketplaceAgreements_GetAgreement

GetAgreementOfferPlans(SubscriptionResource)

Hiermee haalt u een verzameling AgreementOfferPlanResources op in de SubscriptionResource.

GetMarketplaceAgreement(SubscriptionResource, String, String, String, CancellationToken)

Marketplace-overeenkomst ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements/{publisherId}/offers/{offerId}/plans/{planId}
  • Bewerkings-IdMarketplaceAgreements_GetAgreement
GetMarketplaceAgreementAsync(SubscriptionResource, String, String, String, CancellationToken)

Marketplace-overeenkomst ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements/{publisherId}/offers/{offerId}/plans/{planId}
  • Bewerkings-IdMarketplaceAgreements_GetAgreement
GetMarketplaceAgreements(SubscriptionResource)

Hiermee haalt u een verzameling MarketplaceAgreementResources op in de SubscriptionResource.

GetMarketplaceAgreementTerm(SubscriptionResource, AgreementOfferType, String, String, String, CancellationToken)

Marketplace-voorwaarden ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
  • Bewerkings IdMarketplaceAgreements_Get
GetMarketplaceAgreementTermAsync(SubscriptionResource, AgreementOfferType, String, String, String, CancellationToken)

Marketplace-voorwaarden ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
  • Bewerkings IdMarketplaceAgreements_Get
GetMarketplaceAgreementTerms(SubscriptionResource)

Hiermee haalt u een verzameling MarketplaceAgreementTermResources op in de SubscriptionResource.

GetOfferTypePublisherOfferPlanAgreement(SubscriptionResource, OfferType, String, String, String, CancellationToken)

Marketplace-voorwaarden ophalen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current Operation Id: MarketplaceAgreements_Get

GetOfferTypePublisherOfferPlanAgreementAsync(SubscriptionResource, OfferType, String, String, String, CancellationToken)

Marketplace-voorwaarden ophalen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current Operation Id: MarketplaceAgreements_Get

GetOfferTypePublisherOfferPlanAgreements(SubscriptionResource)

Hiermee haalt u een verzameling OfferTypePublisherOfferPlanAgreementResources op in de SubscriptionResource.

CheckMediaNameAvailability(SubscriptionResource, AzureLocation, MediaNameAvailabilityContent, CancellationToken)

Controleert of de mediaserviceresourcenaam beschikbaar is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Media/locations/{locationName}/checkNameAvailability Operation Id: Locations_CheckNameAvailability

CheckMediaNameAvailabilityAsync(SubscriptionResource, AzureLocation, MediaNameAvailabilityContent, CancellationToken)

Controleert of de mediaserviceresourcenaam beschikbaar is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Media/locations/{locationName}/checkNameAvailability Operation Id: Locations_CheckNameAvailability

CheckMediaServicesNameAvailability(SubscriptionResource, AzureLocation, MediaServicesNameAvailabilityContent, CancellationToken)

Controleert of de mediaserviceresourcenaam beschikbaar is.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Media/locations/{locationName}/checkNameAvailability
  • Bewerkings IdLocations_CheckNameAvailability
CheckMediaServicesNameAvailabilityAsync(SubscriptionResource, AzureLocation, MediaServicesNameAvailabilityContent, CancellationToken)

Controleert of de mediaserviceresourcenaam beschikbaar is.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Media/locations/{locationName}/checkNameAvailability
  • Bewerkings IdLocations_CheckNameAvailability
GetMediaServicesAccounts(SubscriptionResource, CancellationToken)

Maak een lijst met Media Services-accounts in het abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Media/mediaservices
  • Bewerkings IdMediaservices_ListBySubscription
GetMediaServicesAccountsAsync(SubscriptionResource, CancellationToken)

Maak een lijst met Media Services-accounts in het abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Media/mediaservices
  • Bewerkings IdMediaservices_ListBySubscription
GetMediaServicesOperationStatus(SubscriptionResource, AzureLocation, String, CancellationToken)

De bewerkingsstatus van mediaservice ophalen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Media/locations/{locationName}/mediaServicesOperationStatuses/{operationId} Bewerkings-id: MediaServicesOperationStatuses_Get

GetMediaServicesOperationStatusAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

De bewerkingsstatus van mediaservice ophalen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Media/locations/{locationName}/mediaServicesOperationStatuses/{operationId} Bewerkings-id: MediaServicesOperationStatuses_Get

GetMoveCollections(SubscriptionResource, CancellationToken)

Haal alle verzamelingen verplaatsen in het abonnement op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Migrate/moveCollections Operation Id: MoveCollections_ListMoveCollectionsBySubscription

GetMoveCollectionsAsync(SubscriptionResource, CancellationToken)

Haal alle verzamelingen verplaatsen in het abonnement op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Migrate/moveCollections Operation Id: MoveCollections_ListMoveCollectionsBySubscription

CheckMixedRealityNameAvailability(SubscriptionResource, AzureLocation, MixedRealityNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van de naam op lokale uniekheid

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/locations/{location}/checkNameAvailability
  • Bewerking IdCheckNameAvailabilityLocal
CheckMixedRealityNameAvailabilityAsync(SubscriptionResource, AzureLocation, MixedRealityNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van de naam op lokale uniekheid

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/locations/{location}/checkNameAvailability
  • Bewerking IdCheckNameAvailabilityLocal
CheckNameAvailabilityLocal(SubscriptionResource, AzureLocation, CheckNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van de naam voor lokale uniekheid Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/locations/{location}/checkNameAvailability Operation Id: CheckNameAvailabilityLocal

CheckNameAvailabilityLocalAsync(SubscriptionResource, AzureLocation, CheckNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van de naam voor lokale uniekheid Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/locations/{location}/checkNameAvailability Operation Id: CheckNameAvailabilityLocal

GetObjectAnchorsAccounts(SubscriptionResource, CancellationToken)

Lijstobjectankersaccounts op aanvraagpad voor abonnement: /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/objectAnchorsAccounts Bewerkings-id: ObjectAnchorsAccounts_ListBySubscription

GetObjectAnchorsAccountsAsync(SubscriptionResource, CancellationToken)

Lijstobjectankersaccounts op aanvraagpad voor abonnement: /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/objectAnchorsAccounts Bewerkings-id: ObjectAnchorsAccounts_ListBySubscription

GetRemoteRenderingAccounts(SubscriptionResource, CancellationToken)

Lijst met Remote Rendering-accounts per abonnement

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/remoteRenderingAccounts
  • Bewerkings IdRemoteRenderingAccounts_ListBySubscription
GetRemoteRenderingAccountsAsync(SubscriptionResource, CancellationToken)

Lijst met Remote Rendering-accounts per abonnement

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/remoteRenderingAccounts
  • Bewerkings IdRemoteRenderingAccounts_ListBySubscription
GetSpatialAnchorsAccounts(SubscriptionResource, CancellationToken)

Spatial Anchors-accounts weergeven per abonnement

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/spatialAnchorsAccounts
  • Bewerkings-IdSpatialAnchorsAccounts_ListBySubscription
GetSpatialAnchorsAccountsAsync(SubscriptionResource, CancellationToken)

Spatial Anchors-accounts weergeven per abonnement

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/spatialAnchorsAccounts
  • Bewerkings-IdSpatialAnchorsAccounts_ListBySubscription
GetMobileNetworks(SubscriptionResource, CancellationToken)

Een lijst met alle mobiele netwerken in een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.MobileNetwork/mobileNetworks
  • Bewerkings IdMobileNetworks_ListBySubscription
GetMobileNetworksAsync(SubscriptionResource, CancellationToken)

Een lijst met alle mobiele netwerken in een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.MobileNetwork/mobileNetworks
  • Bewerkings IdMobileNetworks_ListBySubscription
GetPacketCoreControlPlanes(SubscriptionResource, CancellationToken)

Een lijst met alle pakketkernbesturingsvlakken in een abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes
  • Bewerkings-IdPacketCoreControlPlanes_ListBySubscription
GetPacketCoreControlPlanesAsync(SubscriptionResource, CancellationToken)

Een lijst met alle pakketkernbesturingsvlakken in een abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes
  • Bewerkings-IdPacketCoreControlPlanes_ListBySubscription
GetSimGroups(SubscriptionResource, CancellationToken)

Hiermee haalt u alle simkaartgroepen in een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.MobileNetwork/simGroups
  • Bewerkings IdSimGroups_ListBySubscription
GetSimGroupsAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle simkaartgroepen in een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.MobileNetwork/simGroups
  • Bewerkings IdSimGroups_ListBySubscription
GetActionGroups(SubscriptionResource, CancellationToken)

Een lijst met alle actiegroepen in een abonnement ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Insights/actionGroups
  • Bewerkings IdActionGroups_ListBySubscriptionId
GetActionGroupsAsync(SubscriptionResource, CancellationToken)

Een lijst met alle actiegroepen in een abonnement ophalen.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Insights/actionGroups
  • Bewerkings IdActionGroups_ListBySubscriptionId
GetActivityLogAlerts(SubscriptionResource, CancellationToken)

Een lijst ophalen met alle waarschuwingsregels voor activiteitenlogboeken in een abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Insights/activityLogAlerts
  • Bewerkings IdActivityLogAlerts_ListBySubscriptionId
GetActivityLogAlertsAsync(SubscriptionResource, CancellationToken)

Een lijst ophalen met alle waarschuwingsregels voor activiteitenlogboeken in een abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Insights/activityLogAlerts
  • Bewerkings IdActivityLogAlerts_ListBySubscriptionId
GetActivityLogs(SubscriptionResource, String, String, CancellationToken)

Biedt de lijst met records uit de activiteitenlogboeken.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Insights/eventtypes/management/values
  • Bewerkings IdActivityLogs_List
GetActivityLogsAsync(SubscriptionResource, String, String, CancellationToken)

Biedt de lijst met records uit de activiteitenlogboeken.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Insights/eventtypes/management/values
  • Bewerkings IdActivityLogs_List
GetAlertRules(SubscriptionResource, CancellationToken)

De klassieke waarschuwingsregels voor metrische gegevens binnen een abonnement weergeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Insights/alertrules
  • Bewerkings IdAlertRules_ListBySubscription
GetAlertRulesAsync(SubscriptionResource, CancellationToken)

De klassieke waarschuwingsregels voor metrische gegevens binnen een abonnement weergeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Insights/alertrules
  • Bewerkings IdAlertRules_ListBySubscription
GetAutoscaleSettings(SubscriptionResource, CancellationToken)

De instellingen voor automatisch schalen voor een abonnement weergeven

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Insights/autoscalesettings
  • Bewerkings IdAutoscaleSettings_ListBySubscription
GetAutoscaleSettingsAsync(SubscriptionResource, CancellationToken)

De instellingen voor automatisch schalen voor een abonnement weergeven

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Insights/autoscalesettings
  • Bewerkings IdAutoscaleSettings_ListBySubscription
GetDataCollectionEndpoints(SubscriptionResource, CancellationToken)

Een lijst met alle eindpunten voor gegevensverzameling in het opgegeven abonnement

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Insights/dataCollectionEndpoints
  • Bewerkings IdDataCollectionEndpoints_ListBySubscription
GetDataCollectionEndpointsAsync(SubscriptionResource, CancellationToken)

Een lijst met alle eindpunten voor gegevensverzameling in het opgegeven abonnement

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Insights/dataCollectionEndpoints
  • Bewerkings IdDataCollectionEndpoints_ListBySubscription
GetDataCollectionRules(SubscriptionResource, CancellationToken)

Een lijst met alle regels voor gegevensverzameling in het opgegeven abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Insights/dataCollectionRules
  • Bewerkings IdDataCollectionRules_ListBySubscription
GetDataCollectionRulesAsync(SubscriptionResource, CancellationToken)

Een lijst met alle regels voor gegevensverzameling in het opgegeven abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Insights/dataCollectionRules
  • Bewerkings IdDataCollectionRules_ListBySubscription
GetDiagnosticSetting(ArmResource, String, CancellationToken)

Hiermee haalt u de actieve diagnostische instellingen voor de opgegeven resource op. Aanvraagpad: /{resourceUri}/providers/Microsoft.Insights/diagnosticSettings/{name} Bewerkings-id: DiagnosticSettings_Get

GetDiagnosticSettingAsync(ArmResource, String, CancellationToken)

Hiermee haalt u de actieve diagnostische instellingen voor de opgegeven resource op. Aanvraagpad: /{resourceUri}/providers/Microsoft.Insights/diagnosticSettings/{name} Bewerkings-id: DiagnosticSettings_Get

GetDiagnosticSettings(ArmResource)

Hiermee haalt u een verzameling DiagnosticSettingResources op in de ArmResource.

GetLogProfile(SubscriptionResource, String, CancellationToken)

Hiermee haalt u het logboekprofiel op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName}
  • Bewerkings-IdLogProfiles_Get
GetLogProfileAsync(SubscriptionResource, String, CancellationToken)

Hiermee haalt u het logboekprofiel op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName} aanvragen
  • Bewerkings IdLogProfiles_Get
GetLogProfiles(SubscriptionResource)

Hiermee haalt u een verzameling LogProfileResources op in de SubscriptionResource.

GetLogSearchRules(SubscriptionResource, String, CancellationToken)

De regels voor zoeken in logboeken in een abonnementsgroep weergeven. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Insights/scheduledQueryRules Operation Id: ScheduledQueryRules_ListBySubscription

GetLogSearchRulesAsync(SubscriptionResource, String, CancellationToken)

De regels voor zoeken in logboeken in een abonnementsgroep weergeven. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Insights/scheduledQueryRules Operation Id: ScheduledQueryRules_ListBySubscription

GetMetricAlerts(SubscriptionResource, CancellationToken)

Definities van waarschuwingsregels ophalen in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Insights/metricAlerts aanvragen
  • Bewerkings IdMetricAlerts_ListBySubscription
GetMetricAlertsAsync(SubscriptionResource, CancellationToken)

Definities van waarschuwingsregels ophalen in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Insights/metricAlerts aanvragen
  • Bewerkings IdMetricAlerts_ListBySubscription
GetMonitorMetrics(SubscriptionResource, SubscriptionResourceGetMonitorMetricsOptions, CancellationToken)

Hiermee worden de metrische gegevens voor een abonnement weergegeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Insights/metrics aanvragen
  • Bewerkings IdMetrics_ListAtSubscriptionScope
GetMonitorMetricsAsync(SubscriptionResource, SubscriptionResourceGetMonitorMetricsOptions, CancellationToken)

Hiermee worden de metrische gegevens voor een abonnement weergegeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Insights/metrics aanvragen
  • Bewerkings IdMetrics_ListAtSubscriptionScope
GetMonitorMetricsWithPost(SubscriptionResource, SubscriptionResourceGetMonitorMetricsWithPostOptions, CancellationToken)

Hiermee worden de metrische gegevens voor een abonnement weergegeven. Parameters kunnen worden opgegeven op queryparameters of de hoofdtekst.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Insights/metrics aanvragen
  • Bewerkings IdMetrics_ListAtSubscriptionScopePost
GetMonitorMetricsWithPostAsync(SubscriptionResource, SubscriptionResourceGetMonitorMetricsWithPostOptions, CancellationToken)

Hiermee worden de metrische gegevens voor een abonnement weergegeven. Parameters kunnen worden opgegeven op queryparameters of de hoofdtekst.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Insights/metrics aanvragen
  • Bewerkings IdMetrics_ListAtSubscriptionScopePost
GetMonitorPrivateLinkScopes(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst op met alle Azure Monitor PrivateLinkScopes binnen een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/microsoft.insights/privateLinkScopes aanvragen
  • Bewerkings IdPrivateLinkScopes_List
GetMonitorPrivateLinkScopesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst op met alle Azure Monitor PrivateLinkScopes binnen een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/microsoft.insights/privateLinkScopes aanvragen
  • Bewerkings IdPrivateLinkScopes_List
GetScheduledQueryRules(SubscriptionResource, CancellationToken)

Haal definities van een geplande queryregel op in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Insights/scheduledQueryRules aanvragen
  • Bewerkings IdScheduledQueryRules_ListBySubscription
GetScheduledQueryRulesAsync(SubscriptionResource, CancellationToken)

Haal definities van een geplande queryregel op in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Insights/scheduledQueryRules aanvragen
  • Bewerkings IdScheduledQueryRules_ListBySubscription
CheckMySqlFlexibleServerNameAvailability(SubscriptionResource, AzureLocation, MySqlFlexibleServerNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van de naam voor de server

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/checkNameAvailability aanvragen
  • Bewerkings IdCheckNameAvailability_Execute
CheckMySqlFlexibleServerNameAvailabilityAsync(SubscriptionResource, AzureLocation, MySqlFlexibleServerNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van de naam voor de server

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/checkNameAvailability aanvragen
  • Bewerkings IdCheckNameAvailability_Execute
ExecuteCheckVirtualNetworkSubnetUsage(SubscriptionResource, AzureLocation, MySqlFlexibleServerVirtualNetworkSubnetUsageParameter, CancellationToken)

Haal het gebruik van het subnet van het virtuele netwerk op voor een bepaalde vNet-resource-id.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/checkVirtualNetworkSubnetUsage aanvragen
  • Bewerkings IdCheckVirtualNetworkSubnetUsage_Execute
ExecuteCheckVirtualNetworkSubnetUsageAsync(SubscriptionResource, AzureLocation, MySqlFlexibleServerVirtualNetworkSubnetUsageParameter, CancellationToken)

Haal het gebruik van het subnet van het virtuele netwerk op voor een bepaalde vNet-resource-id.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/checkVirtualNetworkSubnetUsage aanvragen
  • Bewerkings IdCheckVirtualNetworkSubnetUsage_Execute
GetLocationBasedCapabilities(SubscriptionResource, AzureLocation, CancellationToken)

Krijg mogelijkheden op opgegeven locatie in een bepaald abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilities aanvragen
  • Bewerkings IdLocationBasedCapabilities_List
GetLocationBasedCapabilitiesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Krijg mogelijkheden op opgegeven locatie in een bepaald abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilities aanvragen
  • Bewerkings IdLocationBasedCapabilities_List
GetMySqlFlexibleServers(SubscriptionResource, CancellationToken)

Alle servers in een bepaald abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforMySQL/flexibleServers aanvragen
  • Bewerkings IdServers_List
GetMySqlFlexibleServersAsync(SubscriptionResource, CancellationToken)

Alle servers in een bepaald abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforMySQL/flexibleServers aanvragen
  • Bewerkings IdServers_List
CheckMySqlNameAvailability(SubscriptionResource, MySqlNameAvailabilityContent, CancellationToken)

De beschikbaarheid van de naam van de resource controleren

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforMySQL/checkNameAvailability aanvragen
  • Bewerkings IdCheckNameAvailability_Execute
CheckMySqlNameAvailabilityAsync(SubscriptionResource, MySqlNameAvailabilityContent, CancellationToken)

De beschikbaarheid van de naam van de resource controleren

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforMySQL/checkNameAvailability aanvragen
  • Bewerkings IdCheckNameAvailability_Execute
GetLocationBasedPerformanceTiers(SubscriptionResource, AzureLocation, CancellationToken)

Vermeld alle prestatielagen op de opgegeven locatie in een bepaald abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/performanceTiers aanvragen
  • Bewerkings IdLocationBasedPerformanceTier_List
GetLocationBasedPerformanceTiersAsync(SubscriptionResource, AzureLocation, CancellationToken)

Vermeld alle prestatielagen op de opgegeven locatie in een bepaald abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/performanceTiers aanvragen
  • Bewerkings IdLocationBasedPerformanceTier_List
GetMySqlServers(SubscriptionResource, CancellationToken)

Alle servers in een bepaald abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforMySQL/servers aanvragen
  • Bewerkings IdServers_List
GetMySqlServersAsync(SubscriptionResource, CancellationToken)

Alle servers in een bepaald abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforMySQL/servers aanvragen
  • Bewerkings IdServers_List
CheckFilePathAvailabilityNetAppResource(SubscriptionResource, AzureLocation, FilePathAvailabilityContent, CancellationToken)

Controleer of er een bestandspad beschikbaar is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkFilePathAvailability Operation Id: NetAppResource_CheckFilePathAvailability

CheckFilePathAvailabilityNetAppResourceAsync(SubscriptionResource, AzureLocation, FilePathAvailabilityContent, CancellationToken)

Controleer of er een bestandspad beschikbaar is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkFilePathAvailability Operation Id: NetAppResource_CheckFilePathAvailability

CheckNameAvailabilityNetAppResource(SubscriptionResource, AzureLocation, ResourceNameAvailabilityContent, CancellationToken)

Controleer of een resourcenaam beschikbaar is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkNameAvailability Operation Id: NetAppResource_CheckNameAvailability

CheckNameAvailabilityNetAppResourceAsync(SubscriptionResource, AzureLocation, ResourceNameAvailabilityContent, CancellationToken)

Controleer of een resourcenaam beschikbaar is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkNameAvailability Operation Id: NetAppResource_CheckNameAvailability

CheckNetAppFilePathAvailability(SubscriptionResource, AzureLocation, NetAppFilePathAvailabilityContent, CancellationToken)

Controleer of er een bestandspad beschikbaar is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkFilePathAvailability aanvragen
  • Bewerkings IdNetAppResource_CheckFilePathAvailability
CheckNetAppFilePathAvailabilityAsync(SubscriptionResource, AzureLocation, NetAppFilePathAvailabilityContent, CancellationToken)

Controleer of er een bestandspad beschikbaar is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkFilePathAvailability aanvragen
  • Bewerkings IdNetAppResource_CheckFilePathAvailability
CheckNetAppNameAvailability(SubscriptionResource, AzureLocation, NetAppNameAvailabilityContent, CancellationToken)

Controleer of een resourcenaam beschikbaar is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkNameAvailability aanvragen
  • Bewerkings IdNetAppResource_CheckNameAvailability
CheckNetAppNameAvailabilityAsync(SubscriptionResource, AzureLocation, NetAppNameAvailabilityContent, CancellationToken)

Controleer of een resourcenaam beschikbaar is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkNameAvailability aanvragen
  • Bewerkings IdNetAppResource_CheckNameAvailability
CheckNetAppQuotaAvailability(SubscriptionResource, AzureLocation, NetAppQuotaAvailabilityContent, CancellationToken)

Controleer of er een quotum beschikbaar is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkQuotaAvailability aanvragen
  • Bewerkings IdNetAppResource_CheckQuotaAvailability
CheckNetAppQuotaAvailabilityAsync(SubscriptionResource, AzureLocation, NetAppQuotaAvailabilityContent, CancellationToken)

Controleer of er een quotum beschikbaar is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkQuotaAvailability aanvragen
  • Bewerkings IdNetAppResource_CheckQuotaAvailability
CheckQuotaAvailabilityNetAppResource(SubscriptionResource, AzureLocation, QuotaAvailabilityContent, CancellationToken)

Controleer of er een quotum beschikbaar is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkQuotaAvailability Operation Id: NetAppResource_CheckQuotaAvailability

CheckQuotaAvailabilityNetAppResourceAsync(SubscriptionResource, AzureLocation, QuotaAvailabilityContent, CancellationToken)

Controleer of er een quotum beschikbaar is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkQuotaAvailability Operation Id: NetAppResource_CheckQuotaAvailability

GetNetAppAccounts(SubscriptionResource, CancellationToken)

Alle NetApp-accounts in het abonnement weergeven en beschrijven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.NetApp/netAppAccounts aanvragen
  • Bewerkings IdAccounts_ListBySubscription
GetNetAppAccountsAsync(SubscriptionResource, CancellationToken)

Alle NetApp-accounts in het abonnement weergeven en beschrijven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.NetApp/netAppAccounts aanvragen
  • Bewerkings IdAccounts_ListBySubscription
GetNetAppQuotaLimit(SubscriptionResource, AzureLocation, String, CancellationToken)

De standaard- en huidige quotumlimiet voor abonnementen ophalen

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits/{quotaLimitName} aanvragen
  • Bewerkings IdNetAppResourceQuotaLimits_Get
GetNetAppQuotaLimitAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

De standaard- en huidige quotumlimiet voor abonnementen ophalen

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits/{quotaLimitName} aanvragen
  • Bewerkings IdNetAppResourceQuotaLimits_Get
GetNetAppQuotaLimits(SubscriptionResource, AzureLocation, CancellationToken)

De standaard- en huidige limieten voor quota ophalen

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits aanvragen
  • Bewerkings IdNetAppResourceQuotaLimits_List
GetNetAppQuotaLimitsAsync(SubscriptionResource, AzureLocation, CancellationToken)

De standaard- en huidige limieten voor quota ophalen

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits aanvragen
  • Bewerkings IdNetAppResourceQuotaLimits_List
GetSubscriptionQuotaItem(SubscriptionResource, AzureLocation, String, CancellationToken)

Het aanvraagpad voor de standaard- en huidige quotumlimiet voor abonnementen ophalen: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits/{quotaLimitName} Bewerkings-id: NetAppResourceQuotaLimits_Get

GetSubscriptionQuotaItemAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Het aanvraagpad voor de standaard- en huidige quotumlimiet voor abonnementen ophalen: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits/{quotaLimitName} Bewerkings-id: NetAppResourceQuotaLimits_Get

GetSubscriptionQuotaItems(SubscriptionResource, AzureLocation)

Hiermee haalt u een verzameling SubscriptionQuotaItemResources op in de SubscriptionResource.

QueryRegionInfoNetAppResource(SubscriptionResource, AzureLocation, CancellationToken)

Biedt informatie over opslag naar netwerknabijheid en logische zonetoewijzing.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/regionInfo aanvragen
  • Bewerkings IdNetAppResource_QueryRegionInfo
QueryRegionInfoNetAppResourceAsync(SubscriptionResource, AzureLocation, CancellationToken)

Biedt informatie over opslag naar netwerknabijheid en logische zonetoewijzing.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/regionInfo aanvragen
  • Bewerkings IdNetAppResource_QueryRegionInfo
CheckDnsNameAvailability(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee wordt gecontroleerd of een domeinnaam in de cloudapp.azure.com zone beschikbaar is voor gebruik.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/locations/{location}/CheckDnsNameAvailability aanvragen
  • Bewerking IdCheckDnsNameAvailability
CheckDnsNameAvailability(SubscriptionResource, String, String, CancellationToken)

Hiermee wordt gecontroleerd of een domeinnaam in de cloudapp.azure.com zone beschikbaar is voor gebruik. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/CheckDnsNameAvailability Operation Id: CheckDnsNameAvailability

CheckDnsNameAvailabilityAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee wordt gecontroleerd of een domeinnaam in de cloudapp.azure.com zone beschikbaar is voor gebruik.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/locations/{location}/CheckDnsNameAvailability aanvragen
  • Bewerking IdCheckDnsNameAvailability
CheckDnsNameAvailabilityAsync(SubscriptionResource, String, String, CancellationToken)

Hiermee wordt gecontroleerd of een domeinnaam in de cloudapp.azure.com zone beschikbaar is voor gebruik. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/CheckDnsNameAvailability Operation Id: CheckDnsNameAvailability

CheckPrivateLinkServiceVisibilityPrivateLinkService(SubscriptionResource, WaitUntil, AzureLocation, CheckPrivateLinkServiceVisibilityRequest, CancellationToken)

Controleert of het abonnement zichtbaar is voor de Private Link-service.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/locations/{location}/checkPrivateLinkServiceVisibility aanvragen
  • Bewerkings IdPrivateLinkServices_CheckPrivateLinkServiceVisibility
CheckPrivateLinkServiceVisibilityPrivateLinkService(SubscriptionResource, WaitUntil, String, CheckPrivateLinkServiceVisibilityRequest, CancellationToken)

Controleert of het abonnement zichtbaar is voor de Private Link-service. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/checkPrivateLinkServiceVisibility Operation Id: PrivateLinkServices_CheckPrivateLinkServiceVisibility

CheckPrivateLinkServiceVisibilityPrivateLinkServiceAsync(SubscriptionResource, WaitUntil, AzureLocation, CheckPrivateLinkServiceVisibilityRequest, CancellationToken)

Controleert of het abonnement zichtbaar is voor de Private Link-service.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/locations/{location}/checkPrivateLinkServiceVisibility aanvragen
  • Bewerkings IdPrivateLinkServices_CheckPrivateLinkServiceVisibility
CheckPrivateLinkServiceVisibilityPrivateLinkServiceAsync(SubscriptionResource, WaitUntil, String, CheckPrivateLinkServiceVisibilityRequest, CancellationToken)

Controleert of het abonnement zichtbaar is voor de Private Link-service. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/checkPrivateLinkServiceVisibility Operation Id: PrivateLinkServices_CheckPrivateLinkServiceVisibility

GetApplicationGatewayAvailableSslOptions(SubscriptionResource, CancellationToken)

Een lijst met beschikbare SSL-opties voor het configureren van SSL-beleid.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default aanvragen
  • Bewerkings IdApplicationGateways_ListAvailableSslOptions
GetApplicationGatewayAvailableSslOptionsAsync(SubscriptionResource, CancellationToken)

Een lijst met beschikbare SSL-opties voor het configureren van SSL-beleid.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default aanvragen
  • Bewerkings IdApplicationGateways_ListAvailableSslOptions
GetApplicationGatewayAvailableSslPredefinedPolicies(SubscriptionResource, CancellationToken)

Een lijst met alle vooraf gedefinieerde SSL-beleidsregels voor het configureren van SSL-beleid.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies aanvragen
  • Bewerkings IdApplicationGateways_ListAvailableSslPredefinedPolicies
GetApplicationGatewayAvailableSslPredefinedPoliciesAsync(SubscriptionResource, CancellationToken)

Een lijst met alle vooraf gedefinieerde SSL-beleidsregels voor het configureren van SSL-beleid.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies aanvragen
  • Bewerkings IdApplicationGateways_ListAvailableSslPredefinedPolicies
GetApplicationGatewayAvailableWafRuleSetsAsync(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare regelsets voor webtoepassingsfirewall.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableWafRuleSets aanvragen
  • Bewerkings IdApplicationGateways_ListAvailableWafRuleSets
GetApplicationGatewayAvailableWafRuleSetsAsyncAsync(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare regelsets voor webtoepassingsfirewall.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableWafRuleSets aanvragen
  • Bewerkings IdApplicationGateways_ListAvailableWafRuleSets
GetApplicationGateways(SubscriptionResource, CancellationToken)

Hiermee haalt u alle toepassingsgateways in een abonnement op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/applicationGateways aanvragen
  • Bewerkings IdApplicationGateways_ListAll
GetApplicationGatewaysAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle toepassingsgateways in een abonnement op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/applicationGateways aanvragen
  • Bewerkings IdApplicationGateways_ListAll
GetApplicationGatewaySslPredefinedPolicy(SubscriptionResource, String, CancellationToken)

Hiermee haalt u vooraf gedefinieerd SSL-beleid op met de opgegeven beleidsnaam.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies/{predefinedPolicyName} aanvragen
  • Bewerkings IdApplicationGateways_GetSslPredefinedPolicy
GetApplicationGatewaySslPredefinedPolicyAsync(SubscriptionResource, String, CancellationToken)

Hiermee haalt u vooraf gedefinieerd SSL-beleid op met de opgegeven beleidsnaam.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies/{predefinedPolicyName} aanvragen
  • Bewerkings IdApplicationGateways_GetSslPredefinedPolicy
GetApplicationSecurityGroups(SubscriptionResource, CancellationToken)

Hiermee haalt u alle toepassingsbeveiligingsgroepen in een abonnement op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/applicationSecurityGroups aanvragen
  • Bewerkings IdApplicationSecurityGroups_ListAll
GetApplicationSecurityGroupsAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle toepassingsbeveiligingsgroepen in een abonnement op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/applicationSecurityGroups aanvragen
  • Bewerkings IdApplicationSecurityGroups_ListAll
GetAutoApprovedPrivateLinkServicesPrivateLinkServices(SubscriptionResource, AzureLocation, CancellationToken)

Retourneert alle service-id's van private link die kunnen worden gekoppeld aan een privé-eindpunt waarvoor automatisch is goedgekeurd in dit abonnement in deze regio.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/locations/{location}/autoApprovedPrivateLinkServices aanvragen
  • Bewerkings IdPrivateLinkServices_ListAutoApprovedPrivateLinkServices
GetAutoApprovedPrivateLinkServicesPrivateLinkServices(SubscriptionResource, String, CancellationToken)

Retourneert alle service-id's van private link die kunnen worden gekoppeld aan een privé-eindpunt waarvoor automatisch is goedgekeurd in dit abonnement in deze regio. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/autoApprovedPrivateLinkServices Operation Id: PrivateLinkServices_ListAutoApprovedPrivateLinkServices

GetAutoApprovedPrivateLinkServicesPrivateLinkServicesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Retourneert alle service-id's van private link die kunnen worden gekoppeld aan een privé-eindpunt waarvoor automatisch is goedgekeurd in dit abonnement in deze regio.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/locations/{location}/autoApprovedPrivateLinkServices aanvragen
  • Bewerkings IdPrivateLinkServices_ListAutoApprovedPrivateLinkServices
GetAutoApprovedPrivateLinkServicesPrivateLinkServicesAsync(SubscriptionResource, String, CancellationToken)

Retourneert alle service-id's van private link die kunnen worden gekoppeld aan een privé-eindpunt waarvoor automatisch is goedgekeurd in dit abonnement in deze regio. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/autoApprovedPrivateLinkServices Operation Id: PrivateLinkServices_ListAutoApprovedPrivateLinkServices

GetAvailableDelegations(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u alle beschikbare subnetdelegaties op voor dit abonnement in deze regio.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/locations/{location}/availableDelegations aanvragen
  • Bewerkings IdAvailableDelegations_List
GetAvailableDelegations(SubscriptionResource, String, CancellationToken)

Hiermee haalt u alle beschikbare subnetdelegaties op voor dit abonnement in deze regio. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/availableDelegations Operation Id: AvailableDelegations_List

GetAvailableDelegationsAsync(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u alle beschikbare subnetdelegaties op voor dit abonnement in deze regio.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/locations/{location}/availableDelegations aanvragen
  • Bewerkings IdAvailableDelegations_List
GetAvailableDelegationsAsync(SubscriptionResource, String, CancellationToken)

Hiermee haalt u alle beschikbare subnetdelegaties op voor dit abonnement in deze regio. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/availableDelegations Operation Id: AvailableDelegations_List

GetAvailableEndpointServices(SubscriptionResource, AzureLocation, CancellationToken)

Vermeld welke waarden van eindpuntservices beschikbaar zijn voor gebruik.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/locations/{location}/virtualNetworkAvailableEndpointServices aanvragen
  • Bewerkings IdAvailableEndpointServices_List
GetAvailableEndpointServices(SubscriptionResource, String, CancellationToken)

Vermeld welke waarden van eindpuntservices beschikbaar zijn voor gebruik. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/virtualNetworkAvailableEndpointServices Operation Id: AvailableEndpointServices_List

GetAvailableEndpointServicesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Vermeld welke waarden van eindpuntservices beschikbaar zijn voor gebruik.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/locations/{location}/virtualNetworkAvailableEndpointServices aanvragen
  • Bewerkings IdAvailableEndpointServices_List
GetAvailableEndpointServicesAsync(SubscriptionResource, String, CancellationToken)

Vermeld welke waarden van eindpuntservices beschikbaar zijn voor gebruik. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/virtualNetworkAvailableEndpointServices Operation Id: AvailableEndpointServices_List

GetAvailablePrivateEndpointTypes(SubscriptionResource, AzureLocation, CancellationToken)

Retourneert alle resourcetypen die kunnen worden gekoppeld aan een privé-eindpunt in dit abonnement in deze regio.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/locations/{location}/availablePrivateEndpointTypes aanvragen
  • Bewerkings IdAvailablePrivateEndpointTypes_List
GetAvailablePrivateEndpointTypes(SubscriptionResource, String, CancellationToken)

Retourneert alle resourcetypen die kunnen worden gekoppeld aan een privé-eindpunt in dit abonnement in deze regio. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/availablePrivateEndpointTypes Bewerkings-id: AvailablePrivateEndpointTypes_List

GetAvailablePrivateEndpointTypesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Retourneert alle resourcetypen die kunnen worden gekoppeld aan een privé-eindpunt in dit abonnement in deze regio.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/locations/{location}/availablePrivateEndpointTypes aanvragen
  • Bewerkings IdAvailablePrivateEndpointTypes_List
GetAvailablePrivateEndpointTypesAsync(SubscriptionResource, String, CancellationToken)

Retourneert alle resourcetypen die kunnen worden gekoppeld aan een privé-eindpunt in dit abonnement in deze regio. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/availablePrivateEndpointTypes Bewerkings-id: AvailablePrivateEndpointTypes_List

GetAvailableRequestHeadersApplicationGateways(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare aanvraagheaders.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableRequestHeaders
  • Bewerkings IdApplicationGateways_ListAvailableRequestHeaders
GetAvailableRequestHeadersApplicationGatewaysAsync(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare aanvraagheaders.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableRequestHeaders
  • Bewerkings IdApplicationGateways_ListAvailableRequestHeaders
GetAvailableResponseHeadersApplicationGateways(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare antwoordheaders.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableResponseHeaders aanvragen
  • Bewerkings IdApplicationGateways_ListAvailableResponseHeaders
GetAvailableResponseHeadersApplicationGatewaysAsync(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare antwoordheaders.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableResponseHeaders aanvragen
  • Bewerkings IdApplicationGateways_ListAvailableResponseHeaders
GetAvailableServerVariablesApplicationGateways(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare servervariabelen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableServerVariables aanvragen
  • Bewerkings IdApplicationGateways_ListAvailableServerVariables
GetAvailableServerVariablesApplicationGatewaysAsync(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare servervariabelen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableServerVariables aanvragen
  • Bewerkings IdApplicationGateways_ListAvailableServerVariables
GetAvailableServiceAliases(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u alle beschikbare servicealiassen op voor dit abonnement in deze regio.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/locations/{location}/availableServiceAliases aanvragen
  • Bewerkings IdAvailableServiceAliases_List
GetAvailableServiceAliases(SubscriptionResource, String, CancellationToken)

Hiermee haalt u alle beschikbare servicealiassen op voor dit abonnement in deze regio. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/availableServiceAliases Operation Id: AvailableServiceAliases_List

GetAvailableServiceAliasesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u alle beschikbare servicealiassen op voor dit abonnement in deze regio.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/locations/{location}/availableServiceAliases aanvragen
  • Bewerkings IdAvailableServiceAliases_List
GetAvailableServiceAliasesAsync(SubscriptionResource, String, CancellationToken)

Hiermee haalt u alle beschikbare servicealiassen op voor dit abonnement in deze regio. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/availableServiceAliases Operation Id: AvailableServiceAliases_List

GetAzureFirewallFqdnTags(SubscriptionResource, CancellationToken)

Hiermee worden alle Azure Firewall FQDN-tags in een abonnement opgehaald.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/azureFirewallFqdnTags aanvragen
  • Bewerkings IdAzureFirewallFqdnTags_ListAll
GetAzureFirewallFqdnTagsAsync(SubscriptionResource, CancellationToken)

Hiermee worden alle Azure Firewall FQDN-tags in een abonnement opgehaald.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/azureFirewallFqdnTags aanvragen
  • Bewerkings IdAzureFirewallFqdnTags_ListAll
GetAzureFirewalls(SubscriptionResource, CancellationToken)

Hiermee haalt u alle Azure Firewalls in een abonnement op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/azureFirewalls aanvragen
  • Bewerking IdAzureFirewalls_ListAll
GetAzureFirewallsAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle Azure Firewalls in een abonnement op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/azureFirewalls aanvragen
  • Bewerking IdAzureFirewalls_ListAll
GetAzureWebCategories(SubscriptionResource)

Hiermee haalt u een verzameling AzureWebCategoryResources op in de SubscriptionResource.

GetAzureWebCategory(SubscriptionResource, String, String, CancellationToken)

Hiermee haalt u de opgegeven Azure-webcategorie op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/azureWebCategories/{name} aanvragen
  • Bewerkings IdWebCategories_Get
GetAzureWebCategoryAsync(SubscriptionResource, String, String, CancellationToken)

Hiermee haalt u de opgegeven Azure-webcategorie op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/azureWebCategories/{name} aanvragen
  • Bewerkings IdWebCategories_Get
GetBastionHosts(SubscriptionResource, CancellationToken)

Een lijst met alle Bastion-hosts in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/bastionHosts aanvragen
  • Bewerkings IdBastionHosts_List
GetBastionHostsAsync(SubscriptionResource, CancellationToken)

Een lijst met alle Bastion-hosts in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/bastionHosts aanvragen
  • Bewerkings IdBastionHosts_List
GetBgpServiceCommunities(SubscriptionResource, CancellationToken)

Hiermee haalt u alle beschikbare bgp-servicecommunities op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/bgpServiceCommunities aanvragen
  • Bewerkings IdBgpServiceCommunities_List
GetBgpServiceCommunitiesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle beschikbare bgp-servicecommunities op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/bgpServiceCommunities aanvragen
  • Bewerkings IdBgpServiceCommunities_List
GetCustomIPPrefixes(SubscriptionResource, CancellationToken)

Hiermee haalt u alle aangepaste IP-voorvoegsels in een abonnement op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/customIpPrefixes aanvragen
  • Bewerkings IdCustomIPPrefixes_ListAll
GetCustomIPPrefixesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle aangepaste IP-voorvoegsels in een abonnement op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/customIpPrefixes aanvragen
  • Bewerkings IdCustomIPPrefixes_ListAll
GetDdosProtectionPlans(SubscriptionResource, CancellationToken)

Hiermee haalt u alle DDoS-beveiligingsplannen in een abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/ddosProtectionPlans
  • Bewerkings-IdDdosProtectionPlans_List
GetDdosProtectionPlansAsync(SubscriptionResource, CancellationToken)

Hiermee worden alle DDoS-beveiligingsplannen in een abonnement opgehaald.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/ddosProtectionPlans
  • Bewerkings-IdDdosProtectionPlans_List
GetDscpConfigurations(SubscriptionResource, CancellationToken)

Hiermee worden alle dscp-configuraties in een abonnement opgehaald.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/dscpConfigurations
  • Bewerkings-IdDscpConfiguration_ListAll
GetDscpConfigurationsAsync(SubscriptionResource, CancellationToken)

Hiermee worden alle dscp-configuraties in een abonnement opgehaald.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/dscpConfigurations
  • Bewerkings-IdDscpConfiguration_ListAll
GetExpressRouteCircuits(SubscriptionResource, CancellationToken)

Hiermee haalt u alle expressroutecircuits in een abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteCircuits
  • Bewerkings IdExpressRouteCircuits_ListAll
GetExpressRouteCircuitsAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle expressroutecircuits in een abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteCircuits
  • Bewerkings IdExpressRouteCircuits_ListAll
GetExpressRouteCrossConnections(SubscriptionResource, CancellationToken)

Hiermee haalt u alle ExpressRouteCrossConnections in een abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteCrossConnections
  • Bewerkings IdExpressRouteCrossConnections_List
GetExpressRouteCrossConnectionsAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle ExpressRouteCrossConnections in een abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteCrossConnections
  • Bewerkings IdExpressRouteCrossConnections_List
GetExpressRouteGateways(SubscriptionResource, CancellationToken)

Toont ExpressRoute-gateways onder een bepaald abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteGateways
  • Bewerkings-IdExpressRouteGateways_ListBySubscription
GetExpressRouteGatewaysAsync(SubscriptionResource, CancellationToken)

Toont ExpressRoute-gateways onder een bepaald abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteGateways
  • Bewerkings-IdExpressRouteGateways_ListBySubscription
GetExpressRoutePorts(SubscriptionResource, CancellationToken)

Alle ExpressRoutePort-resources in het opgegeven abonnement weergeven.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePorts
  • Bewerkings IdExpressRoutePorts_List
GetExpressRoutePortsAsync(SubscriptionResource, CancellationToken)

Alle ExpressRoutePort-resources in het opgegeven abonnement weergeven.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePorts
  • Bewerkings IdExpressRoutePorts_List
GetExpressRoutePortsLocation(SubscriptionResource, String, CancellationToken)

Haalt één ExpressRoutePort-peeringlocatie op, met inbegrip van de lijst met beschikbare bandbreedten die beschikbaar zijn op deze peeringlocatie.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePortsLocations/{locationName}
  • Bewerkings IdExpressRoutePortsLocations_Get
GetExpressRoutePortsLocationAsync(SubscriptionResource, String, CancellationToken)

Haalt één ExpressRoutePort-peeringlocatie op, met inbegrip van de lijst met beschikbare bandbreedten die beschikbaar zijn op deze peeringlocatie.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePortsLocations/{locationName}
  • Bewerkings IdExpressRoutePortsLocations_Get
GetExpressRoutePortsLocations(SubscriptionResource)

Hiermee haalt u een verzameling ExpressRoutePortsLocationResources op in de SubscriptionResource.

GetExpressRouteServiceProviders(SubscriptionResource, CancellationToken)

Hiermee haalt u alle beschikbare serviceproviders voor expressroute op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteServiceProviders
  • Bewerkings IdExpressRouteServiceProviders_List
GetExpressRouteServiceProvidersAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle beschikbare serviceproviders voor expressroute op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteServiceProviders
  • Bewerkings IdExpressRouteServiceProviders_List
GetFirewallPolicies(SubscriptionResource, CancellationToken)

Hiermee haalt u alle firewallbeleidsregels in een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/firewallPolicies
  • Bewerkings IdFirewallPolicies_ListAll
GetFirewallPoliciesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle firewallbeleidsregels in een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/firewallPolicies
  • Bewerkings IdFirewallPolicies_ListAll
GetIPAllocations(SubscriptionResource, CancellationToken)

Hiermee haalt u alle IpAllocations in een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/IpAllocations
  • Bewerkings IdIpAllocations_List
GetIPAllocationsAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle IpAllocations in een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/IpAllocations
  • Bewerkings IdIpAllocations_List
GetIPGroups(SubscriptionResource, CancellationToken)

Hiermee haalt u alle IpGroups in een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/ipGroups
  • Bewerkings-IdIpGroups_List
GetIPGroupsAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle IpGroups in een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/ipGroups
  • Bewerkings-IdIpGroups_List
GetLoadBalancers(SubscriptionResource, CancellationToken)

Hiermee haalt u alle load balancers in een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/loadBalancers
  • Bewerkings IdLoadBalancers_ListAll
GetLoadBalancersAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle load balancers in een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/loadBalancers
  • Bewerkings IdLoadBalancers_ListAll
GetNatGateways(SubscriptionResource, CancellationToken)

Hiermee haalt u alle Nat Gateways in een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/natGateways
  • Bewerkings IdNatGateways_ListAll
GetNatGatewaysAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle Nat Gateways in een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/natGateways
  • Bewerkings IdNatGateways_ListAll
GetNetworkInterfaces(SubscriptionResource, CancellationToken)

Hiermee haalt u alle netwerkinterfaces in een abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkInterfaces
  • Bewerkings IdNetworkInterfaces_ListAll
GetNetworkInterfacesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle netwerkinterfaces in een abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkInterfaces
  • Bewerkings IdNetworkInterfaces_ListAll
GetNetworkProfiles(SubscriptionResource, CancellationToken)

Hiermee haalt u alle netwerkprofielen in een abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkProfiles
  • Bewerkings IdNetworkProfiles_ListAll
GetNetworkProfilesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle netwerkprofielen in een abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkProfiles
  • Bewerkings IdNetworkProfiles_ListAll
GetNetworkSecurityGroups(SubscriptionResource, CancellationToken)

Hiermee haalt u alle netwerkbeveiligingsgroepen in een abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkSecurityGroups
  • Bewerkings IdNetworkSecurityGroups_ListAll
GetNetworkSecurityGroupsAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle netwerkbeveiligingsgroepen in een abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkSecurityGroups
  • Bewerkings IdNetworkSecurityGroups_ListAll
GetNetworkVirtualAppliances(SubscriptionResource, CancellationToken)

Hiermee haalt u alle virtuele netwerkapparaten in een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/networkVirtualAppliances
  • Bewerkings IdNetworkVirtualAppliances_List
GetNetworkVirtualAppliancesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle virtuele netwerkapparaten in een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/networkVirtualAppliances
  • Bewerkings IdNetworkVirtualAppliances_List
GetNetworkVirtualApplianceSku(SubscriptionResource, String, CancellationToken)

Haalt één beschikbare SKU op voor het virtuele netwerkapparaat.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkVirtualApplianceSkus/{skuName}
  • Bewerkings IdVirtualApplianceSkus_Get
GetNetworkVirtualApplianceSkuAsync(SubscriptionResource, String, CancellationToken)

Haalt één beschikbare SKU op voor het virtuele netwerkapparaat.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/networkVirtualApplianceSkus/{skuName}
  • Bewerkings IdVirtualApplianceSkus_Get
GetNetworkVirtualApplianceSkus(SubscriptionResource)

Hiermee haalt u een verzameling NetworkVirtualApplianceSkuResources op in de SubscriptionResource.

GetNetworkWatchers(SubscriptionResource, CancellationToken)

Hiermee worden alle netwerk-watchers per abonnement opgehaald.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/networkWatchers
  • Bewerkings IdNetworkWatchers_ListAll
GetNetworkWatchersAsync(SubscriptionResource, CancellationToken)

Hiermee worden alle netwerk-watchers per abonnement opgehaald.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/networkWatchers
  • Bewerkings IdNetworkWatchers_ListAll
GetP2SVpnGateways(SubscriptionResource, CancellationToken)

Een lijst met alle P2SVpnGateways in een abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/p2svpnGateways
  • Bewerkings IdP2sVpnGateways_List
GetP2SVpnGatewaysAsync(SubscriptionResource, CancellationToken)

Een lijst met alle P2SVpnGateways in een abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/p2svpnGateways
  • Bewerkings IdP2sVpnGateways_List
GetPrivateEndpoints(SubscriptionResource, CancellationToken)

Hiermee haalt u alle privé-eindpunten in een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/privateEndpoints
  • Bewerkings IdPrivateEndpoints_ListBySubscription
GetPrivateEndpointsAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle privé-eindpunten in een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/privateEndpoints
  • Bewerkings IdPrivateEndpoints_ListBySubscription
GetPrivateLinkServices(SubscriptionResource, CancellationToken)

Hiermee haalt u alle Private Link-service in een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/privateLinkServices
  • Bewerkings IdPrivateLinkServices_ListBySubscription
GetPrivateLinkServicesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle Private Link-service in een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/privateLinkServices
  • Bewerkings IdPrivateLinkServices_ListBySubscription
GetPublicIPAddresses(SubscriptionResource, CancellationToken)

Hiermee haalt u alle openbare IP-adressen in een abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/publicIPAddresses
  • Bewerkings IdPublicIPAddresses_ListAll
GetPublicIPAddressesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle openbare IP-adressen in een abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/publicIPAddresses
  • Bewerkings IdPublicIPAddresses_ListAll
GetPublicIPPrefixes(SubscriptionResource, CancellationToken)

Hiermee haalt u alle openbare IP-voorvoegsels in een abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/publicIPPrefixes
  • Bewerkings IdPublicIPPrefixes_ListAll
GetPublicIPPrefixesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle openbare IP-voorvoegsels in een abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/publicIPPrefixes
  • Bewerkings IdPublicIPPrefixes_ListAll
GetRouteFilters(SubscriptionResource, CancellationToken)

Hiermee haalt u alle routefilters in een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/routeFilters
  • Bewerkings IdRouteFilters_List
GetRouteFiltersAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle routefilters in een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/routeFilters
  • Bewerkings IdRouteFilters_List
GetRouteTables(SubscriptionResource, CancellationToken)

Hiermee worden alle routetabellen in een abonnement opgehaald.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/routeTables
  • Bewerkings IdRouteTables_ListAll
GetRouteTablesAsync(SubscriptionResource, CancellationToken)

Hiermee worden alle routetabellen in een abonnement opgehaald.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/routeTables
  • Bewerkings IdRouteTables_ListAll
GetSecurityPartnerProviders(SubscriptionResource, CancellationToken)

Hiermee haalt u alle beveiligingspartnerproviders in een abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/securityPartnerProviders
  • Bewerkings IdSecurityPartnerProviders_List
GetSecurityPartnerProvidersAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle beveiligingspartnerproviders in een abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Network/securityPartnerProviders
  • Bewerkings IdSecurityPartnerProviders_List
GetServiceEndpointPoliciesByServiceEndpointPolicy(SubscriptionResource, CancellationToken)

Hiermee haalt u alle beleidsregels voor service-eindpunten in een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/ServiceEndpointPolicies
  • Bewerkings IdServiceEndpointPolicies_List
GetServiceEndpointPoliciesByServiceEndpointPolicyAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle beleidsregels voor service-eindpunten in een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/ServiceEndpointPolicies
  • Bewerkings IdServiceEndpointPolicies_List
GetServiceTag(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u een lijst met informatiebronnen voor servicetags op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/locations/{location}/serviceTags
  • Bewerkings-IdServiceTags_List
GetServiceTag(SubscriptionResource, String, CancellationToken)

Hiermee haalt u een lijst met informatiebronnen voor servicetags op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/serviceTags Operation Id: ServiceTags_List

GetServiceTagAsync(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u een lijst met informatiebronnen voor servicetags op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/locations/{location}/serviceTags
  • Bewerkings-IdServiceTags_List
GetServiceTagAsync(SubscriptionResource, String, CancellationToken)

Hiermee haalt u een lijst met informatiebronnen voor servicetags op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/serviceTags Operation Id: ServiceTags_List

GetUsages(SubscriptionResource, AzureLocation, CancellationToken)

Maak een lijst met netwerkgebruiken voor een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/locations/{location}/usages
  • Bewerkings-IdUsages_List
GetUsages(SubscriptionResource, String, CancellationToken)

Maak een lijst met netwerkgebruiken voor een abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/usages Operation Id: Usages_List

GetUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Maak een lijst met netwerkgebruiken voor een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/locations/{location}/usages
  • Bewerkings-IdUsages_List
GetUsagesAsync(SubscriptionResource, String, CancellationToken)

Maak een lijst met netwerkgebruiken voor een abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/usages Operation Id: Usages_List

GetVirtualHubs(SubscriptionResource, CancellationToken)

Een lijst met alle VirtualHubs in een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/virtualHubs
  • Bewerkings IdVirtualHubs_List
GetVirtualHubsAsync(SubscriptionResource, CancellationToken)

Een lijst met alle VirtualHubs in een abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/virtualHubs
  • Bewerkings IdVirtualHubs_List
GetVirtualNetworks(SubscriptionResource, CancellationToken)

Hiermee haalt u alle virtuele netwerken in een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/virtualNetworks
  • Bewerkings-IdVirtualNetworks_ListAll
GetVirtualNetworksAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle virtuele netwerken in een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Network/virtualNetworks
  • Bewerkings IdVirtualNetworks_ListAll
GetVirtualNetworkTaps(SubscriptionResource, CancellationToken)

Hiermee haalt u alle VirtualNetworkTaps in een abonnement op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/virtualNetworkTaps aanvragen
  • Bewerkings IdVirtualNetworkTaps_ListAll
GetVirtualNetworkTapsAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle VirtualNetworkTaps in een abonnement op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/virtualNetworkTaps aanvragen
  • Bewerkings IdVirtualNetworkTaps_ListAll
GetVirtualRouters(SubscriptionResource, CancellationToken)

Hiermee haalt u alle virtuele routers in een abonnement op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/virtualRouters aanvragen
  • Bewerkings IdVirtualRouters_List
GetVirtualRoutersAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle virtuele routers in een abonnement op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/virtualRouters aanvragen
  • Bewerkings IdVirtualRouters_List
GetVirtualWans(SubscriptionResource, CancellationToken)

Een lijst met alle VirtualWANs in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/virtualWans aanvragen
  • Bewerkings IdVirtualWans_List
GetVirtualWansAsync(SubscriptionResource, CancellationToken)

Een lijst met alle VirtualWANs in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/virtualWans aanvragen
  • Bewerkings IdVirtualWans_List
GetVpnGateways(SubscriptionResource, CancellationToken)

Een lijst met alle VpnGateways in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/vpnGateways aanvragen
  • Bewerkings IdVpnGateways_List
GetVpnGatewaysAsync(SubscriptionResource, CancellationToken)

Een lijst met alle VpnGateways in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/vpnGateways aanvragen
  • Bewerkings IdVpnGateways_List
GetVpnServerConfigurations(SubscriptionResource, CancellationToken)

Een lijst met alle VpnServerConfigurations in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/vpnServerConfigurations aanvragen
  • Bewerkings IdVpnServerConfigurations_List
GetVpnServerConfigurationsAsync(SubscriptionResource, CancellationToken)

Een lijst met alle VpnServerConfigurations in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/vpnServerConfigurations aanvragen
  • Bewerkings IdVpnServerConfigurations_List
GetVpnSites(SubscriptionResource, CancellationToken)

Een lijst met alle VpnSites in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/vpnSites aanvragen
  • Bewerkings IdVpnSites_List
GetVpnSitesAsync(SubscriptionResource, CancellationToken)

Een lijst met alle VpnSites in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/vpnSites aanvragen
  • Bewerkings IdVpnSites_List
GetWebApplicationFirewallPolicies(SubscriptionResource, CancellationToken)

Hiermee haalt u alle WAF-beleidsregels in een abonnement op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies aanvragen
  • Bewerkings IdWebApplicationFirewallPolicies_ListAll
GetWebApplicationFirewallPoliciesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle WAF-beleidsregels in een abonnement op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies aanvragen
  • Bewerkings IdWebApplicationFirewallPolicies_ListAll
SwapPublicIPAddressesLoadBalancer(SubscriptionResource, WaitUntil, AzureLocation, LoadBalancerVipSwapContent, CancellationToken)

Hiermee wisselt u VIP's tussen twee load balancers.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/locations/{location}/setLoadBalancerFrontendPublicIpAddresses aanvragen
  • Bewerkings IdLoadBalancers_SwapPublicIpAddresses
SwapPublicIPAddressesLoadBalancer(SubscriptionResource, WaitUntil, String, LoadBalancerVipSwapContent, CancellationToken)

Hiermee wisselt u VIP's tussen twee load balancers. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/setLoadBalancerFrontendPublicIpAddresses Bewerkings-id: LoadBalancers_SwapPublicIPAddresses

SwapPublicIPAddressesLoadBalancerAsync(SubscriptionResource, WaitUntil, AzureLocation, LoadBalancerVipSwapContent, CancellationToken)

Hiermee wisselt u VIP's tussen twee load balancers.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/locations/{location}/setLoadBalancerFrontendPublicIpAddresses aanvragen
  • Bewerkings IdLoadBalancers_SwapPublicIpAddresses
SwapPublicIPAddressesLoadBalancerAsync(SubscriptionResource, WaitUntil, String, LoadBalancerVipSwapContent, CancellationToken)

Hiermee wisselt u VIP's tussen twee load balancers. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/setLoadBalancerFrontendPublicIpAddresses Bewerkings-id: LoadBalancers_SwapPublicIPAddresses

GetAzureTrafficCollectors(SubscriptionResource, CancellationToken)

Lijst met Azure Traffic Collectors in een abonnement retourneren

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.NetworkFunction/azureTrafficCollectors aanvragen
  • Bewerkings IdAzureTrafficCollectorsBySubscription_List
GetAzureTrafficCollectorsAsync(SubscriptionResource, CancellationToken)

Lijst met Azure Traffic Collectors in een abonnement retourneren

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.NetworkFunction/azureTrafficCollectors aanvragen
  • Bewerkings IdAzureTrafficCollectorsBySubscription_List
GetNginxDeployments(SubscriptionResource, CancellationToken)

Maak een lijst met de Nginx-implementatieresources Aanvraagpad: /subscriptions/{subscriptionId}/providers/Nginx.NginxPlus/nginxDeployments-bewerkings-id: Deployments_List

GetNginxDeploymentsAsync(SubscriptionResource, CancellationToken)

Maak een lijst met de Nginx-implementatieresources Aanvraagpad: /subscriptions/{subscriptionId}/providers/Nginx.NginxPlus/nginxDeployments-bewerkings-id: Deployments_List

CheckNotificationHubNamespaceAvailability(SubscriptionResource, NotificationHubAvailabilityContent, CancellationToken)

Controleert de beschikbaarheid van de opgegeven servicenaamruimte in alle Azure-abonnementen. Dit is handig omdat de domeinnaam wordt gemaakt op basis van de naam van de servicenaamruimte.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.NotificationHubs/checkNamespaceAvailability aanvragen
  • Bewerkings IdNamespaces_CheckAvailability
CheckNotificationHubNamespaceAvailabilityAsync(SubscriptionResource, NotificationHubAvailabilityContent, CancellationToken)

Controleert de beschikbaarheid van de opgegeven servicenaamruimte in alle Azure-abonnementen. Dit is handig omdat de domeinnaam wordt gemaakt op basis van de naam van de servicenaamruimte.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.NotificationHubs/checkNamespaceAvailability aanvragen
  • Bewerkings IdNamespaces_CheckAvailability
GetNotificationHubNamespaces(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare naamruimten binnen het abonnement, ongeacht de resourceGroups.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.NotificationHubs/naamruimten aanvragen
  • Bewerkings IdNamespaces_ListAll
GetNotificationHubNamespacesAsync(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare naamruimten binnen het abonnement, ongeacht de resourceGroups.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.NotificationHubs/naamruimten aanvragen
  • Bewerkings IdNamespaces_ListAll
GetClusters(SubscriptionResource, CancellationToken)

Hiermee haalt u de Log Analytics-clusters in een abonnement op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.OperationalInsights/clusters Operation Id: Clusters_List

GetClustersAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u de Log Analytics-clusters in een abonnement op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.OperationalInsights/clusters Operation Id: Clusters_List

GetDeletedWorkspaces(SubscriptionResource, CancellationToken)

Hiermee haalt u onlangs verwijderde werkruimten in een abonnement op, die beschikbaar zijn voor herstel.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.OperationalInsights/deletedWorkspaces aanvragen
  • Bewerkings IdDeletedWorkspaces_List
GetDeletedWorkspacesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u onlangs verwijderde werkruimten in een abonnement op, die beschikbaar zijn voor herstel.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.OperationalInsights/deletedWorkspaces aanvragen
  • Bewerkings IdDeletedWorkspaces_List
GetLogAnalyticsQueryPacks(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst op met alle Log Analytics QueryPacks binnen een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.OperationalInsights/queryPacks aanvragen
  • Bewerkings IdQueryPacks_List
GetLogAnalyticsQueryPacksAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst op met alle Log Analytics QueryPacks binnen een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.OperationalInsights/queryPacks aanvragen
  • Bewerkings IdQueryPacks_List
GetOperationalInsightsClusters(SubscriptionResource, CancellationToken)

Hiermee haalt u de Log Analytics-clusters in een abonnement op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.OperationalInsights/clusters aanvragen
  • Bewerkings IdClusters_List
GetOperationalInsightsClustersAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u de Log Analytics-clusters in een abonnement op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.OperationalInsights/clusters aanvragen
  • Bewerkings IdClusters_List
GetOperationalInsightsWorkspaces(SubscriptionResource, CancellationToken)

Hiermee haalt u de werkruimten in een abonnement op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.OperationalInsights/workspaces aanvragen
  • Bewerkings IdWorkspaces_List
GetOperationalInsightsWorkspacesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u de werkruimten in een abonnement op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.OperationalInsights/workspaces aanvragen
  • Bewerkings IdWorkspaces_List
GetWorkspaces(SubscriptionResource, CancellationToken)

Hiermee haalt u de werkruimten in een abonnement op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.OperationalInsights/workspaces Operation Id: Workspaces_List

GetWorkspacesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u de werkruimten in een abonnement op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.OperationalInsights/workspaces Operation Id: Workspaces_List

GetWorkspacesByDeletedWorkspace(SubscriptionResource, CancellationToken)

Hiermee haalt u onlangs verwijderde werkruimten in een abonnement op, die beschikbaar zijn voor herstel. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.OperationalInsights/deletedWorkspaces Operation Id: DeletedWorkspaces_List

GetWorkspacesByDeletedWorkspaceAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u onlangs verwijderde werkruimten in een abonnement op, die beschikbaar zijn voor herstel. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.OperationalInsights/deletedWorkspaces Operation Id: DeletedWorkspaces_List

GetAvailableGroundStation(SubscriptionResource, String, CancellationToken)

Hiermee haalt u het opgegeven beschikbare grondstation op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Orbital/availableGroundStations/{groundStationName} aanvragen
  • Bewerkings IdAvailableGroundStations_Get
GetAvailableGroundStationAsync(SubscriptionResource, String, CancellationToken)

Hiermee haalt u het opgegeven beschikbare grondstation op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Orbital/availableGroundStations/{groundStationName} aanvragen
  • Bewerkings IdAvailableGroundStations_Get
GetAvailableGroundStations(SubscriptionResource)

Hiermee haalt u een verzameling AvailableGroundStationResources op in de SubscriptionResource.

GetContactProfiles(SubscriptionResource, String, CancellationToken)

Retourneert een lijst met contactprofielen per abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Orbital/contactProfiles Operation Id: ContactProfiles_ListBySubscription

GetContactProfilesAsync(SubscriptionResource, String, CancellationToken)

Retourneert een lijst met contactprofielen per abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Orbital/contactProfiles Operation Id: ContactProfiles_ListBySubscription

GetOperationsResult(SubscriptionResource, WaitUntil, AzureLocation, String, CancellationToken)

Retourneert bewerkingsresultaten. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Orbital/locations/{location}/operationResults/{operationId} Bewerkings-id: OperationsResults_Get

GetOperationsResultAsync(SubscriptionResource, WaitUntil, AzureLocation, String, CancellationToken)

Retourneert bewerkingsresultaten. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Orbital/locations/{location}/operationResults/{operationId} Bewerkings-id: OperationsResults_Get

GetOrbitalContactProfiles(SubscriptionResource, String, CancellationToken)

Retourneert een lijst met contactprofielen per abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Orbital/contactProfiles aanvragen
  • Bewerkings IdContactProfiles_ListBySubscription
GetOrbitalContactProfilesAsync(SubscriptionResource, String, CancellationToken)

Retourneert een lijst met contactprofielen per abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Orbital/contactProfiles aanvragen
  • Bewerkings IdContactProfiles_ListBySubscription
GetOrbitalSpacecrafts(SubscriptionResource, String, CancellationToken)

Retourneert een lijst met ruimtevaartuigen per abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Orbital/spacecrafts aanvragen
  • Bewerkings IdSpacecrafts_ListBySubscription
GetOrbitalSpacecraftsAsync(SubscriptionResource, String, CancellationToken)

Retourneert een lijst met ruimtevaartuigen per abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Orbital/spacecrafts aanvragen
  • Bewerkings IdSpacecrafts_ListBySubscription
GetSpacecrafts(SubscriptionResource, String, CancellationToken)

Retourneert een lijst met ruimtevaartuigen per abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Orbital/spacecrafts Operation Id: Spacecrafts_ListBySubscription

GetSpacecraftsAsync(SubscriptionResource, String, CancellationToken)

Retourneert een lijst met ruimtevaartuigen per abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Orbital/spacecrafts Operation Id: Spacecrafts_ListBySubscription

CheckPeeringServiceProviderAvailability(SubscriptionResource, CheckPeeringServiceProviderAvailabilityContent, CancellationToken)

Controleert of de peeringserviceprovider aanwezig is binnen 1000 mijl van de locatie van de klant

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Peering/checkServiceProviderAvailability aanvragen
  • Bewerking IdCheckServiceProviderAvailability
CheckPeeringServiceProviderAvailabilityAsync(SubscriptionResource, CheckPeeringServiceProviderAvailabilityContent, CancellationToken)

Controleert of de peeringserviceprovider aanwezig is binnen 1000 mijl van de locatie van de klant

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Peering/checkServiceProviderAvailability aanvragen
  • Bewerking IdCheckServiceProviderAvailability
CheckServiceProviderAvailability(SubscriptionResource, CheckServiceProviderAvailabilityContent, CancellationToken)

Controleert of de peeringserviceprovider aanwezig is binnen 1000 mijl van het locatieaanvraagpad van de klant: /subscriptions/{subscriptionId}/providers/Microsoft.Peering/checkServiceProviderAvailability Operation Id: CheckServiceProviderAvailability

CheckServiceProviderAvailabilityAsync(SubscriptionResource, CheckServiceProviderAvailabilityContent, CancellationToken)

Controleert of de peeringserviceprovider aanwezig is binnen 1000 mijl van het locatieaanvraagpad van de klant: /subscriptions/{subscriptionId}/providers/Microsoft.Peering/checkServiceProviderAvailability Operation Id: CheckServiceProviderAvailability

GetCdnPeeringPrefixes(SubscriptionResource, String, CancellationToken)

Een lijst met alle geadverteerde voorvoegsels voor de opgegeven peeringlocatie

  • Path/subscriptions/{subscriptionId}/providers/Microsoft.Peering/cdnPeeringPrefixes aanvragen
  • Bewerkings IdCdnPeeringPrefixes_List
GetCdnPeeringPrefixesAsync(SubscriptionResource, String, CancellationToken)

Een lijst met alle geadverteerde voorvoegsels voor de opgegeven peeringlocatie

  • Path/subscriptions/{subscriptionId}/providers/Microsoft.Peering/cdnPeeringPrefixes aanvragen
  • Bewerkings IdCdnPeeringPrefixes_List
GetPeerAsn(SubscriptionResource, String, CancellationToken)

Hiermee haalt u de peer-ASN op met de opgegeven naam onder het opgegeven abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Peering/peerAsns/{peerAsnName} aanvragen
  • Bewerkings IdPeerAsns_Get
GetPeerAsnAsync(SubscriptionResource, String, CancellationToken)

Hiermee haalt u de peer-ASN op met de opgegeven naam onder het opgegeven abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Peering/peerAsns/{peerAsnName} aanvragen
  • Bewerkings IdPeerAsns_Get
GetPeerAsns(SubscriptionResource)

Hiermee haalt u een verzameling PeerAsnResources op in de SubscriptionResource.

GetPeeringLocations(SubscriptionResource, PeeringLocationsKind, Nullable<PeeringLocationsDirectPeeringType>, CancellationToken)

Een lijst met alle beschikbare peeringlocaties voor het opgegeven soort peering.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Peering/peeringLocations aanvragen
  • Bewerkings IdPeeringLocations_List
GetPeeringLocationsAsync(SubscriptionResource, PeeringLocationsKind, Nullable<PeeringLocationsDirectPeeringType>, CancellationToken)

Een lijst met alle beschikbare peeringlocaties voor het opgegeven soort peering.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Peering/peeringLocations aanvragen
  • Bewerkings IdPeeringLocations_List
GetPeerings(SubscriptionResource, CancellationToken)

Een lijst met alle peerings onder het opgegeven abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Peering/peerings
  • Bewerkings IdPeerings_ListBySubscription
GetPeeringsAsync(SubscriptionResource, CancellationToken)

Een lijst met alle peerings onder het opgegeven abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Peering/peerings
  • Bewerkings IdPeerings_ListBySubscription
GetPeeringsByLegacyPeering(SubscriptionResource, String, LegacyPeeringsKind, Nullable<Int32>, Nullable<DirectPeeringType>, CancellationToken)

Een lijst met alle verouderde peerings onder het opgegeven abonnement die overeenkomen met het opgegeven type en de opgegeven locatie.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Peering/legacyPeerings aanvragen
  • Bewerkings IdLegacyPeerings_List
GetPeeringsByLegacyPeeringAsync(SubscriptionResource, String, LegacyPeeringsKind, Nullable<Int32>, Nullable<DirectPeeringType>, CancellationToken)

Een lijst met alle verouderde peerings onder het opgegeven abonnement die overeenkomen met het opgegeven type en de opgegeven locatie.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Peering/legacyPeerings aanvragen
  • Bewerkings IdLegacyPeerings_List
GetPeeringServiceCountries(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare landen voor peeringservice.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Peering/peeringServiceCountries
  • Bewerkings IdPeeringServiceCountries_List
GetPeeringServiceCountriesAsync(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare landen voor peeringservice.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Peering/peeringServiceCountries
  • Bewerkings IdPeeringServiceCountries_List
GetPeeringServiceLocations(SubscriptionResource, String, CancellationToken)

Een lijst met alle beschikbare locaties voor peering service.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Peering/peeringServiceLocations aanvragen
  • Bewerkings IdPeeringServiceLocations_List
GetPeeringServiceLocationsAsync(SubscriptionResource, String, CancellationToken)

Een lijst met alle beschikbare locaties voor peering service.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Peering/peeringServiceLocations aanvragen
  • Bewerkings IdPeeringServiceLocations_List
GetPeeringServiceProviders(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare peeringservicelocaties voor het opgegeven soort peering.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Peering/peeringServiceProviders aanvragen
  • Bewerkings IdPeeringServiceProviders_List
GetPeeringServiceProvidersAsync(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare peeringservicelocaties voor het opgegeven soort peering.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Peering/peeringServiceProviders aanvragen
  • Bewerkings IdPeeringServiceProviders_List
GetPeeringServices(SubscriptionResource, CancellationToken)

Een lijst met alle peerings onder het opgegeven abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Peering/peeringServices
  • Bewerkings-IdPeeringServices_ListBySubscription
GetPeeringServicesAsync(SubscriptionResource, CancellationToken)

Een lijst met alle peerings onder het opgegeven abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Peering/peeringServices
  • Bewerkings-IdPeeringServices_ListBySubscription
InitializeConnectionMonitorPeeringService(SubscriptionResource, CancellationToken)

Peering Service initialiseren voor Verbindingsmonitor functionaliteit Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Peering/initializeConnectionMonitor Operation Id: PeeringServices_InitializeConnectionMonitor

InitializeConnectionMonitorPeeringServiceAsync(SubscriptionResource, CancellationToken)

Peering Service initialiseren voor Verbindingsmonitor functionaliteit Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Peering/initializeConnectionMonitor Operation Id: PeeringServices_InitializeConnectionMonitor

InitializePeeringServiceConnectionMonitor(SubscriptionResource, CancellationToken)

Peering Service initialiseren voor Verbindingsmonitor functionaliteit

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Peering/initializeConnectionMonitor
  • Bewerkings IdPeeringServices_InitializeConnectionMonitor
InitializePeeringServiceConnectionMonitorAsync(SubscriptionResource, CancellationToken)

Peering Service initialiseren voor Verbindingsmonitor functionaliteit

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Peering/initializeConnectionMonitor
  • Bewerkings IdPeeringServices_InitializeConnectionMonitor
InvokeLookingGlas(SubscriptionResource, LookingGlassCommand, LookingGlassSourceType, String, String, CancellationToken)

Run looking glass functionality Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Peering/lookingGlass Operation Id: LookingGlass_Invoke

InvokeLookingGlasAsync(SubscriptionResource, LookingGlassCommand, LookingGlassSourceType, String, String, CancellationToken)

Run looking glass functionality Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Peering/lookingGlass Operation Id: LookingGlass_Invoke

InvokeLookingGlass(SubscriptionResource, LookingGlassCommand, LookingGlassSourceType, String, String, CancellationToken)

Run looking glass-functionaliteit

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Peering/lookingGlass
  • Bewerkings IdLookingGlass_Invoke
InvokeLookingGlassAsync(SubscriptionResource, LookingGlassCommand, LookingGlassSourceType, String, String, CancellationToken)

Run looking glass-functionaliteit

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Peering/lookingGlass
  • Bewerkings IdLookingGlass_Invoke
CheckAtSubscriptionScopePolicyRestriction(SubscriptionResource, CheckRestrictionsRequest, CancellationToken)

Controleert welke beperkingen Azure Policy op een resource in een abonnement plaatst. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/checkPolicyRestrictions Operation Id: PolicyRestrictions_CheckAtSubscriptionScope

CheckAtSubscriptionScopePolicyRestrictionAsync(SubscriptionResource, CheckRestrictionsRequest, CancellationToken)

Controleert welke beperkingen Azure Policy op een resource in een abonnement plaatst. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/checkPolicyRestrictions Operation Id: PolicyRestrictions_CheckAtSubscriptionScope

CheckPolicyRestrictions(SubscriptionResource, CheckPolicyRestrictionsContent, CancellationToken)

Controleert welke beperkingen Azure Policy op een resource in een abonnement plaatst.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/checkPolicyRestrictions
  • Bewerkings IdPolicyRestrictions_CheckAtSubscriptionScope
CheckPolicyRestrictionsAsync(SubscriptionResource, CheckPolicyRestrictionsContent, CancellationToken)

Controleert welke beperkingen Azure Policy op een resource in een abonnement plaatst.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/checkPolicyRestrictions
  • Bewerkings IdPolicyRestrictions_CheckAtSubscriptionScope
GetPolicyEventQueryResults(SubscriptionResource, PolicyEventType, PolicyQuerySettings, CancellationToken)

Query's uitvoeren op beleidsevenementen voor de resources onder het abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults
  • Bewerking IdPolicyEvents_ListQueryResultsForSubscription
GetPolicyEventQueryResultsAsync(SubscriptionResource, PolicyEventType, PolicyQuerySettings, CancellationToken)

Query's uitvoeren op beleidsevenementen voor de resources onder het abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults
  • Bewerking IdPolicyEvents_ListQueryResultsForSubscription
GetPolicyStateQueryResults(SubscriptionResource, PolicyStateType, PolicyQuerySettings, CancellationToken)

Statussen van query's voor de resources onder het abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesResource}/queryResults
  • Bewerkings IdPolicyStates_ListQueryResultsForSubscription
GetPolicyStateQueryResultsAsync(SubscriptionResource, PolicyStateType, PolicyQuerySettings, CancellationToken)

Statussen van query's voor de resources onder het abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesResource}/queryResults
  • Bewerkings IdPolicyStates_ListQueryResultsForSubscription
GetPolicyTrackedResourceQueryResults(SubscriptionResource, PolicyTrackedResourceType, PolicyQuerySettings, CancellationToken)

Query's beleid bijgehouden resources onder het abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyTrackedResources/{policyTrackedResourcesResource}/queryResults
  • Bewerkings IdPolicyTrackedResources_ListQueryResultsForSubscription
GetPolicyTrackedResourceQueryResultsAsync(SubscriptionResource, PolicyTrackedResourceType, PolicyQuerySettings, CancellationToken)

Query's beleid bijgehouden resources onder het abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyTrackedResources/{policyTrackedResourcesResource}/queryResults
  • Bewerkings IdPolicyTrackedResources_ListQueryResultsForSubscription
GetQueryResultsForPolicyDefinitionPolicyEvents(SubscriptionResource, String, PolicyEventsResourceType, QueryOptions, CancellationToken)

Hiermee worden beleidsevenementen voor de beleidsdefinitie op abonnementsniveau opgevraagd. Aanvraagpad: /subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policyDefinitions/{policyDefinitionName}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults Operation Id: PolicyEvents_ListQueryResultsForPolicyDefinition

GetQueryResultsForPolicyDefinitionPolicyEventsAsync(SubscriptionResource, String, PolicyEventsResourceType, QueryOptions, CancellationToken)

Hiermee worden beleidsevenementen voor de beleidsdefinitie op abonnementsniveau opgevraagd. Aanvraagpad: /subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policyDefinitions/{policyDefinitionName}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults Operation Id: PolicyEvents_ListQueryResultsForPolicyDefinition

GetQueryResultsForPolicyDefinitionPolicyStates(SubscriptionResource, String, PolicyStatesResource, QueryOptions, CancellationToken)

Query's op beleidsstatussen voor de beleidsdefinitie op abonnementsniveau. Aanvraagpad: /subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policyDefinitions/{policyDefinitionName}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesResource}/queryResults Operation Id: PolicyStates_ListQueryResultsForPolicyDefinition

GetQueryResultsForPolicyDefinitionPolicyStatesAsync(SubscriptionResource, String, PolicyStatesResource, QueryOptions, CancellationToken)

Query's op beleidsstatussen voor de beleidsdefinitie op abonnementsniveau. Aanvraagpad: /subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policyDefinitions/{policyDefinitionName}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesResource}/queryResults Operation Id: PolicyStates_ListQueryResultsForPolicyDefinition

GetQueryResultsForPolicySetDefinitionPolicyEvents(SubscriptionResource, String, PolicyEventsResourceType, QueryOptions, CancellationToken)

Hiermee worden beleidsevenementen opgevraagd voor de definitie van de beleidsset op abonnementsniveau. Aanvraagpad: /subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policySetDefinitions/{policySetDefinitionName}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults Operation Id: PolicyEvents_ListQueryResultsForPolicySetDefinition

GetQueryResultsForPolicySetDefinitionPolicyEventsAsync(SubscriptionResource, String, PolicyEventsResourceType, QueryOptions, CancellationToken)

Hiermee worden beleidsevenementen opgevraagd voor de definitie van de beleidsset op abonnementsniveau. Aanvraagpad: /subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policySetDefinitions/{policySetDefinitionName}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults Operation Id: PolicyEvents_ListQueryResultsForPolicySetDefinition

GetQueryResultsForPolicySetDefinitionPolicyStates(SubscriptionResource, String, PolicyStatesResource, QueryOptions, CancellationToken)

Query's beleidsstatussen voor de beleidssetdefinitie op abonnementsniveau. Aanvraagpad: /subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policySetDefinitions/{policySetDefinitionName}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesResource}/queryResults Operation Id: PolicyStates_ListQueryResultsForPolicySetDefinition

GetQueryResultsForPolicySetDefinitionPolicyStatesAsync(SubscriptionResource, String, PolicyStatesResource, QueryOptions, CancellationToken)

Query's beleidsstatussen voor de beleidssetdefinitie op abonnementsniveau. Aanvraagpad: /subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policySetDefinitions/{policySetDefinitionName}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesResource}/queryResults Operation Id: PolicyStates_ListQueryResultsForPolicySetDefinition

GetQueryResultsForSubscriptionLevelPolicyAssignmentPolicyEvents(SubscriptionResource, String, PolicyEventsResourceType, QueryOptions, CancellationToken)

Hiermee worden beleidsevenementen voor de beleidstoewijzing op abonnementsniveau opgevraagd. Aanvraagpad: /subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policyAssignments/{policyAssignmentName}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults Operation Id: PolicyEvents_ListQueryResultsForSubscriptionLevelPolicyAssignment

GetQueryResultsForSubscriptionLevelPolicyAssignmentPolicyEventsAsync(SubscriptionResource, String, PolicyEventsResourceType, QueryOptions, CancellationToken)

Hiermee worden beleidsevenementen voor de beleidstoewijzing op abonnementsniveau opgevraagd. Aanvraagpad: /subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policyAssignments/{policyAssignmentName}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults Operation Id: PolicyEvents_ListQueryResultsForSubscriptionLevelPolicyAssignment

GetQueryResultsForSubscriptionLevelPolicyAssignmentPolicyStates(SubscriptionResource, String, PolicyStatesResource, QueryOptions, CancellationToken)

Query's op beleidsstatussen voor de beleidstoewijzing op abonnementsniveau. Aanvraagpad: /subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policyAssignments/{policyAssignmentName}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesResource}/queryResults Operation Id: PolicyStates_ListQueryResultsForSubscriptionLevelPolicyAssignment

GetQueryResultsForSubscriptionLevelPolicyAssignmentPolicyStatesAsync(SubscriptionResource, String, PolicyStatesResource, QueryOptions, CancellationToken)

Query's op beleidsstatussen voor de beleidstoewijzing op abonnementsniveau. Aanvraagpad: /subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policyAssignments/{policyAssignmentName}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesResource}/queryResults Operation Id: PolicyStates_ListQueryResultsForSubscriptionLevelPolicyAssignment

GetQueryResultsForSubscriptionPolicyEvents(SubscriptionResource, PolicyEventsResourceType, QueryOptions, CancellationToken)

Query's uitvoeren op beleidsevenementen voor de resources onder het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults Operation Id: PolicyEvents_ListQueryResultsForSubscription

GetQueryResultsForSubscriptionPolicyEventsAsync(SubscriptionResource, PolicyEventsResourceType, QueryOptions, CancellationToken)

Query's uitvoeren op beleidsevenementen voor de resources onder het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults Operation Id: PolicyEvents_ListQueryResultsForSubscription

GetQueryResultsForSubscriptionPolicyStates(SubscriptionResource, PolicyStatesResource, QueryOptions, CancellationToken)

Statussen van query's voor de resources onder het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesResource}/queryResults Operation Id: PolicyStates_ListQueryResultsForSubscription

GetQueryResultsForSubscriptionPolicyStatesAsync(SubscriptionResource, PolicyStatesResource, QueryOptions, CancellationToken)

Statussen van query's voor de resources onder het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesResource}/queryResults Operation Id: PolicyStates_ListQueryResultsForSubscription

GetQueryResultsForSubscriptionPolicyTrackedResources(SubscriptionResource, PolicyTrackedResourcesResourceType, QueryOptions, CancellationToken)

Query's beleid bijgehouden resources onder het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyTrackedResources/{policyTrackedResourcesResource}/queryResults Operation Id: PolicyTrackedResources_ListQueryResultsForSubscription

GetQueryResultsForSubscriptionPolicyTrackedResourcesAsync(SubscriptionResource, PolicyTrackedResourcesResourceType, QueryOptions, CancellationToken)

Query's beleid bijgehouden resources onder het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyTrackedResources/{policyTrackedResourcesResource}/queryResults Operation Id: PolicyTrackedResources_ListQueryResultsForSubscription

SummarizeForPolicyDefinitionPolicyStates(SubscriptionResource, String, PolicyStatesSummaryResourceType, QueryOptions, CancellationToken)

Geeft een overzicht van beleidsstatussen voor de beleidsdefinitie op abonnementsniveau. Aanvraagpad: /subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policyDefinitions/{policyDefinitionName}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesSummaryResource}/summarize Operation Id: PolicyStates_SummarizeForPolicyDefinition

SummarizeForPolicyDefinitionPolicyStatesAsync(SubscriptionResource, String, PolicyStatesSummaryResourceType, QueryOptions, CancellationToken)

Geeft een overzicht van beleidsstatussen voor de beleidsdefinitie op abonnementsniveau. Aanvraagpad: /subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policyDefinitions/{policyDefinitionName}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesSummaryResource}/summarize Operation Id: PolicyStates_SummarizeForPolicyDefinition

SummarizeForPolicySetDefinitionPolicyStates(SubscriptionResource, String, PolicyStatesSummaryResourceType, QueryOptions, CancellationToken)

Geeft een overzicht van beleidsstatussen voor de definitie van de beleidsset op abonnementsniveau. Aanvraagpad: /subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policySetDefinitions/{policySetDefinitionName}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesSummaryResource}/summarize Operation Id: PolicyStates_SummarizeForPolicySetDefinition

SummarizeForPolicySetDefinitionPolicyStatesAsync(SubscriptionResource, String, PolicyStatesSummaryResourceType, QueryOptions, CancellationToken)

Geeft een overzicht van beleidsstatussen voor de definitie van de beleidsset op abonnementsniveau. Aanvraagpad: /subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policySetDefinitions/{policySetDefinitionName}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesSummaryResource}/summarize Operation Id: PolicyStates_SummarizeForPolicySetDefinition

SummarizeForSubscriptionLevelPolicyAssignmentPolicyStates(SubscriptionResource, String, PolicyStatesSummaryResourceType, QueryOptions, CancellationToken)

Geeft een overzicht van beleidsstatussen voor de beleidstoewijzing op abonnementsniveau. Aanvraagpad: /subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policyAssignments/{policyAssignmentName}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesSummaryResource}/summarize Operation Id: PolicyStates_SummarizeForSubscriptionLevelPolicyAssignment

SummarizeForSubscriptionLevelPolicyAssignmentPolicyStatesAsync(SubscriptionResource, String, PolicyStatesSummaryResourceType, QueryOptions, CancellationToken)

Geeft een overzicht van beleidsstatussen voor de beleidstoewijzing op abonnementsniveau. Aanvraagpad: /subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policyAssignments/{policyAssignmentName}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesSummaryResource}/summarize Operation Id: PolicyStates_SummarizeForSubscriptionLevelPolicyAssignment

SummarizeForSubscriptionPolicyStates(SubscriptionResource, PolicyStatesSummaryResourceType, QueryOptions, CancellationToken)

Geeft een overzicht van beleidsstatussen voor de resources onder het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesSummaryResource}/summarize Operation Id: PolicyStates_SummarizeForSubscription

SummarizeForSubscriptionPolicyStatesAsync(SubscriptionResource, PolicyStatesSummaryResourceType, QueryOptions, CancellationToken)

Geeft een overzicht van beleidsstatussen voor de resources onder het abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesSummaryResource}/summarize-bewerkings-id: PolicyStates_SummarizeForSubscription

SummarizePolicyStates(SubscriptionResource, PolicyStateSummaryType, PolicyQuerySettings, CancellationToken)

Geeft een overzicht van beleidsstatussen voor de resources onder het abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesSummaryResource}/summarize
  • Bewerkings IdPolicyStates_SummarizeForSubscription
SummarizePolicyStatesAsync(SubscriptionResource, PolicyStateSummaryType, PolicyQuerySettings, CancellationToken)

Geeft een overzicht van beleidsstatussen voor de resources onder het abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesSummaryResource}/summarize
  • Bewerkings IdPolicyStates_SummarizeForSubscription
TriggerPolicyStateEvaluation(SubscriptionResource, WaitUntil, CancellationToken)

Hiermee wordt een beleidsevaluatiescan geactiveerd voor alle resources onder het abonnement

  • Path/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyStates/latest/triggerEvaluation aanvragen
  • Bewerkings IdPolicyStates_TriggerSubscriptionEvaluation
TriggerPolicyStateEvaluationAsync(SubscriptionResource, WaitUntil, CancellationToken)

Hiermee wordt een beleidsevaluatiescan geactiveerd voor alle resources onder het abonnement

  • Path/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyStates/latest/triggerEvaluation aanvragen
  • Bewerkings IdPolicyStates_TriggerSubscriptionEvaluation
TriggerSubscriptionEvaluationPolicyState(SubscriptionResource, WaitUntil, CancellationToken)

Hiermee wordt een beleidsevaluatiescan geactiveerd voor alle resources onder het abonnementsaanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyStates/latest/triggerEvaluation Operation Id: PolicyStates_TriggerSubscriptionEvaluation

TriggerSubscriptionEvaluationPolicyStateAsync(SubscriptionResource, WaitUntil, CancellationToken)

Hiermee wordt een beleidsevaluatiescan geactiveerd voor alle resources onder het abonnementsaanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyStates/latest/triggerEvaluation Operation Id: PolicyStates_TriggerSubscriptionEvaluation

CheckPostgreSqlFlexibleServerNameAvailability(SubscriptionResource, PostgreSqlFlexibleServerNameAvailabilityContent, CancellationToken)

De beschikbaarheid van de naam van de resource controleren

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/checkNameAvailability aanvragen
  • Bewerkings IdCheckNameAvailability_Execute
CheckPostgreSqlFlexibleServerNameAvailabilityAsync(SubscriptionResource, PostgreSqlFlexibleServerNameAvailabilityContent, CancellationToken)

De beschikbaarheid van de naam van de resource controleren

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/checkNameAvailability aanvragen
  • Bewerkings IdCheckNameAvailability_Execute
CheckPostgreSqlFlexibleServerNameAvailabilityWithLocation(SubscriptionResource, AzureLocation, PostgreSqlFlexibleServerNameAvailabilityContent, CancellationToken)

De beschikbaarheid van de naam van de resource controleren

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/checkNameAvailability aanvragen
  • Bewerkings IdCheckNameAvailabilityWithLocation_Execute
CheckPostgreSqlFlexibleServerNameAvailabilityWithLocationAsync(SubscriptionResource, AzureLocation, PostgreSqlFlexibleServerNameAvailabilityContent, CancellationToken)

De beschikbaarheid van de naam van de resource controleren

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/checkNameAvailability aanvragen
  • Bewerkings IdCheckNameAvailabilityWithLocation_Execute
ExecuteLocationBasedCapabilities(SubscriptionResource, AzureLocation, CancellationToken)

Krijg mogelijkheden op opgegeven locatie in een bepaald abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/capabilities aanvragen
  • Bewerkings IdLocationBasedCapabilities_Execute
ExecuteLocationBasedCapabilitiesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Krijg mogelijkheden op opgegeven locatie in een bepaald abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/capabilities aanvragen
  • Bewerkings IdLocationBasedCapabilities_Execute
ExecuteVirtualNetworkSubnetUsage(SubscriptionResource, AzureLocation, PostgreSqlFlexibleServerVirtualNetworkSubnetUsageParameter, CancellationToken)

Haal het gebruik van het subnet van het virtuele netwerk op voor een bepaalde vNet-resource-id.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/checkVirtualNetworkSubnetUsage aanvragen
  • Bewerkings IdVirtualNetworkSubnetUsage_Execute
ExecuteVirtualNetworkSubnetUsageAsync(SubscriptionResource, AzureLocation, PostgreSqlFlexibleServerVirtualNetworkSubnetUsageParameter, CancellationToken)

Haal het gebruik van het subnet van het virtuele netwerk op voor een bepaalde vNet-resource-id.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/checkVirtualNetworkSubnetUsage aanvragen
  • Bewerkings IdVirtualNetworkSubnetUsage_Execute
GetPostgreSqlFlexibleServers(SubscriptionResource, CancellationToken)

Alle servers in een bepaald abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/flexibleServers aanvragen
  • Bewerkings IdServers_List
GetPostgreSqlFlexibleServersAsync(SubscriptionResource, CancellationToken)

Alle servers in een bepaald abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/flexibleServers aanvragen
  • Bewerkings IdServers_List
CheckPostgreSqlNameAvailability(SubscriptionResource, PostgreSqlNameAvailabilityContent, CancellationToken)

De beschikbaarheid van de naam van de resource controleren

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/checkNameAvailability aanvragen
  • Bewerkings IdCheckNameAvailability_Execute
CheckPostgreSqlNameAvailabilityAsync(SubscriptionResource, PostgreSqlNameAvailabilityContent, CancellationToken)

De beschikbaarheid van de naam van de resource controleren

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/checkNameAvailability aanvragen
  • Bewerkings IdCheckNameAvailability_Execute
GetLocationBasedPerformanceTiers(SubscriptionResource, AzureLocation, CancellationToken)

Vermeld alle prestatielagen op de opgegeven locatie in een bepaald abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/performanceTiers aanvragen
  • Bewerkings IdLocationBasedPerformanceTier_List
GetLocationBasedPerformanceTiersAsync(SubscriptionResource, AzureLocation, CancellationToken)

Vermeld alle prestatielagen op de opgegeven locatie in een bepaald abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/performanceTiers aanvragen
  • Bewerkings IdLocationBasedPerformanceTier_List
GetPostgreSqlServers(SubscriptionResource, CancellationToken)

Alle servers in een bepaald abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/servers aanvragen
  • Bewerkings IdServers_List
GetPostgreSqlServersAsync(SubscriptionResource, CancellationToken)

Alle servers in een bepaald abonnement weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/servers aanvragen
  • Bewerkings IdServers_List
CheckNameAvailabilityCapacity(SubscriptionResource, AzureLocation, CheckCapacityNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van de naam op de doellocatie.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.PowerBIDedicated/locations/{location}/checkNameAvailability aanvragen
  • Bewerkings IdCapacities_CheckNameAvailability
CheckNameAvailabilityCapacityAsync(SubscriptionResource, AzureLocation, CheckCapacityNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van de naam op de doellocatie.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.PowerBIDedicated/locations/{location}/checkNameAvailability aanvragen
  • Bewerkings IdCapacities_CheckNameAvailability
GetAutoScaleVCores(SubscriptionResource, CancellationToken)

Een lijst met alle v-cores voor automatisch schalen voor het opgegeven abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.PowerBIDedicated/autoScaleVCores aanvragen
  • Bewerkings IdAutoScaleVCores_ListBySubscription
GetAutoScaleVCoresAsync(SubscriptionResource, CancellationToken)

Een lijst met alle v-cores voor automatisch schalen voor het opgegeven abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.PowerBIDedicated/autoScaleVCores aanvragen
  • Bewerkings IdAutoScaleVCores_ListBySubscription
GetDedicatedCapacities(SubscriptionResource, CancellationToken)

Een lijst met alle toegewezen capaciteiten voor het opgegeven abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.PowerBIDedicated/capacities aanvragen
  • Bewerkings IdCapacities_List
GetDedicatedCapacitiesAsync(SubscriptionResource, CancellationToken)

Een lijst met alle toegewezen capaciteiten voor het opgegeven abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.PowerBIDedicated/capacities aanvragen
  • Bewerkings IdCapacities_List
GetSkusCapacities(SubscriptionResource, CancellationToken)

Een lijst met in aanmerking komende SKU's voor powerBI Dedicated-resourceprovider.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.PowerBIDedicated/skus aanvragen
  • Bewerkings IdCapacities_ListSkus
GetSkusCapacitiesAsync(SubscriptionResource, CancellationToken)

Een lijst met in aanmerking komende SKU's voor powerBI Dedicated-resourceprovider.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.PowerBIDedicated/skus aanvragen
  • Bewerkings IdCapacities_ListSkus
GetPrivateDnsZones(SubscriptionResource, Nullable<Int32>, CancellationToken)

Een lijst met de Privé-DNS zones in alle resourcegroepen in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/privateDnsZones aanvragen
  • Bewerkings IdPrivateZones_List
GetPrivateDnsZonesAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Een lijst met de Privé-DNS zones in alle resourcegroepen in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/privateDnsZones aanvragen
  • Bewerkings IdPrivateZones_List
GetPrivateZones(SubscriptionResource, Nullable<Int32>, CancellationToken)

Een lijst met de Privé-DNS zones in alle resourcegroepen in een abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/privateDnsZones Operation Id: PrivateZones_List

GetPrivateZonesAsync(SubscriptionResource, Nullable<Int32>, CancellationToken)

Een lijst met de Privé-DNS zones in alle resourcegroepen in een abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Network/privateDnsZones Operation Id: PrivateZones_List

GetProviderRegistration(SubscriptionResource, String, CancellationToken)

Hiermee haalt u de registratiegegevens van de provider op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace} Bewerkings-id: ProviderRegistrations_Get

GetProviderRegistrationAsync(SubscriptionResource, String, CancellationToken)

Hiermee haalt u de registratiegegevens van de provider op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace} Bewerkings-id: ProviderRegistrations_Get

GetProviderRegistrations(SubscriptionResource)

Hiermee haalt u een verzameling ProviderRegistrationResources op in de SubscriptionResource.

CheckNameAvailabilityAccount(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken)

Controleert of de accountnaam beschikbaar is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Purview/checkNameAvailability Operation Id: Accounts_CheckNameAvailability

CheckNameAvailabilityAccountAsync(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken)

Controleert of de accountnaam beschikbaar is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Purview/checkNameAvailability Operation Id: Accounts_CheckNameAvailability

CheckPurviewAccountNameAvailability(SubscriptionResource, PurviewAccountNameAvailabilityContent, CancellationToken)

Controleert of de accountnaam beschikbaar is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Purview/checkNameAvailability aanvragen
  • Bewerkings IdAccounts_CheckNameAvailability
CheckPurviewAccountNameAvailabilityAsync(SubscriptionResource, PurviewAccountNameAvailabilityContent, CancellationToken)

Controleert of de accountnaam beschikbaar is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Purview/checkNameAvailability aanvragen
  • Bewerkings IdAccounts_CheckNameAvailability
GetAccounts(SubscriptionResource, String, CancellationToken)

Accounts weergeven in abonnementsaanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Purview/accounts Bewerkings-id: Accounts_ListBySubscription

GetAccountsAsync(SubscriptionResource, String, CancellationToken)

Accounts weergeven in abonnementsaanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Purview/accounts Bewerkings-id: Accounts_ListBySubscription

GetPurviewAccounts(SubscriptionResource, String, CancellationToken)

Accounts weergeven in abonnement

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Purview/accounts aanvragen
  • Bewerkings IdAccounts_ListBySubscription
GetPurviewAccountsAsync(SubscriptionResource, String, CancellationToken)

Accounts weergeven in abonnement

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Purview/accounts aanvragen
  • Bewerkings IdAccounts_ListBySubscription
CheckNameAvailabilityWorkspace(SubscriptionResource, String, CheckNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van de resourcenaam.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Quantum/locations/{locationName}/checkNameAvailability aanvragen
  • Bewerkings IdWorkspace_CheckNameAvailability
CheckNameAvailabilityWorkspaceAsync(SubscriptionResource, String, CheckNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van de resourcenaam.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Quantum/locations/{locationName}/checkNameAvailability aanvragen
  • Bewerkings IdWorkspace_CheckNameAvailability
GetOfferings(SubscriptionResource, String, CancellationToken)

Retourneert de lijst met alle provideraanbiedingen die beschikbaar zijn voor de opgegeven locatie.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Quantum/locations/{locationName}/offerings aanvragen
  • Bewerkings IdOfferings_List
GetOfferingsAsync(SubscriptionResource, String, CancellationToken)

Retourneert de lijst met alle provideraanbiedingen die beschikbaar zijn voor de opgegeven locatie.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Quantum/locations/{locationName}/offerings aanvragen
  • Bewerkings IdOfferings_List
GetQuantumWorkspaces(SubscriptionResource, CancellationToken)

Hiermee haalt u de lijst met werkruimten binnen een abonnement op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Quantum/workspaces aanvragen
  • Bewerkings IdWorkspaces_ListBySubscription
GetQuantumWorkspacesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u de lijst met werkruimten binnen een abonnement op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Quantum/workspaces aanvragen
  • Bewerkings IdWorkspaces_ListBySubscription
GetRecoveryServiceCapabilities(SubscriptionResource, AzureLocation, ResourceCapabilities, CancellationToken)

API voor meer informatie over de mogelijkheden van Microsoft.RecoveryServices RP

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{location}/capabilities aanvragen
  • Bewerkings IdRecoveryServices_Capabilities
GetRecoveryServiceCapabilitiesAsync(SubscriptionResource, AzureLocation, ResourceCapabilities, CancellationToken)

API voor meer informatie over de mogelijkheden van Microsoft.RecoveryServices RP

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{location}/capabilities aanvragen
  • Bewerkings IdRecoveryServices_Capabilities
GetRecoveryServicesVaults(SubscriptionResource, CancellationToken)

Hiermee worden alle resources van het opgegeven type in het abonnement opgehaald.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.RecoveryServices/vaults aanvragen
  • Bewerkings IdVaults_ListBySubscriptionId
GetRecoveryServicesVaultsAsync(SubscriptionResource, CancellationToken)

Hiermee worden alle resources van het opgegeven type in het abonnement opgehaald.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.RecoveryServices/vaults aanvragen
  • Bewerkings IdVaults_ListBySubscriptionId
GetVaults(SubscriptionResource, CancellationToken)

Hiermee worden alle resources van het opgegeven type in het abonnement opgehaald. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/vaults Operation Id: Vaults_ListBySubscriptionId

GetVaultsAsync(SubscriptionResource, CancellationToken)

Hiermee worden alle resources van het opgegeven type in het abonnement opgehaald. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/vaults Operation Id: Vaults_ListBySubscriptionId

GetBackupStatus(SubscriptionResource, AzureLocation, BackupStatusContent, CancellationToken)

De back-upstatus van de container ophalen

  • Pad/Abonnementen/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupStatus aanvragen
  • Bewerkings IdBackupStatus_Get
GetBackupStatus(SubscriptionResource, String, BackupStatusContent, CancellationToken)

Haal het aanvraagpad voor de back-upstatus van de container op: /Subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupStatus Operation Id: BackupStatus_Get

GetBackupStatusAsync(SubscriptionResource, AzureLocation, BackupStatusContent, CancellationToken)

De back-upstatus van de container ophalen

  • Pad/Abonnementen/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupStatus aanvragen
  • Bewerkings IdBackupStatus_Get
GetBackupStatusAsync(SubscriptionResource, String, BackupStatusContent, CancellationToken)

Haal het aanvraagpad voor de back-upstatus van de container op: /Subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupStatus Operation Id: BackupStatus_Get

ValidateFeatureSupport(SubscriptionResource, AzureLocation, FeatureSupportContent, CancellationToken)

Er wordt gecontroleerd of bepaalde functie met resource-eigenschappen wordt ondersteund in de service

  • Pad/Abonnementen/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupValidateFeatures aanvragen
  • Bewerkings IdFeatureSupport_Validate
ValidateFeatureSupport(SubscriptionResource, String, FeatureSupportContent, CancellationToken)

Er wordt gecontroleerd of de opgegeven functie met resource-eigenschappen wordt ondersteund in serviceaanvraagpad: /Subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupValidateFeatures Operation Id: FeatureSupport_Validate

ValidateFeatureSupportAsync(SubscriptionResource, AzureLocation, FeatureSupportContent, CancellationToken)

Er wordt gecontroleerd of bepaalde functie met resource-eigenschappen wordt ondersteund in de service

  • Pad/Abonnementen/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupValidateFeatures aanvragen
  • Bewerkings IdFeatureSupport_Validate
ValidateFeatureSupportAsync(SubscriptionResource, String, FeatureSupportContent, CancellationToken)

Er wordt gecontroleerd of de opgegeven functie met resource-eigenschappen wordt ondersteund in serviceaanvraagpad: /Subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupValidateFeatures Operation Id: FeatureSupport_Validate

ValidateProtectionIntent(SubscriptionResource, AzureLocation, PreValidateEnableBackupContent, CancellationToken)

Het volgende wordt gevalideerd

  1. Kluiscapaciteit
  2. VM is al beveiligd
  3. Alle VM-gerelateerde configuraties die eigenschappen hebben doorgegeven.
  • Pad/Abonnementen/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupPreValidateProtection aanvragen
  • Bewerkings IdProtectionIntent_Validate
ValidateProtectionIntent(SubscriptionResource, String, PreValidateEnableBackupContent, CancellationToken)

Het volgende wordt gevalideerd

  1. Kluiscapaciteit
  2. VM is al beveiligd
  3. Alle VM-gerelateerde configuraties die eigenschappen hebben doorgegeven. Aanvraagpad: /Subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupPreValidateProtection Operation Id: ProtectionIntent_Validate
ValidateProtectionIntentAsync(SubscriptionResource, AzureLocation, PreValidateEnableBackupContent, CancellationToken)

Het volgende wordt gevalideerd

  1. Kluiscapaciteit
  2. VM is al beveiligd
  3. Alle VM-gerelateerde configuraties die eigenschappen hebben doorgegeven.
  • Pad/Abonnementen/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupPreValidateProtection aanvragen
  • Bewerkings IdProtectionIntent_Validate
ValidateProtectionIntentAsync(SubscriptionResource, String, PreValidateEnableBackupContent, CancellationToken)

Het volgende wordt gevalideerd

  1. Kluiscapaciteit
  2. VM is al beveiligd
  3. Alle VM-gerelateerde configuraties die eigenschappen hebben doorgegeven. Aanvraagpad: /Subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupPreValidateProtection Operation Id: ProtectionIntent_Validate
CheckRedisNameAvailability(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken)

Controleert of de naam van de redis-cache geldig is en nog niet in gebruik is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/CheckNameAvailability Operation Id: Redis_CheckNameAvailability

CheckRedisNameAvailability(SubscriptionResource, RedisNameAvailabilityContent, CancellationToken)

Controleert of de naam van de redis-cache geldig is en nog niet in gebruik is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Cache/CheckNameAvailability aanvragen
  • Bewerkings IdRedis_CheckNameAvailability
CheckRedisNameAvailabilityAsync(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken)

Controleert of de naam van de redis-cache geldig is en nog niet in gebruik is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/CheckNameAvailability Operation Id: Redis_CheckNameAvailability

CheckRedisNameAvailabilityAsync(SubscriptionResource, RedisNameAvailabilityContent, CancellationToken)

Controleert of de naam van de redis-cache geldig is en nog niet in gebruik is.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Cache/CheckNameAvailability
  • Bewerkings IdRedis_CheckNameAvailability
GetAllRedis(SubscriptionResource, CancellationToken)

Hiermee worden alle Redis-caches in het opgegeven abonnement opgehaald.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Cache/redis
  • Bewerkings-IdRedis_ListBySubscription
GetAllRedisAsync(SubscriptionResource, CancellationToken)

Hiermee worden alle Redis-caches in het opgegeven abonnement opgehaald.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Cache/redis
  • Bewerkings-IdRedis_ListBySubscription
GetAsyncOperationStatus(SubscriptionResource, AzureLocation, String, CancellationToken)

Voor het controleren van de lopende status van een bewerking

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/asyncOperations/{operationId}
  • Bewerkings IdAsyncOperationStatus_Get
GetAsyncOperationStatusAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Voor het controleren van de lopende status van een bewerking

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/asyncOperations/{operationId}
  • Bewerkings IdAsyncOperationStatus_Get
GetRedis(SubscriptionResource, CancellationToken)

Hiermee worden alle Redis-caches in het opgegeven abonnement opgehaald. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/redis Operation Id: Redis_ListBySubscription

GetRedisAsync(SubscriptionResource, CancellationToken)

Hiermee worden alle Redis-caches in het opgegeven abonnement opgehaald. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/redis Operation Id: Redis_ListBySubscription

GetRedisEnterpriseClusters(SubscriptionResource, CancellationToken)

Hiermee worden alle RedisEnterprise-clusters in het opgegeven abonnement opgehaald.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Cache/redisEnterprise
  • Bewerkings IdRedisEnterprise_List
GetRedisEnterpriseClustersAsync(SubscriptionResource, CancellationToken)

Hiermee worden alle RedisEnterprise-clusters in het opgegeven abonnement opgehaald.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Cache/redisEnterprise
  • Bewerkings IdRedisEnterprise_List
GetRedisEnterpriseOperationsStatus(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u de status van de bewerking op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/operationsStatus/{operationId}
  • Bewerkings IdOperationsStatus_Get
GetRedisEnterpriseOperationsStatusAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u de status van de bewerking op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/operationsStatus/{operationId}
  • Bewerkings IdOperationsStatus_Get
GetClusters(SubscriptionResource, CancellationToken)

Hiermee worden alle RedisEnterprise-clusters in het opgegeven abonnement opgehaald. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/redisEnterprise Operation Id: RedisEnterprise_List

GetClustersAsync(SubscriptionResource, CancellationToken)

Hiermee worden alle RedisEnterprise-clusters in het opgegeven abonnement opgehaald. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/redisEnterprise Operation Id: RedisEnterprise_List

GetRedisEnterpriseOperationsStatus(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u de status van de bewerking op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/operationsStatus/{operationId} Bewerkings-id: OperationsStatus_Get

GetRedisEnterpriseOperationsStatusAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u de status van de bewerking op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/operationsStatus/{operationId} Bewerkings-id: OperationsStatus_Get

CheckNameAvailabilityNamespace(SubscriptionResource, CheckNameAvailability, CancellationToken)

Controleer de beschikbaarheid van de opgegeven naamruimtenaam. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Relay/checkNameAvailability Operation Id: Namespaces_CheckNameAvailability

CheckNameAvailabilityNamespaceAsync(SubscriptionResource, CheckNameAvailability, CancellationToken)

Controleer de beschikbaarheid van de opgegeven naamruimtenaam. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Relay/checkNameAvailability Operation Id: Namespaces_CheckNameAvailability

CheckRelayNamespaceNameAvailability(SubscriptionResource, RelayNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van de opgegeven naamruimtenaam.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Relay/checkNameAvailability
  • Bewerkings-IdNamespaces_CheckNameAvailability
CheckRelayNamespaceNameAvailabilityAsync(SubscriptionResource, RelayNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van de opgegeven naamruimtenaam.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Relay/checkNameAvailability
  • Bewerkings-IdNamespaces_CheckNameAvailability
GetRelayNamespaces(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare naamruimten binnen het abonnement, ongeacht de resourceGroups.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Relay/namespaces
  • Bewerkings IdNamespaces_List
GetRelayNamespacesAsync(SubscriptionResource, CancellationToken)

Een lijst met alle beschikbare naamruimten binnen het abonnement, ongeacht de resourceGroups.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Relay/namespaces
  • Bewerkings IdNamespaces_List
GetAllReservationQuota(SubscriptionResource, String, AzureLocation)

Hiermee haalt u een verzameling ReservationQuotaResources op in de SubscriptionResource.

GetAppliedReservations(SubscriptionResource, CancellationToken)

Haal toepasselijke Reservations op die zijn toegepast op dit abonnement of een resourcegroep onder dit abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/appliedReservations
  • Bewerking IdGetAppliedReservationList
GetAppliedReservationsAsync(SubscriptionResource, CancellationToken)

Haal toepasselijke Reservations op die zijn toegepast op dit abonnement of een resourcegroep onder dit abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/appliedReservations
  • Bewerking IdGetAppliedReservationList
GetCatalog(SubscriptionResource, SubscriptionResourceGetCatalogOptions, CancellationToken)

Haal de regio's en SKU's op die beschikbaar zijn voor ri-aankoop voor het opgegeven Azure-abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/catalogs
  • Bewerking IdGetCatalog
GetCatalog(SubscriptionResource, String, Nullable<AzureLocation>, String, String, String, CancellationToken)

Haal de regio's en SKU's op die beschikbaar zijn voor ri-aankoop voor het opgegeven Azure-abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/catalogs
  • Bewerking IdGetCatalog
GetCatalogAsync(SubscriptionResource, SubscriptionResourceGetCatalogOptions, CancellationToken)

Haal de regio's en SKU's op die beschikbaar zijn voor ri-aankoop voor het opgegeven Azure-abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/catalogs
  • Bewerking IdGetCatalog
GetCatalogAsync(SubscriptionResource, String, Nullable<AzureLocation>, String, String, String, CancellationToken)

Haal de regio's en SKU's op die beschikbaar zijn voor ri-aankoop voor het opgegeven Azure-abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/catalogs
  • Bewerking IdGetCatalog
GetQuotaRequestDetail(SubscriptionResource, String, AzureLocation, Guid, CancellationToken)

Haal voor de opgegeven Azure-regio (locatie) de details en status van de quotumaanvraag op met de quotumaanvraag-id voor de resources van de resourceprovider. De PUT-aanvraag voor het quotum (servicelimiet) retourneert een antwoord met de parameter requestId.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimitsRequests/{id}
  • Bewerkings IdQuotaRequestStatus_Get
GetQuotaRequestDetailAsync(SubscriptionResource, String, AzureLocation, Guid, CancellationToken)

Haal voor de opgegeven Azure-regio (locatie) de details en status van de quotumaanvraag op met de quotumaanvraag-id voor de resources van de resourceprovider. De PUT-aanvraag voor het quotum (servicelimiet) retourneert een antwoord met de parameter requestId.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimitsRequests/{id}
  • Bewerkings IdQuotaRequestStatus_Get
GetQuotaRequestDetails(SubscriptionResource, String, AzureLocation)

Hiermee haalt u een verzameling QuotaRequestDetailResources op in de SubscriptionResource.

GetReservationQuota(SubscriptionResource, String, AzureLocation, String, CancellationToken)

Haal het huidige quotum (servicelimiet) en het gebruik van een resource op. U kunt het antwoord van de GET-bewerking gebruiken om een aanvraag voor quotumupdates in te dienen.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimits/{resourceName}
  • Bewerkings-IdQuota_Get
GetReservationQuotaAsync(SubscriptionResource, String, AzureLocation, String, CancellationToken)

Haal het huidige quotum (servicelimiet) en het gebruik van een resource op. U kunt het antwoord van de GET-bewerking gebruiken om een aanvraag voor quotumupdates in te dienen.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimits/{resourceName}
  • Bewerkings-IdQuota_Get
GetSubscriptionEvent(SubscriptionResource, String, String, String, CancellationToken)

Servicestatus gebeurtenis in het abonnement op gebeurtenistracerings-id

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/events/{eventTrackingId}
  • Bewerking IdEvent_GetBySubscriptionIdAndTrackingId
GetSubscriptionEventAsync(SubscriptionResource, String, String, String, CancellationToken)

Servicestatus gebeurtenis in het abonnement op gebeurtenistracerings-id

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/events/{eventTrackingId}
  • Bewerking IdEvent_GetBySubscriptionIdAndTrackingId
GetSubscriptionEvents(SubscriptionResource)

Hiermee haalt u een verzameling SubscriptionEventResources op in de SubscriptionResource.

GetMoverResourceSets(SubscriptionResource, CancellationToken)

Haal alle verzamelingen verplaatsen in het abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Migrate/moveCollections
  • Bewerkings IdMoveCollections_ListMoveCollectionsBySubscription
GetMoverResourceSetsAsync(SubscriptionResource, CancellationToken)

Haal alle verplaatsingsverzamelingen in het abonnement op.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Migrate/moveCollections aanvragen
  • Bewerkings IdMoveCollections_ListMoveCollectionsBySubscription
GetArmApplications(SubscriptionResource, CancellationToken)

Hiermee haalt u alle toepassingen binnen een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Solutions/applications
  • Bewerkings IdApplications_ListBySubscription
GetArmApplicationsAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle toepassingen binnen een abonnement op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Solutions/applications
  • Bewerkings IdApplications_ListBySubscription
GetArmDeployment(SubscriptionResource, String, CancellationToken)

Hiermee haalt u een implementatie op.

  • Aanvraagpad/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}
  • Bewerkings IdDeployments_GetAtScope
GetArmDeploymentAsync(SubscriptionResource, String, CancellationToken)

Hiermee haalt u een implementatie op.

  • Aanvraagpad/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}
  • Bewerkings IdDeployments_GetAtScope
GetArmDeployments(SubscriptionResource)

Hiermee haalt u een verzameling ArmDeploymentResources op in de SubscriptionResource.

GetArmDeploymentScripts(SubscriptionResource, CancellationToken)

Een lijst met alle implementatiescripts voor een bepaald abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Resources/deploymentScripts aanvragen
  • Bewerkings IdDeploymentScripts_ListBySubscription
GetArmDeploymentScriptsAsync(SubscriptionResource, CancellationToken)

Een lijst met alle implementatiescripts voor een bepaald abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Resources/deploymentScripts aanvragen
  • Bewerkings IdDeploymentScripts_ListBySubscription
GetJitRequestDefinitions(SubscriptionResource, CancellationToken)

Hiermee worden alle JIT-aanvragen binnen het abonnement opgehaald.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Solutions/jitRequests aanvragen
  • Bewerkings IdjitRequests_ListBySubscription
GetJitRequestDefinitionsAsync(SubscriptionResource, CancellationToken)

Hiermee worden alle JIT-aanvragen binnen het abonnement opgehaald.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Solutions/jitRequests aanvragen
  • Bewerkings IdjitRequests_ListBySubscription
GetTemplateSpecs(SubscriptionResource, Nullable<TemplateSpecExpandKind>, CancellationToken)

Een lijst met alle sjabloonspecificaties binnen de opgegeven abonnementen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Resources/templateSpecs aanvragen
  • Bewerkings IdTemplateSpecs_ListBySubscription
GetTemplateSpecsAsync(SubscriptionResource, Nullable<TemplateSpecExpandKind>, CancellationToken)

Een lijst met alle sjabloonspecificaties binnen de opgegeven abonnementen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Resources/templateSpecs aanvragen
  • Bewerkings IdTemplateSpecs_ListBySubscription
CheckNameAvailabilityService(SubscriptionResource, CheckNameAvailabilityContent, SearchManagementRequestOptions, CancellationToken)

Controleert of de opgegeven naam van de zoekservice beschikbaar is voor gebruik. Search-service namen moeten wereldwijd uniek zijn, omdat ze deel uitmaken van de service-URI (https://< name.search.windows.net>). Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Search/checkNameAvailability Operation Id: Services_CheckNameAvailability

CheckNameAvailabilityServiceAsync(SubscriptionResource, CheckNameAvailabilityContent, SearchManagementRequestOptions, CancellationToken)

Controleert of de opgegeven naam van de zoekservice beschikbaar is voor gebruik. Search-service namen moeten wereldwijd uniek zijn, omdat ze deel uitmaken van de service-URI (https://< name.search.windows.net>). Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Search/checkNameAvailability Operation Id: Services_CheckNameAvailability

CheckSearchServiceNameAvailability(SubscriptionResource, SearchServiceNameAvailabilityContent, SearchManagementRequestOptions, CancellationToken)

Controleert of de opgegeven naam van de zoekservice beschikbaar is voor gebruik. Search-service namen moeten wereldwijd uniek zijn, omdat ze deel uitmaken van de service-URI (https://< name.search.windows.net>).

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Search/checkNameAvailability aanvragen
  • Bewerkings IdServices_CheckNameAvailability
CheckSearchServiceNameAvailabilityAsync(SubscriptionResource, SearchServiceNameAvailabilityContent, SearchManagementRequestOptions, CancellationToken)

Controleert of de opgegeven naam van de zoekservice beschikbaar is voor gebruik. Search-service namen moeten wereldwijd uniek zijn, omdat ze deel uitmaken van de service-URI (https://< name.search.windows.net>).

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Search/checkNameAvailability aanvragen
  • Bewerkings IdServices_CheckNameAvailability
GetSearchServices(SubscriptionResource, SearchManagementRequestOptions, CancellationToken)

Hiermee haalt u een lijst op met alle zoekservices in het opgegeven abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Search/searchServices aanvragen
  • Bewerkings IdServices_ListBySubscription
GetSearchServicesAsync(SubscriptionResource, SearchManagementRequestOptions, CancellationToken)

Hiermee haalt u een lijst op met alle zoekservices in het opgegeven abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Search/searchServices aanvragen
  • Bewerkings IdServices_ListBySubscription
GetAdaptiveApplicationControlGroups(SubscriptionResource, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Hiermee haalt u een lijst op met machinegroepen voor toepassingsbeheer voor het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/applicationWhitelistings aanvragen
  • Bewerkings IdAdaptiveApplicationControls_List
GetAdaptiveApplicationControlGroupsAsync(SubscriptionResource, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Hiermee haalt u een lijst op met machinegroepen voor toepassingsbeheer voor het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/applicationWhitelistings aanvragen
  • Bewerkings IdAdaptiveApplicationControls_List
GetAlerts(SubscriptionResource, CancellationToken)

Alle waarschuwingen weergeven die zijn gekoppeld aan het abonnement

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/alerts aanvragen
  • Bewerkings IdAlerts_List
GetAlertsAsync(SubscriptionResource, CancellationToken)

Alle waarschuwingen weergeven die zijn gekoppeld aan het abonnement

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/alerts aanvragen
  • Bewerkings IdAlerts_List
GetAlertsSuppressionRule(SubscriptionResource, String, CancellationToken)

Regel verwijderen, met de naam: {alertsSuppressionRuleName}, voor het opgegeven abonnementsaanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Security/alertsSuppressionRules/{alertsSuppressionRuleName} Bewerkings-id: AlertsSuppressionRules_Get

GetAlertsSuppressionRuleAsync(SubscriptionResource, String, CancellationToken)

Regel verwijderen, met de naam: {alertsSuppressionRuleName}, voor het opgegeven abonnementsaanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Security/alertsSuppressionRules/{alertsSuppressionRuleName} Bewerkings-id: AlertsSuppressionRules_Get

GetAlertsSuppressionRules(SubscriptionResource)

Hiermee haalt u een verzameling AlertsSuppressionRuleResources op in de SubscriptionResource.

GetAllowedConnections(SubscriptionResource, CancellationToken)

Hiermee haalt u de lijst op met al het mogelijke verkeer tussen resources voor het abonnement

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/allowedConnections aanvragen
  • Bewerkings IdAllowedConnections_List
GetAllowedConnectionsAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u de lijst op met al het mogelijke verkeer tussen resources voor het abonnement

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/allowedConnections aanvragen
  • Bewerkings IdAllowedConnections_List
GetAllowedConnectionsResources(SubscriptionResource, CancellationToken)

Hiermee haalt u de lijst op met al het mogelijke verkeer tussen resources voor het aanvraagpad voor het abonnement: /subscriptions/{subscriptionId}/providers/Microsoft.Security/allowedConnections Operation Id: AllowedConnections_List

GetAllowedConnectionsResourcesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u de lijst op met al het mogelijke verkeer tussen resources voor het aanvraagpad voor het abonnement: /subscriptions/{subscriptionId}/providers/Microsoft.Security/allowedConnections Operation Id: AllowedConnections_List

GetAllSecuritySolutionsReferenceData(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst op met alle ondersteunde beveiligingsoplossingen voor het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/securitySolutionsReferenceData aanvragen
  • Bewerkings IdsecuritySolutionsReferenceData_List
GetAllSecuritySolutionsReferenceDataAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst op met alle ondersteunde beveiligingsoplossingen voor het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/securitySolutionsReferenceData aanvragen
  • Bewerkings IdsecuritySolutionsReferenceData_List
GetAllSubscriptionAssessmentMetadata(SubscriptionResource)

Hiermee haalt u een verzameling SubscriptionAssessmentMetadataResources op in de SubscriptionResource.

GetAscLocation(SubscriptionResource, String, CancellationToken)

Details van een specifieke locatie Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation} Bewerkings-id: Locations_Get

GetAscLocationAsync(SubscriptionResource, String, CancellationToken)

Details van een specifieke locatie Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation} Bewerkings-id: Locations_Get

GetAscLocations(SubscriptionResource)

Hiermee haalt u een verzameling AscLocationResources op in de SubscriptionResource.

GetAutomations(SubscriptionResource, CancellationToken)

Een lijst met alle beveiligingsautomatiseringen in het opgegeven abonnement. Gebruik de eigenschap 'nextLink' in het antwoord om de volgende pagina met beveiligingsautomatiseringen voor het opgegeven abonnement op te halen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Security/automations Operation Id: Automations_List

GetAutomationsAsync(SubscriptionResource, CancellationToken)

Een lijst met alle beveiligingsautomatiseringen in het opgegeven abonnement. Gebruik de eigenschap 'nextLink' in het antwoord om de volgende pagina met beveiligingsautomatiseringen voor het opgegeven abonnement op te halen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Security/automations Operation Id: Automations_List

GetAutoProvisioningSetting(SubscriptionResource, String, CancellationToken)

Details van een specifieke instelling

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/autoProvisioningSettings/{settingName} aanvragen
  • Bewerking IdAutoProvisioningSettings_Get
GetAutoProvisioningSettingAsync(SubscriptionResource, String, CancellationToken)

Details van een specifieke instelling

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/autoProvisioningSettings/{settingName} aanvragen
  • Bewerking IdAutoProvisioningSettings_Get
GetAutoProvisioningSettings(SubscriptionResource)

Hiermee haalt u een verzameling AutoProvisioningSettingResources op in de SubscriptionResource.

GetConnectorSetting(SubscriptionResource, String, CancellationToken)

Details van een aanvraagpad voor een specifieke cloudaccountconnector: /subscriptions/{subscriptionId}/providers/Microsoft.Security/connectors/{connectorName} Bewerkings-id: Connectors_Get

GetConnectorSettingAsync(SubscriptionResource, String, CancellationToken)

Details van een aanvraagpad voor een specifieke cloudaccountconnector: /subscriptions/{subscriptionId}/providers/Microsoft.Security/connectors/{connectorName} Bewerkings-id: Connectors_Get

GetConnectorSettings(SubscriptionResource)

Hiermee haalt u een verzameling ConnectorSettingResources op in de SubscriptionResource.

GetCustomAssessmentAutomations(SubscriptionResource, CancellationToken)

Aangepaste evaluatieautomatiseringen weergeven per opgegeven abonnement

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/customAssessmentAutomations aanvragen
  • Bewerkings IdCustomAssessmentAutomations_ListBySubscription
GetCustomAssessmentAutomationsAsync(SubscriptionResource, CancellationToken)

Aangepaste evaluatieautomatiseringen weergeven per opgegeven abonnement

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/customAssessmentAutomations aanvragen
  • Bewerkings IdCustomAssessmentAutomations_ListBySubscription
GetCustomEntityStoreAssignments(SubscriptionResource, CancellationToken)

Toewijzingen van aangepaste entiteitsarchieven per opgegeven abonnement weergeven

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/customEntityStoreAssignments aanvragen
  • Bewerkings IdCustomEntityStoreAssignments_ListBySubscription
GetCustomEntityStoreAssignmentsAsync(SubscriptionResource, CancellationToken)

Toewijzingen van aangepaste entiteitsarchieven per opgegeven abonnement weergeven

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/customEntityStoreAssignments aanvragen
  • Bewerkings IdCustomEntityStoreAssignments_ListBySubscription
GetDiscoveredSecuritySolutions(SubscriptionResource, CancellationToken)

Hiermee wordt een lijst met gedetecteerde beveiligingsoplossingen voor het abonnement opgehaald.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/discoveredSecuritySolutions aanvragen
  • Bewerkings IdDiscoveredSecuritySolutions_List
GetDiscoveredSecuritySolutionsAsync(SubscriptionResource, CancellationToken)

Hiermee wordt een lijst met gedetecteerde beveiligingsoplossingen voor het abonnement opgehaald.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/discoveredSecuritySolutions aanvragen
  • Bewerkings IdDiscoveredSecuritySolutions_List
GetExternalSecuritySolutions(SubscriptionResource, CancellationToken)

Hiermee wordt een lijst met externe beveiligingsoplossingen voor het abonnement opgehaald.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/externalSecuritySolutions aanvragen
  • Bewerkings IdExternalSecuritySolutions_List
GetExternalSecuritySolutionsAsync(SubscriptionResource, CancellationToken)

Hiermee wordt een lijst met externe beveiligingsoplossingen voor het abonnement opgehaald.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/externalSecuritySolutions aanvragen
  • Bewerkings IdExternalSecuritySolutions_List
GetExternalSecuritySolutionsByExternalSecuritySolution(SubscriptionResource, CancellationToken)

Hiermee wordt een lijst met externe beveiligingsoplossingen voor het abonnement opgehaald. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Security/externalSecuritySolutions Operation Id: ExternalSecuritySolutions_List

GetExternalSecuritySolutionsByExternalSecuritySolutionAsync(SubscriptionResource, CancellationToken)

Hiermee wordt een lijst met externe beveiligingsoplossingen voor het abonnement opgehaald. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Security/externalSecuritySolutions Operation Id: ExternalSecuritySolutions_List

GetIngestionSetting(SubscriptionResource, String, CancellationToken)

Instellingen voor het opnemen van beveiligingsgegevens en logboeken om te correleren met resources die zijn gekoppeld aan het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/ingestionSettings/{ingestionSettingName} aanvragen
  • Bewerkings IdIngestionSettings_Get
GetIngestionSettingAsync(SubscriptionResource, String, CancellationToken)

Instellingen voor het opnemen van beveiligingsgegevens en logboeken om te correleren met resources die zijn gekoppeld aan het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/ingestionSettings/{ingestionSettingName} aanvragen
  • Bewerkings IdIngestionSettings_Get
GetIngestionSettings(SubscriptionResource)

Hiermee haalt u een verzameling IngestionSettingResources op in de SubscriptionResource.

GetIotSecuritySolutionModels(SubscriptionResource, String, CancellationToken)

Gebruik deze methode om de lijst met IoT-beveiligingsoplossingen per abonnement op te halen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Security/iotSecuritySolutions Operation Id: IotSecuritySolution_ListBySubscription

GetIotSecuritySolutionModelsAsync(SubscriptionResource, String, CancellationToken)

Gebruik deze methode om de lijst met IoT-beveiligingsoplossingen per abonnement op te halen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Security/iotSecuritySolutions Operation Id: IotSecuritySolution_ListBySubscription

GetIotSecuritySolutions(SubscriptionResource, String, CancellationToken)

Gebruik deze methode om de lijst met IoT-beveiligingsoplossingen per abonnement op te halen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/iotSecuritySolutions aanvragen
  • Bewerkings IdIotSecuritySolution_ListBySubscription
GetIotSecuritySolutionsAsync(SubscriptionResource, String, CancellationToken)

Gebruik deze methode om de lijst met IoT-beveiligingsoplossingen per abonnement op te halen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/iotSecuritySolutions aanvragen
  • Bewerkings IdIotSecuritySolution_ListBySubscription
GetJitNetworkAccessPolicies(SubscriptionResource, CancellationToken)

Beleidsregels voor het beveiligen van resources met Behulp van Just-In-Time-toegangsbeheer.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/jitNetworkAccessPolicies aanvragen
  • Bewerkings IdJitNetworkAccessPolicies_List
GetJitNetworkAccessPoliciesAsync(SubscriptionResource, CancellationToken)

Beleidsregels voor het beveiligen van resources met Behulp van Just-In-Time-toegangsbeheer.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/jitNetworkAccessPolicies aanvragen
  • Bewerkings IdJitNetworkAccessPolicies_List
GetMdeOnboarding(SubscriptionResource, CancellationToken)

De standaardconfiguratie of gegevens die nodig zijn om de machine te onboarden naar MDE

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/mdeOnboardings/default aanvragen
  • Bewerkings IdMdeOnboardings_Get
GetMdeOnboardingAsync(SubscriptionResource, CancellationToken)

De standaardconfiguratie of gegevens die nodig zijn om de machine te onboarden naar MDE

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/mdeOnboardings/default aanvragen
  • Bewerkings IdMdeOnboardings_Get
GetMdeOnboardingData(SubscriptionResource)

Hiermee haalt u een object op dat een MdeOnboardingDataResource vertegenwoordigt, samen met de exemplaarbewerkingen die erop kunnen worden uitgevoerd in de SubscriptionResource.

GetMdeOnboardings(SubscriptionResource, CancellationToken)

De configuratie of gegevens die nodig zijn om de machine te onboarden naar MDE

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/mdeOnboardings aanvragen
  • Bewerkings IdMdeOnboardings_List
GetMdeOnboardingsAsync(SubscriptionResource, CancellationToken)

De configuratie of gegevens die nodig zijn om de machine te onboarden naar MDE

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/mdeOnboardings aanvragen
  • Bewerkings IdMdeOnboardings_List
GetPricing(SubscriptionResource, String, CancellationToken)

Hiermee wordt een opgegeven Microsoft Defender voor de configuratie van cloudprijzen in het abonnement opgehaald. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Security/pricings/{pricingName} Bewerkings-id: Pricings_Get

GetPricingAsync(SubscriptionResource, String, CancellationToken)

Hiermee wordt een opgegeven Microsoft Defender voor de configuratie van cloudprijzen in het abonnement opgehaald. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Security/pricings/{pricingName} Bewerkings-id: Pricings_Get

GetPricings(SubscriptionResource)

Hiermee haalt u een verzameling PricingResources op in de SubscriptionResource.

GetRegulatoryComplianceStandard(SubscriptionResource, String, CancellationToken)

Status van ondersteunde naleving van regelgeving voor geselecteerde standaard

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Security/regulatoryComplianceStandards/{regulatoryComplianceStandardName}
  • Bewerkings IdRegulatoryComplianceStandards_Get
GetRegulatoryComplianceStandardAsync(SubscriptionResource, String, CancellationToken)

Status van ondersteunde naleving van regelgeving voor geselecteerde standaard

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Security/regulatoryComplianceStandards/{regulatoryComplianceStandardName}
  • Bewerkings IdRegulatoryComplianceStandards_Get
GetRegulatoryComplianceStandards(SubscriptionResource)

Hiermee haalt u een verzameling RegulatoryComplianceStandardResources op in de SubscriptionResource.

GetSecureScore(SubscriptionResource, String, CancellationToken)

Haal een beveiligingsscore op voor een specifiek Microsoft Defender voor Cloud-initiatief binnen uw huidige bereik. Voor het ASC-standaardinitiatief gebruikt u 'ascScore'.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/secureScores/{secureScoreName} aanvragen
  • Bewerkings IdSecureScores_Get
GetSecureScoreAsync(SubscriptionResource, String, CancellationToken)

Haal een beveiligingsscore op voor een specifiek Microsoft Defender voor Cloud-initiatief binnen uw huidige bereik. Voor het ASC-standaardinitiatief gebruikt u 'ascScore'.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/secureScores/{secureScoreName} aanvragen
  • Bewerkings IdSecureScores_Get
GetSecureScoreControlDefinitionsBySubscription(SubscriptionResource, CancellationToken)

Vermeld voor een opgegeven abonnement de beschikbare beveiligingscontroles, de bijbehorende evaluaties en de maximale score

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/secureScoreControlDefinitions aanvragen
  • Bewerkings IdSecureScoreControlDefinitions_ListBySubscription
GetSecureScoreControlDefinitionsBySubscriptionAsync(SubscriptionResource, CancellationToken)

Vermeld voor een opgegeven abonnement de beschikbare beveiligingscontroles, de bijbehorende evaluaties en de maximale score

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/secureScoreControlDefinitions aanvragen
  • Bewerkings IdSecureScoreControlDefinitions_ListBySubscription
GetSecureScoreControls(SubscriptionResource, Nullable<ExpandControlsEnum>, CancellationToken)

Alle beveiligingsbesturingselementen binnen een bereik Aanvraagpad ophalen: /subscriptions/{subscriptionId}/providers/Microsoft.Security/secureScoreControls Operation Id: SecureScoreControls_List

GetSecureScoreControls(SubscriptionResource, Nullable<SecurityScoreODataExpand>, CancellationToken)

Alle beveiligingscontroles binnen een bereik ophalen

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/secureScoreControls aanvragen
  • Bewerkings IdSecureScoreControls_List
GetSecureScoreControlsAsync(SubscriptionResource, Nullable<ExpandControlsEnum>, CancellationToken)

Alle beveiligingsbesturingselementen binnen een bereik Aanvraagpad ophalen: /subscriptions/{subscriptionId}/providers/Microsoft.Security/secureScoreControls Operation Id: SecureScoreControls_List

GetSecureScoreControlsAsync(SubscriptionResource, Nullable<SecurityScoreODataExpand>, CancellationToken)

Alle beveiligingscontroles binnen een bereik ophalen

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/secureScoreControls aanvragen
  • Bewerkings IdSecureScoreControls_List
GetSecureScoreItem(SubscriptionResource, String, CancellationToken)

Haal een beveiligingsscore op voor een specifiek Microsoft Defender voor Cloud-initiatief binnen uw huidige bereik. Voor het ASC-standaardinitiatief gebruikt u 'ascScore'. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Security/secureScores/{secureScoreName} Bewerkings-id: SecureScores_Get

GetSecureScoreItemAsync(SubscriptionResource, String, CancellationToken)

Haal een beveiligingsscore op voor een specifiek Microsoft Defender voor Cloud-initiatief binnen uw huidige bereik. Voor het ASC-standaardinitiatief gebruikt u 'ascScore'. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Security/secureScores/{secureScoreName} Bewerkings-id: SecureScores_Get

GetSecureScoreItems(SubscriptionResource)

Hiermee haalt u een verzameling SecureScoreItemResources op in de SubscriptionResource.

GetSecureScores(SubscriptionResource)

Hiermee haalt u een verzameling SecureScoreResources op in de SubscriptionResource.

GetSecurityAlertsSuppressionRule(SubscriptionResource, String, CancellationToken)

Regel verwijderen, met de naam: {alertsSuppressionRuleName}, voor het opgegeven abonnement

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/alertsSuppressionRules/{alertsSuppressionRuleName} aanvragen
  • Bewerkings IdAlertsSuppressionRules_Get
GetSecurityAlertsSuppressionRuleAsync(SubscriptionResource, String, CancellationToken)

Regel verwijderen, met de naam: {alertsSuppressionRuleName}, voor het opgegeven abonnement

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/alertsSuppressionRules/{alertsSuppressionRuleName} aanvragen
  • Bewerkings IdAlertsSuppressionRules_Get
GetSecurityAlertsSuppressionRules(SubscriptionResource)

Hiermee haalt u een verzameling SecurityAlertsSuppressionRuleResources op in de SubscriptionResource.

GetSecurityAutomations(SubscriptionResource, CancellationToken)

Een lijst met alle beveiligingsautomatiseringen in het opgegeven abonnement. Gebruik de eigenschap 'nextLink' in het antwoord om de volgende pagina met beveiligingsautomatiseringen voor het opgegeven abonnement op te halen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/automations aanvragen
  • Bewerkings IdAutomations_List
GetSecurityAutomationsAsync(SubscriptionResource, CancellationToken)

Een lijst met alle beveiligingsautomatiseringen in het opgegeven abonnement. Gebruik de eigenschap 'nextLink' in het antwoord om de volgende pagina met beveiligingsautomatiseringen voor het opgegeven abonnement op te halen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/automations aanvragen
  • Bewerkings IdAutomations_List
GetSecurityCenterLocation(SubscriptionResource, AzureLocation, CancellationToken)

Details van een specifieke locatie

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation} aanvragen
  • Bewerkings IdLocations_Get
GetSecurityCenterLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Details van een specifieke locatie

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation} aanvragen
  • Bewerkings IdLocations_Get
GetSecurityCenterLocations(SubscriptionResource)

Hiermee haalt u een verzameling SecurityCenterLocationResources op in de SubscriptionResource.

GetSecurityCenterPricing(SubscriptionResource, String, CancellationToken)

Hiermee wordt een opgegeven Microsoft Defender voor de configuratie van cloudprijzen in het abonnement opgehaald.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/pricings/{pricingName} aanvragen
  • Bewerkings IdPricings_Get
GetSecurityCenterPricingAsync(SubscriptionResource, String, CancellationToken)

Hiermee wordt een opgegeven Microsoft Defender voor de configuratie van cloudprijzen in het abonnement opgehaald.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/pricings/{pricingName} aanvragen
  • Bewerkings IdPricings_Get
GetSecurityCenterPricings(SubscriptionResource)

Hiermee haalt u een verzameling SecurityCenterPricingResources op in de SubscriptionResource.

GetSecurityCloudConnector(SubscriptionResource, String, CancellationToken)

Details van een specifieke cloudaccountconnector

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/connectors/{connectorName} aanvragen
  • Bewerkings IdConnectors_Get
GetSecurityCloudConnectorAsync(SubscriptionResource, String, CancellationToken)

Details van een specifieke cloudaccountconnector

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/connectors/{connectorName} aanvragen
  • Bewerkings IdConnectors_Get
GetSecurityCloudConnectors(SubscriptionResource)

Hiermee haalt u een verzameling SecurityCloudConnectorResources op in de SubscriptionResource.

GetSecurityConnectors(SubscriptionResource, CancellationToken)

Een lijst met alle beveiligingsconnectors in het opgegeven abonnement. Gebruik de eigenschap 'nextLink' in het antwoord om de volgende pagina met beveiligingsconnectors voor het opgegeven abonnement op te halen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/securityConnectors aanvragen
  • Bewerkings IdSecurityConnectors_List
GetSecurityConnectorsAsync(SubscriptionResource, CancellationToken)

Een lijst met alle beveiligingsconnectors in het opgegeven abonnement. Gebruik de eigenschap 'nextLink' in het antwoord om de volgende pagina met beveiligingsconnectors voor het opgegeven abonnement op te halen.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/securityConnectors aanvragen
  • Bewerkings IdSecurityConnectors_List
GetSecurityContact(SubscriptionResource, String, CancellationToken)

Standaardconfiguraties voor beveiligingscontacten voor het abonnement ophalen

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/securityContacts/{securityContactName} aanvragen
  • Bewerkings IdSecurityContacts_Get
GetSecurityContactAsync(SubscriptionResource, String, CancellationToken)

Standaardconfiguraties voor beveiligingscontacten voor het abonnement ophalen

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/securityContacts/{securityContactName} aanvragen
  • Bewerkings IdSecurityContacts_Get
GetSecurityContacts(SubscriptionResource)

Hiermee haalt u een verzameling SecurityContactResources op in de SubscriptionResource.

GetSecuritySetting(SubscriptionResource, SecuritySettingName, CancellationToken)

Instellingen van verschillende configuraties in Microsoft Defender for Cloud

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/settings/{settingName} aanvragen
  • Bewerkings IdSettings_Get
GetSecuritySettingAsync(SubscriptionResource, SecuritySettingName, CancellationToken)

Instellingen van verschillende configuraties in Microsoft Defender for Cloud

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/settings/{settingName} aanvragen
  • Bewerkings IdSettings_Get
GetSecuritySettings(SubscriptionResource)

Hiermee haalt u een verzameling SecuritySettingResources op in de SubscriptionResource.

GetSecuritySolutions(SubscriptionResource, CancellationToken)

Hiermee wordt een lijst met beveiligingsoplossingen voor het abonnement opgehaald.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/securitySolutions aanvragen
  • Bewerkings IdSecuritySolutions_List
GetSecuritySolutionsAsync(SubscriptionResource, CancellationToken)

Hiermee wordt een lijst met beveiligingsoplossingen voor het abonnement opgehaald.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/securitySolutions aanvragen
  • Bewerkings IdSecuritySolutions_List
GetSecurityWorkspaceSetting(SubscriptionResource, String, CancellationToken)

Instellingen over waar we uw beveiligingsgegevens en -logboeken moeten opslaan. Als het resultaat leeg is, betekent dit dat er geen aangepaste werkruimteconfiguratie is ingesteld

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/workspaceSettings/{workspaceSettingName} aanvragen
  • Bewerkings IdWorkspaceSettings_Get
GetSecurityWorkspaceSettingAsync(SubscriptionResource, String, CancellationToken)

Instellingen over waar we uw beveiligingsgegevens en -logboeken moeten opslaan. Als het resultaat leeg is, betekent dit dat er geen aangepaste werkruimteconfiguratie is ingesteld

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Security/workspaceSettings/{workspaceSettingName} aanvragen
  • Bewerkings IdWorkspaceSettings_Get
GetSecurityWorkspaceSettings(SubscriptionResource)

Hiermee haalt u een verzameling SecurityWorkspaceSettingResources op in de SubscriptionResource.

GetSetting(SubscriptionResource, SettingName, CancellationToken)

Instellingen van verschillende configuraties in Microsoft Defender voor cloudaanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Security/settings/{settingName} Bewerkings-id: Settings_Get

GetSettingAsync(SubscriptionResource, SettingName, CancellationToken)

Instellingen van verschillende configuraties in Microsoft Defender voor cloudaanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Security/settings/{settingName} Bewerkings-id: Settings_Get

GetSettings(SubscriptionResource)

Hiermee haalt u een verzameling SettingResources op in de SubscriptionResource.

GetSoftwareInventories(SubscriptionResource, CancellationToken)

Hiermee haalt u de software-inventaris op van alle virtuele machines in de abonnementen.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Security/softwareInventories
  • Bewerkings IdSoftwareInventories_ListBySubscription
GetSoftwareInventoriesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u de software-inventaris op van alle virtuele machines in de abonnementen.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Security/softwareInventories
  • Bewerkings IdSoftwareInventories_ListBySubscription
GetSoftwares(SubscriptionResource, CancellationToken)

Hiermee haalt u de software-inventaris op van alle virtuele machines in de abonnementen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Security/softwareInventories Operation Id: SoftwareInventories_ListBySubscription

GetSoftwaresAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u de software-inventaris op van alle virtuele machines in de abonnementen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Security/softwareInventories Operation Id: SoftwareInventories_ListBySubscription

GetSubscriptionApplication(SubscriptionResource, String, CancellationToken)

Een specifieke toepassing ophalen voor het aangevraagde bereik via applicationId Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Security/applications/{applicationId} Operation Id: Application_Get

GetSubscriptionApplicationAsync(SubscriptionResource, String, CancellationToken)

Een specifieke toepassing ophalen voor het aangevraagde bereik via applicationId Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Security/applications/{applicationId} Operation Id: Application_Get

GetSubscriptionApplications(SubscriptionResource)

Hiermee haalt u een verzameling SubscriptionApplicationResources op in de SubscriptionResource.

GetSubscriptionAssessmentMetadata(SubscriptionResource, String, CancellationToken)

Metagegevens ophalen over een evaluatietype in een specifiek abonnement

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Security/assessmentMetadata/{assessmentMetadataName}
  • Bewerkings-IdAssessmentsMetadata_GetInSubscription
GetSubscriptionAssessmentMetadataAsync(SubscriptionResource, String, CancellationToken)

Metagegevens ophalen over een evaluatietype in een specifiek abonnement

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Security/assessmentMetadata/{assessmentMetadataName}
  • Bewerkings-IdAssessmentsMetadata_GetInSubscription
GetSubscriptionGovernanceRule(SubscriptionResource, String, CancellationToken)

Een specifieke governanceRule ophalen voor het aangevraagde bereik op ruleId

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Security/governanceRules/{ruleId}
  • Bewerking IdGovernanceRules_Get
GetSubscriptionGovernanceRuleAsync(SubscriptionResource, String, CancellationToken)

Een specifieke governanceRule ophalen voor het aangevraagde bereik op ruleId

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Security/governanceRules/{ruleId}
  • Bewerking IdGovernanceRules_Get
GetSubscriptionGovernanceRules(SubscriptionResource)

Hiermee haalt u een verzameling SubscriptionGovernanceRuleResources op in de SubscriptionResource.

GetSubscriptionSecurityApplication(SubscriptionResource, String, CancellationToken)

Een specifieke toepassing ophalen voor het aangevraagde bereik op applicationId

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Security/applications/{applicationId}
  • Bewerkings IdApplication_Get
GetSubscriptionSecurityApplicationAsync(SubscriptionResource, String, CancellationToken)

Een specifieke toepassing ophalen voor het aangevraagde bereik op applicationId

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Security/applications/{applicationId}
  • Bewerkings IdApplication_Get
GetSubscriptionSecurityApplications(SubscriptionResource)

Hiermee haalt u een verzameling SubscriptionSecurityApplicationResources op in de SubscriptionResource.

GetTasks(SubscriptionResource, String, CancellationToken)

Aanbevolen taken die de beveiliging van het abonnement proactief helpen verbeteren

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Security/tasks
  • Bewerkings-IdTasks_List
GetTasksAsync(SubscriptionResource, String, CancellationToken)

Aanbevolen taken die de beveiliging van het abonnement proactief helpen verbeteren

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Security/tasks
  • Bewerkings-IdTasks_List
GetTopologies(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst op waarmee een topologieweergave van een abonnement kan worden gemaakt.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Security/topologies
  • Bewerkings IdTopology_List
GetTopologiesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst op waarmee een topologieweergave van een abonnement kan worden gemaakt.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Security/topologies
  • Bewerkings IdTopology_List
GetTopologyResources(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst op waarmee een topologieweergave van een abonnement kan worden gemaakt. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Security/topologies Operation Id: Topology_List

GetTopologyResourcesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst op waarmee een topologieweergave van een abonnement kan worden gemaakt. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Security/topologies Operation Id: Topology_List

GetWorkspaceSetting(SubscriptionResource, String, CancellationToken)

Instellingen over waar we uw beveiligingsgegevens en logboeken moeten opslaan. Als het resultaat leeg is, betekent dit dat er geen aangepaste werkruimteconfiguratie is ingesteld Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Security/workspaceSettings/{workspaceSettingName} Bewerkings-id: WorkspaceSettings_Get

GetWorkspaceSettingAsync(SubscriptionResource, String, CancellationToken)

Instellingen over waar we uw beveiligingsgegevens en logboeken moeten opslaan. Als het resultaat leeg is, betekent dit dat er geen aangepaste werkruimteconfiguratie is ingesteld Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Security/workspaceSettings/{workspaceSettingName} Bewerkings-id: WorkspaceSettings_Get

GetWorkspaceSettings(SubscriptionResource)

Hiermee haalt u een verzameling WorkspaceSettingResources op in de SubscriptionResource.

GetAzureDevOpsConnectors(SubscriptionResource, CancellationToken)

Retourneert een lijst met bewaakte AzureDevOps-connectors.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.SecurityDevOps/azureDevOpsConnectors
  • Bewerkings-IdAzureDevOpsConnector_ListBySubscription
GetAzureDevOpsConnectorsAsync(SubscriptionResource, CancellationToken)

Retourneert een lijst met bewaakte AzureDevOps-connectors.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.SecurityDevOps/azureDevOpsConnectors
  • Bewerkings-IdAzureDevOpsConnector_ListBySubscription
GetGitHubConnectors(SubscriptionResource, CancellationToken)

Retourneert een lijst met bewaakte GitHub-connectors.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.SecurityDevOps/gitHubConnectors
  • Bewerkings-IdGitHubConnector_ListBySubscription
GetGitHubConnectorsAsync(SubscriptionResource, CancellationToken)

Retourneert een lijst met bewaakte GitHub-connectors.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.SecurityDevOps/gitHubConnectors
  • Bewerkings-IdGitHubConnector_ListBySubscription
CheckServiceBusNamespaceNameAvailability(SubscriptionResource, ServiceBusNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van naamruimtenaam opgeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ServiceBus/CheckNameAvailability
  • Bewerkings-IdNamespaces_CheckNameAvailability
CheckServiceBusNamespaceNameAvailabilityAsync(SubscriptionResource, ServiceBusNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van naamruimtenaam opgeven.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ServiceBus/CheckNameAvailability
  • Bewerkings-IdNamespaces_CheckNameAvailability
GetServiceBusNamespaces(SubscriptionResource, CancellationToken)

Hiermee haalt u alle beschikbare naamruimten binnen het abonnement op, ongeacht de resourcegroepen.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ServiceBus/namespaces
  • Bewerkings IdNamespaces_List
GetServiceBusNamespacesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle beschikbare naamruimten binnen het abonnement op, ongeacht de resourcegroepen.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ServiceBus/namespaces
  • Bewerkings IdNamespaces_List
GetClusterVersions(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u informatie op over een beschikbare codeversie van het Service Fabric-cluster.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions/{clusterVersion}
  • Bewerkings IdClusterVersions_Get
GetClusterVersions(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee worden alle beschikbare codeversies voor Service Fabric-clusterresources op locatie opgehaald.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions
  • Bewerkings IdClusterVersions_List
GetClusterVersionsAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u informatie op over een beschikbare codeversie van het Service Fabric-cluster.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions/{clusterVersion}
  • Bewerkings IdClusterVersions_Get
GetClusterVersionsAsync(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee worden alle beschikbare codeversies voor Service Fabric-clusterresources op locatie opgehaald.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions
  • Bewerkings IdClusterVersions_List
GetClusterVersionsByEnvironment(SubscriptionResource, AzureLocation, ClusterVersionsEnvironment, String, CancellationToken)

Hiermee haalt u informatie op over een beschikbare Service Fabric-clustercodeversie per omgeving.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions/{clusterVersion}
  • Bewerkings-IdClusterVersions_GetByEnvironment
GetClusterVersionsByEnvironment(SubscriptionResource, AzureLocation, ClusterVersionsEnvironment, CancellationToken)

Hiermee worden alle beschikbare codeversies voor Service Fabric-clusterresources per omgeving opgehaald.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions
  • Bewerkings IdClusterVersions_ListByEnvironment
GetClusterVersionsByEnvironmentAsync(SubscriptionResource, AzureLocation, ClusterVersionsEnvironment, String, CancellationToken)

Hiermee haalt u informatie op over een beschikbare Service Fabric-clustercodeversie per omgeving.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions/{clusterVersion}
  • Bewerkings-IdClusterVersions_GetByEnvironment
GetClusterVersionsByEnvironmentAsync(SubscriptionResource, AzureLocation, ClusterVersionsEnvironment, CancellationToken)

Hiermee worden alle beschikbare codeversies voor Service Fabric-clusterresources per omgeving opgehaald.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions
  • Bewerkings IdClusterVersions_ListByEnvironment
GetServiceFabricClusters(SubscriptionResource, CancellationToken)

Hiermee haalt u alle Service Fabric-clusterresources op die zijn gemaakt of die in het abonnement worden gemaakt.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ServiceFabric/clusters
  • Bewerkings IdClusters_List
GetServiceFabricClustersAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle Service Fabric-clusterresources op die zijn gemaakt of die in het abonnement worden gemaakt.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ServiceFabric/clusters
  • Bewerkings IdClusters_List
GetLocationEnvironmentManagedClusterVersion(SubscriptionResource, AzureLocation, ManagedClusterVersionEnvironment, String, CancellationToken)

Hiermee haalt u informatie op over een beschikbare Service Fabric-clustercodeversie per omgeving. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/managedClusterVersions/{clusterVersion} Bewerkings-id: ManagedClusterVersion_GetByEnvironment

GetLocationEnvironmentManagedClusterVersionAsync(SubscriptionResource, AzureLocation, ManagedClusterVersionEnvironment, String, CancellationToken)

Hiermee haalt u informatie op over een beschikbare Service Fabric-clustercodeversie per omgeving. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/managedClusterVersions/{clusterVersion} Bewerkings-id: ManagedClusterVersion_GetByEnvironment

GetLocationEnvironmentManagedClusterVersions(SubscriptionResource, AzureLocation, ManagedClusterVersionEnvironment)

Hiermee haalt u een verzameling LocationEnvironmentManagedClusterVersionResources op in de SubscriptionResource.

GetLocationManagedClusterVersion(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u informatie op over een beschikbare codeversie van een beheerde Service Fabric-cluster. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedClusterVersions/{clusterVersion} Bewerkings-id: ManagedClusterVersion_Get

GetLocationManagedClusterVersionAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u informatie op over een beschikbare codeversie van een beheerde Service Fabric-cluster. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedClusterVersions/{clusterVersion} Bewerkings-id: ManagedClusterVersion_Get

GetLocationManagedClusterVersions(SubscriptionResource, AzureLocation)

Hiermee haalt u een verzameling LocationManagedClusterVersionResources op in de SubscriptionResource.

GetManagedClusters(SubscriptionResource, CancellationToken)

Hiermee haalt u alle Service Fabric-clusterresources op die zijn gemaakt of die in het abonnement worden gemaakt. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/managedClusters Operation Id: ManagedClusters_ListBySubscription

GetManagedClustersAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle Service Fabric-clusterresources op die zijn gemaakt of die in het abonnement worden gemaakt. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/managedClusters Operation Id: ManagedClusters_ListBySubscription

GetManagedClusterVersion(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u informatie op over een beschikbare codeversie van een beheerde Service Fabric-cluster.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedClusterVersions/{clusterVersion}
  • Bewerkings IdManagedClusterVersion_Get
GetManagedClusterVersionAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u informatie op over een beschikbare codeversie van een beheerde Service Fabric-cluster.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedClusterVersions/{clusterVersion}
  • Bewerkings IdManagedClusterVersion_Get
GetManagedClusterVersionByEnvironment(SubscriptionResource, AzureLocation, ManagedClusterVersionEnvironment, String, CancellationToken)

Hiermee haalt u informatie op over een beschikbare Service Fabric-clustercodeversie per omgeving.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/managedClusterVersions/{clusterVersion}
  • Bewerkings IdManagedClusterVersion_GetByEnvironment
GetManagedClusterVersionByEnvironmentAsync(SubscriptionResource, AzureLocation, ManagedClusterVersionEnvironment, String, CancellationToken)

Hiermee haalt u informatie op over een beschikbare Service Fabric-clustercodeversie per omgeving.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/managedClusterVersions/{clusterVersion}
  • Bewerkings IdManagedClusterVersion_GetByEnvironment
GetManagedClusterVersions(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee worden alle beschikbare codeversies voor Service Fabric-clusterresources op locatie opgehaald.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedClusterVersions
  • Bewerkings IdManagedClusterVersion_List
GetManagedClusterVersionsAsync(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee worden alle beschikbare codeversies voor Service Fabric-clusterresources op locatie opgehaald.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedClusterVersions
  • Bewerkings IdManagedClusterVersion_List
GetManagedClusterVersionsByEnvironment(SubscriptionResource, AzureLocation, ManagedClusterVersionEnvironment, CancellationToken)

Hiermee worden alle beschikbare codeversies voor Service Fabric-clusterresources per omgeving opgehaald.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/managedClusterVersions
  • Bewerkings IdManagedClusterVersion_ListByEnvironment
GetManagedClusterVersionsByEnvironmentAsync(SubscriptionResource, AzureLocation, ManagedClusterVersionEnvironment, CancellationToken)

Hiermee worden alle beschikbare codeversies voor Service Fabric-clusterresources per omgeving opgehaald.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/managedClusterVersions
  • Bewerkings IdManagedClusterVersion_ListByEnvironment
GetManagedUnsupportedVmSize(SubscriptionResource, AzureLocation, String, CancellationToken)

Niet-ondersteunde VM-grootte ophalen voor beheerde Service Fabric-clusters.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedUnsupportedVMSizes/{vmSize}
  • Bewerkings IdmanagedUnsupportedVMSizes_Get
GetManagedUnsupportedVmSizeAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Niet-ondersteunde VM-grootte ophalen voor beheerde Service Fabric-clusters.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedUnsupportedVMSizes/{vmSize}
  • Bewerkings IdmanagedUnsupportedVMSizes_Get
GetManagedUnsupportedVmSizes(SubscriptionResource, AzureLocation, CancellationToken)

Haal de lijsten op met niet-ondersteunde VM-grootten voor beheerde Service Fabric-clusters.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedUnsupportedVMSizes
  • Bewerkings IdmanagedUnsupportedVMSizes_List
GetManagedUnsupportedVmSizesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Haal de lijsten op met niet-ondersteunde VM-grootten voor beheerde Service Fabric-clusters.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedUnsupportedVMSizes
  • Bewerkings IdmanagedUnsupportedVMSizes_List
GetManagedVmSize(SubscriptionResource, AzureLocation, String, CancellationToken)

Niet-ondersteunde VM-grootte ophalen voor beheerde Service Fabric-clusters. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedUnsupportedVMSizes/{vmSize} Bewerkings-id: managedUnsupportedVMSizes_Get

GetManagedVmSizeAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Niet-ondersteunde VM-grootte ophalen voor beheerde Service Fabric-clusters. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedUnsupportedVMSizes/{vmSize} Bewerkings-id: managedUnsupportedVMSizes_Get

GetManagedVmSizes(SubscriptionResource, AzureLocation)

Hiermee haalt u een verzameling ManagedVmSizeResources op in de SubscriptionResource.

GetOperationResult(SubscriptionResource, AzureLocation, String, CancellationToken)

Resultaat van langdurige bewerking ophalen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedClusterOperationResults/{operationId} Bewerkings-id: OperationResults_Get

GetOperationResultAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Resultaat van langdurige bewerking ophalen. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedClusterOperationResults/{operationId} Bewerkings-id: OperationResults_Get

GetServiceFabricManagedClusters(SubscriptionResource, CancellationToken)

Hiermee haalt u alle Service Fabric-clusterresources op die zijn gemaakt of die in het abonnement worden gemaakt.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ServiceFabric/managedClusters
  • Bewerkings IdManagedClusters_ListBySubscription
GetServiceFabricManagedClustersAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle Service Fabric-clusterresources op die zijn gemaakt of die in het abonnement worden gemaakt.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ServiceFabric/managedClusters
  • Bewerkings IdManagedClusters_ListBySubscription
GetLinkerResource(ArmResource, String, CancellationToken)

Retourneert Linker-resource voor een bepaalde naam.

  • Aanvraagpad/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • Bewerkings IdLinker_Get
GetLinkerResourceAsync(ArmResource, String, CancellationToken)

Retourneert Linker-resource voor een bepaalde naam.

  • Aanvraagpad/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • Bewerkings IdLinker_Get
GetLinkerResources(ArmResource)

Hiermee haalt u een verzameling LinkerResources op in de ArmResource.

GetTrafficControllers(SubscriptionResource, CancellationToken)

TrafficController-resources weergeven op abonnements-id

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ServiceNetworking/trafficControllers
  • Bewerkings IdTrafficControllerInterface_ListBySubscription
GetTrafficControllersAsync(SubscriptionResource, CancellationToken)

TrafficController-resources weergeven op abonnements-id

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.ServiceNetworking/trafficControllers
  • Bewerkings IdTrafficControllerInterface_ListBySubscription
CheckNameAvailabilitySignalR(SubscriptionResource, AzureLocation, NameAvailabilityContent, CancellationToken)

Controleert of de resourcenaam geldig is en nog niet in gebruik is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/checkNameAvailability Operation Id: SignalR_CheckNameAvailability

CheckNameAvailabilitySignalRAsync(SubscriptionResource, AzureLocation, NameAvailabilityContent, CancellationToken)

Controleert of de resourcenaam geldig is en nog niet in gebruik is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/checkNameAvailability Operation Id: SignalR_CheckNameAvailability

CheckSignalRNameAvailability(SubscriptionResource, AzureLocation, SignalRNameAvailabilityContent, CancellationToken)

Controleert of de resourcenaam geldig is en nog niet in gebruik is.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/checkNameAvailability
  • Bewerkings IdSignalR_CheckNameAvailability
CheckSignalRNameAvailabilityAsync(SubscriptionResource, AzureLocation, SignalRNameAvailabilityContent, CancellationToken)

Controleert of de resourcenaam geldig is en nog niet in gebruik is.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/checkNameAvailability
  • Bewerkings IdSignalR_CheckNameAvailability
GetSignalRs(SubscriptionResource, CancellationToken)

Verwerkt aanvragen om alle resources in een abonnement weer te geven.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/signalR
  • Bewerkings IdSignalR_ListBySubscription
GetSignalRsAsync(SubscriptionResource, CancellationToken)

Verwerkt aanvragen om alle resources in een abonnement weer te geven.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/signalR
  • Bewerkings IdSignalR_ListBySubscription
GetUsages(SubscriptionResource, AzureLocation, CancellationToken)

Quota voor resourcegebruik weergeven op locatie.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/usages
  • Bewerkings-IdUsages_List
GetUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Quota voor resourcegebruik weergeven op locatie.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/usages
  • Bewerkings-IdUsages_List
CheckNameAvailabilityServer(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken)

Bepaalt of een resource kan worden gemaakt met de opgegeven naam. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/checkNameAvailability Operation Id: Servers_CheckNameAvailability

CheckNameAvailabilityServerAsync(SubscriptionResource, CheckNameAvailabilityContent, CancellationToken)

Bepaalt of een resource kan worden gemaakt met de opgegeven naam. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/checkNameAvailability Operation Id: Servers_CheckNameAvailability

CheckSqlServerNameAvailability(SubscriptionResource, SqlNameAvailabilityContent, CancellationToken)

Bepaalt of een resource kan worden gemaakt met de opgegeven naam.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/checkNameAvailability
  • Bewerkings IdServers_CheckNameAvailability
CheckSqlServerNameAvailabilityAsync(SubscriptionResource, SqlNameAvailabilityContent, CancellationToken)

Bepaalt of een resource kan worden gemaakt met de opgegeven naam.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/checkNameAvailability
  • Bewerkings IdServers_CheckNameAvailability
GetByLocationCapability(SubscriptionResource, String, Nullable<CapabilityGroup>, CancellationToken)

Hiermee haalt u de abonnementsmogelijkheden op die beschikbaar zijn voor de opgegeven locatie. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/capabilities Operation Id: Capabilities_ListByLocation

GetByLocationCapabilityAsync(SubscriptionResource, String, Nullable<CapabilityGroup>, CancellationToken)

Hiermee haalt u de abonnementsmogelijkheden op die beschikbaar zijn voor de opgegeven locatie. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/capabilities Operation Id: Capabilities_ListByLocation

GetCapabilitiesByLocation(SubscriptionResource, AzureLocation, Nullable<SqlCapabilityGroup>, CancellationToken)

Hiermee haalt u de abonnementsmogelijkheden op die beschikbaar zijn voor de opgegeven locatie.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/capabilities
  • Bewerkings IdCapabilities_ListByLocation
GetCapabilitiesByLocationAsync(SubscriptionResource, AzureLocation, Nullable<SqlCapabilityGroup>, CancellationToken)

Hiermee haalt u de abonnementsmogelijkheden op die beschikbaar zijn voor de opgegeven locatie.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/capabilities
  • Bewerkings IdCapabilities_ListByLocation
GetDeletedServer(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u een verwijderde server op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/deletedServers/{deletedServerName}
  • Bewerkings-IdDeletedServers_Get
GetDeletedServer(SubscriptionResource, String, String, CancellationToken)

Hiermee haalt u een verwijderde server op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/deletedServers/{deletedServerName} Bewerkings-id: DeletedServers_Get

GetDeletedServerAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u een verwijderde server op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/deletedServers/{deletedServerName}
  • Bewerkings-IdDeletedServers_Get
GetDeletedServerAsync(SubscriptionResource, String, String, CancellationToken)

Hiermee haalt u een verwijderde server op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/deletedServers/{deletedServerName} Bewerkings-id: DeletedServers_Get

GetDeletedServers(SubscriptionResource, AzureLocation)

Hiermee haalt u een verzameling DeletedServerResources op in de SubscriptionResource.

GetDeletedServers(SubscriptionResource, String)

Hiermee haalt u een verzameling DeletedServerResources op in de SubscriptionResource.

GetDeletedServers(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst op van alle verwijderde servers in een abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/deletedServers
  • Bewerkings-IdDeletedServers_List
GetDeletedServersAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst op van alle verwijderde servers in een abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/deletedServers
  • Bewerkings-IdDeletedServers_List
GetInstancePools(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst op met alle exemplaargroepen in het abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/instancePools
  • Bewerkings IdInstancePools_List
GetInstancePoolsAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst op met alle exemplaargroepen in het abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/instancePools
  • Bewerkings IdInstancePools_List
GetLongTermRetentionBackupsByLocation(SubscriptionResource, String, Nullable<Boolean>, Nullable<DatabaseState>, CancellationToken)

Hiermee worden de back-ups voor langetermijnretentie voor een bepaalde locatie weergegeven. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionBackups Operation Id: LongTermRetentionBackups_ListByLocation

GetLongTermRetentionBackupsByLocationAsync(SubscriptionResource, String, Nullable<Boolean>, Nullable<DatabaseState>, CancellationToken)

Hiermee worden de back-ups voor langetermijnretentie voor een bepaalde locatie weergegeven. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionBackups Operation Id: LongTermRetentionBackups_ListByLocation

GetLongTermRetentionBackupsByServer(SubscriptionResource, String, String, Nullable<Boolean>, Nullable<DatabaseState>, CancellationToken)

Een overzicht van de langetermijnretentieback-ups voor een bepaalde server. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionBackups Operation Id: LongTermRetentionBackups_ListByServer

GetLongTermRetentionBackupsByServerAsync(SubscriptionResource, String, String, Nullable<Boolean>, Nullable<DatabaseState>, CancellationToken)

Een overzicht van de langetermijnretentieback-ups voor een bepaalde server. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionBackups Operation Id: LongTermRetentionBackups_ListByServer

GetLongTermRetentionBackupsWithLocation(SubscriptionResource, AzureLocation, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Hiermee worden de back-ups voor langetermijnretentie voor een bepaalde locatie weergegeven.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionBackups
  • Bewerkings-IdLongTermRetentionBackups_ListByLocation
GetLongTermRetentionBackupsWithLocationAsync(SubscriptionResource, AzureLocation, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Hiermee worden de back-ups voor langetermijnretentie voor een bepaalde locatie weergegeven.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionBackups
  • Bewerkings-IdLongTermRetentionBackups_ListByLocation
GetLongTermRetentionBackupsWithServer(SubscriptionResource, AzureLocation, String, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Een overzicht van de langetermijnretentieback-ups voor een bepaalde server.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionBackups
  • Bewerkings IdLongTermRetentionBackups_ListByServer
GetLongTermRetentionBackupsWithServerAsync(SubscriptionResource, AzureLocation, String, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Een overzicht van de langetermijnretentieback-ups voor een bepaalde server.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionBackups
  • Bewerkings IdLongTermRetentionBackups_ListByServer
GetLongTermRetentionManagedInstanceBackupsByInstance(SubscriptionResource, String, String, Nullable<Boolean>, Nullable<DatabaseState>, CancellationToken)

Een overzicht van de back-ups van langetermijnretentie voor een bepaald beheerd exemplaar. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionManagedInstanceBackups Operation-id: LongTermRetentionManagedInstanceBackups_ListByInstance

GetLongTermRetentionManagedInstanceBackupsByInstanceAsync(SubscriptionResource, String, String, Nullable<Boolean>, Nullable<DatabaseState>, CancellationToken)

Een overzicht van de back-ups van langetermijnretentie voor een bepaald beheerd exemplaar. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionManagedInstanceBackups Operation-id: LongTermRetentionManagedInstanceBackups_ListByInstance

GetLongTermRetentionManagedInstanceBackupsByLocation(SubscriptionResource, String, Nullable<Boolean>, Nullable<DatabaseState>, CancellationToken)

Een overzicht van de langetermijnretentieback-ups voor beheerde databases op een bepaalde locatie. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstanceBackups Operation Id: LongTermRetentionManagedInstanceBackups_ListByLocation

GetLongTermRetentionManagedInstanceBackupsByLocationAsync(SubscriptionResource, String, Nullable<Boolean>, Nullable<DatabaseState>, CancellationToken)

Een overzicht van de langetermijnretentieback-ups voor beheerde databases op een bepaalde locatie. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstanceBackups Operation Id: LongTermRetentionManagedInstanceBackups_ListByLocation

GetLongTermRetentionManagedInstanceBackupsWithInstance(SubscriptionResource, AzureLocation, String, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Een overzicht van de back-ups van langetermijnretentie voor een bepaald beheerd exemplaar.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionManagedInstanceBackups
  • Bewerkings IdLongTermRetentionManagedInstanceBackups_ListByInstance
GetLongTermRetentionManagedInstanceBackupsWithInstanceAsync(SubscriptionResource, AzureLocation, String, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Een overzicht van de back-ups van langetermijnretentie voor een bepaald beheerd exemplaar.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionManagedInstanceBackups
  • Bewerkings IdLongTermRetentionManagedInstanceBackups_ListByInstance
GetLongTermRetentionManagedInstanceBackupsWithLocation(SubscriptionResource, AzureLocation, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Een overzicht van de langetermijnretentieback-ups voor beheerde databases op een bepaalde locatie.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstanceBackups
  • Bewerkings IdLongTermRetentionManagedInstanceBackups_ListByLocation
GetLongTermRetentionManagedInstanceBackupsWithLocationAsync(SubscriptionResource, AzureLocation, Nullable<Boolean>, Nullable<SqlDatabaseState>, CancellationToken)

Een overzicht van de langetermijnretentieback-ups voor beheerde databases op een bepaalde locatie.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstanceBackups
  • Bewerkings IdLongTermRetentionManagedInstanceBackups_ListByLocation
GetManagedInstances(SubscriptionResource, String, CancellationToken)

Hiermee haalt u een lijst op met alle beheerde exemplaren in het abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/managedInstances
  • Bewerkings IdManagedInstances_List
GetManagedInstancesAsync(SubscriptionResource, String, CancellationToken)

Hiermee haalt u een lijst op met alle beheerde exemplaren in het abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/managedInstances
  • Bewerkings IdManagedInstances_List
GetSqlServers(SubscriptionResource, String, CancellationToken)

Hiermee haalt u een lijst op met alle servers in het abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/servers
  • Bewerkings-IdServers_List
GetSqlServersAsync(SubscriptionResource, String, CancellationToken)

Hiermee haalt u een lijst op met alle servers in het abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/servers
  • Bewerkings-IdServers_List
GetSqlTimeZone(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u een tijdzone van een beheerd exemplaar op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/timeZones/{timeZoneId}
  • Bewerkings IdTimeZones_Get
GetSqlTimeZone(SubscriptionResource, String, String, CancellationToken)

Hiermee haalt u een tijdzone van een beheerd exemplaar op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/timeZones/{timeZoneId} Bewerkings-id: TimeZones_Get

GetSqlTimeZoneAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u een tijdzone van een beheerd exemplaar op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/timeZones/{timeZoneId}
  • Bewerkings IdTimeZones_Get
GetSqlTimeZoneAsync(SubscriptionResource, String, String, CancellationToken)

Hiermee haalt u een tijdzone van een beheerd exemplaar op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/timeZones/{timeZoneId} Bewerkings-id: TimeZones_Get

GetSqlTimeZones(SubscriptionResource, AzureLocation)

Hiermee haalt u een verzameling SqlTimeZoneResources op in de SubscriptionResource.

GetSqlTimeZones(SubscriptionResource, String)

Hiermee haalt u een verzameling SqlTimeZoneResources op in de SubscriptionResource.

GetSubscriptionLongTermRetentionBackup(SubscriptionResource, AzureLocation, String, String, String, CancellationToken)

Hiermee wordt een back-up voor langetermijnretentie gemaakt.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • Bewerkings-IdLongTermRetentionBackups_Get
GetSubscriptionLongTermRetentionBackup(SubscriptionResource, String, String, String, String, CancellationToken)

Hiermee wordt een back-up voor langetermijnretentie gemaakt. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName} Bewerkings-id: LongTermRetentionBackups_Get

GetSubscriptionLongTermRetentionBackupAsync(SubscriptionResource, AzureLocation, String, String, String, CancellationToken)

Hiermee wordt een back-up voor langetermijnretentie gemaakt.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}
  • Bewerkings-IdLongTermRetentionBackups_Get
GetSubscriptionLongTermRetentionBackupAsync(SubscriptionResource, String, String, String, String, CancellationToken)

Hiermee wordt een back-up voor langetermijnretentie gemaakt. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName} Bewerkings-id: LongTermRetentionBackups_Get

GetSubscriptionLongTermRetentionBackups(SubscriptionResource, AzureLocation, String, String)

Hiermee haalt u een verzameling SubscriptionLongTermRetentionBackupResources op in de SubscriptionResource.

GetSubscriptionLongTermRetentionBackups(SubscriptionResource, String, String, String)

Hiermee haalt u een verzameling SubscriptionLongTermRetentionBackupResources op in de SubscriptionResource.

GetSubscriptionLongTermRetentionManagedInstanceBackup(SubscriptionResource, AzureLocation, String, String, String, CancellationToken)

Hiermee haalt u een langetermijnretentieback-up op voor een beheerde database.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionDatabases/{databaseName}/longTermRetentionManagedInstanceBackups/{backupName}
  • Bewerkings IdLongTermRetentionManagedInstanceBackups_Get
GetSubscriptionLongTermRetentionManagedInstanceBackup(SubscriptionResource, String, String, String, String, CancellationToken)

Hiermee haalt u een langetermijnretentieback-up op voor een beheerde database. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionDatabases/{databaseName}/longTermRetentionManagedInstanceBackups/{backupName} Bewerkings-id: LongTermRetentionManagedInstanceBackups_Get

GetSubscriptionLongTermRetentionManagedInstanceBackupAsync(SubscriptionResource, AzureLocation, String, String, String, CancellationToken)

Hiermee haalt u een langetermijnretentieback-up op voor een beheerde database.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionDatabases/{databaseName}/longTermRetentionManagedInstanceBackups/{backupName}
  • Bewerkings IdLongTermRetentionManagedInstanceBackups_Get
GetSubscriptionLongTermRetentionManagedInstanceBackupAsync(SubscriptionResource, String, String, String, String, CancellationToken)

Hiermee haalt u een langetermijnretentieback-up op voor een beheerde database. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionDatabases/{databaseName}/longTermRetentionManagedInstanceBackups/{backupName} Bewerkings-id: LongTermRetentionManagedInstanceBackups_Get

GetSubscriptionLongTermRetentionManagedInstanceBackups(SubscriptionResource, AzureLocation, String, String)

Hiermee wordt een verzameling SubscriptionLongTermRetentionManagedInstanceBackupResources opgehaald in de SubscriptionResource.

GetSubscriptionLongTermRetentionManagedInstanceBackups(SubscriptionResource, String, String, String)

Hiermee wordt een verzameling SubscriptionLongTermRetentionManagedInstanceBackupResources opgehaald in de SubscriptionResource.

GetSubscriptionUsage(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u een metrische gegevens over het gebruik van het abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/usages/{usageName}
  • Bewerkings IdSubscriptionUsages_Get
GetSubscriptionUsage(SubscriptionResource, String, String, CancellationToken)

Hiermee haalt u een metrische gegevens over het gebruik van het abonnement op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/usages/{usageName} Bewerkings-id: SubscriptionUsages_Get

GetSubscriptionUsageAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee haalt u een metrische gegevens over het gebruik van het abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/usages/{usageName}
  • Bewerkings IdSubscriptionUsages_Get
GetSubscriptionUsageAsync(SubscriptionResource, String, String, CancellationToken)

Hiermee haalt u een metrische gegevens over het gebruik van het abonnement op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/usages/{usageName} Bewerkings-id: SubscriptionUsages_Get

GetSubscriptionUsages(SubscriptionResource, AzureLocation)

Hiermee haalt u een verzameling SubscriptionUsageResources op in de SubscriptionResource.

GetSubscriptionUsages(SubscriptionResource, String)

Hiermee haalt u een verzameling SubscriptionUsageResources op in de SubscriptionResource.

GetSyncDatabaseIdsSyncGroups(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u een verzameling synchronisatiedatabase-id's op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/syncDatabaseIds
  • Bewerkings IdSyncGroups_ListSyncDatabaseIds
GetSyncDatabaseIdsSyncGroups(SubscriptionResource, String, CancellationToken)

Hiermee haalt u een verzameling synchronisatiedatabase-id's op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/syncDatabaseIds Operation Id: SyncGroups_ListSyncDatabaseIds

GetSyncDatabaseIdsSyncGroupsAsync(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u een verzameling synchronisatiedatabase-id's op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/syncDatabaseIds
  • Bewerkings IdSyncGroups_ListSyncDatabaseIds
GetSyncDatabaseIdsSyncGroupsAsync(SubscriptionResource, String, CancellationToken)

Hiermee haalt u een verzameling synchronisatiedatabase-id's op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/syncDatabaseIds Operation Id: SyncGroups_ListSyncDatabaseIds

GetVirtualClusters(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst op met alle virtualClusters in het abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/virtualClusters
  • Bewerkings-IdVirtualClusters_List
GetVirtualClustersAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst op met alle virtualClusters in het abonnement.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Sql/virtualClusters
  • Bewerkings-IdVirtualClusters_List
GetSqlVirtualMachineGroups(SubscriptionResource, CancellationToken)

Hiermee haalt u alle virtuele SQL-machinegroepen in een abonnement op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups Operation Id: SqlVirtualMachineGroups_List

GetSqlVirtualMachineGroupsAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle virtuele SQL-machinegroepen in een abonnement op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups Operation Id: SqlVirtualMachineGroups_List

GetSqlVirtualMachines(SubscriptionResource, CancellationToken)

Hiermee haalt u alle virtuele SQL-machines in een abonnement op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines Operation Id: SqlVirtualMachines_List

GetSqlVirtualMachinesAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle virtuele SQL-machines in een abonnement op. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines Operation Id: SqlVirtualMachines_List

GetSqlVmGroups(SubscriptionResource, CancellationToken)

Hiermee haalt u alle virtuele SQL-machinegroepen in een abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups
  • Bewerkings IdSqlVirtualMachineGroups_List
GetSqlVmGroupsAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle virtuele SQL-machinegroepen in een abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups
  • Bewerkings IdSqlVirtualMachineGroups_List
GetSqlVms(SubscriptionResource, CancellationToken)

Hiermee haalt u alle virtuele SQL-machines in een abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines
  • Bewerkings IdSqlVirtualMachines_List
GetSqlVmsAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u alle virtuele SQL-machines in een abonnement op.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines
  • Bewerkings IdSqlVirtualMachines_List
CheckStorageAccountNameAvailability(SubscriptionResource, StorageAccountNameAvailabilityContent, CancellationToken)

Controleert of de naam van het opslagaccount geldig is en nog niet in gebruik is.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Storage/checkNameAvailability
  • Bewerkings IdStorageAccounts_CheckNameAvailability
CheckStorageAccountNameAvailabilityAsync(SubscriptionResource, StorageAccountNameAvailabilityContent, CancellationToken)

Controleert of de naam van het opslagaccount geldig is en nog niet in gebruik is.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Storage/checkNameAvailability
  • Bewerkings IdStorageAccounts_CheckNameAvailability
GetDeletedAccount(SubscriptionResource, AzureLocation, String, CancellationToken)

Eigenschappen ophalen van de opgegeven verwijderde accountresource.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/deletedAccounts/{deletedAccountName}
  • Bewerkings-IdDeletedAccounts_Get
GetDeletedAccountAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Eigenschappen ophalen van de opgegeven verwijderde accountresource.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/deletedAccounts/{deletedAccountName}
  • Bewerkings-IdDeletedAccounts_Get
GetDeletedAccounts(SubscriptionResource)

Hiermee haalt u een verzameling DeletedAccountResources op in de SubscriptionResource.

GetDeletedAccounts(SubscriptionResource, CancellationToken)

Een lijst met verwijderde accounts onder het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Storage/deletedAccounts aanvragen
  • Bewerkings IdDeletedAccounts_List
GetDeletedAccountsAsync(SubscriptionResource, CancellationToken)

Een lijst met verwijderde accounts onder het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Storage/deletedAccounts aanvragen
  • Bewerkings IdDeletedAccounts_List
GetSkus(SubscriptionResource, CancellationToken)

Een lijst met de beschikbare SKU's die worden ondersteund door Microsoft.Storage voor een bepaald abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Storage/skus aanvragen
  • Bewerkings IdSkus_List
GetSkusAsync(SubscriptionResource, CancellationToken)

Een lijst met de beschikbare SKU's die worden ondersteund door Microsoft.Storage voor een bepaald abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Storage/skus aanvragen
  • Bewerkings IdSkus_List
GetStorageAccounts(SubscriptionResource, CancellationToken)

Een lijst met alle opslagaccounts die beschikbaar zijn onder het abonnement. Houd er rekening mee dat opslagsleutels niet worden geretourneerd; gebruik hiervoor de bewerking ListKeys.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Storage/storageAccounts aanvragen
  • Bewerkings IdStorageAccounts_List
GetStorageAccountsAsync(SubscriptionResource, CancellationToken)

Een lijst met alle opslagaccounts die beschikbaar zijn onder het abonnement. Houd er rekening mee dat opslagsleutels niet worden geretourneerd; gebruik hiervoor de bewerking ListKeys.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Storage/storageAccounts aanvragen
  • Bewerkings IdStorageAccounts_List
GetUsagesByLocation(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u het huidige gebruiksaantal en de limiet op voor de resources van de locatie onder het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/usages aanvragen
  • Bewerkings IdUsages_ListByLocation
GetUsagesByLocationAsync(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u het huidige gebruiksaantal en de limiet op voor de resources van de locatie onder het abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/usages aanvragen
  • Bewerkings IdUsages_ListByLocation
GetAscOperation(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee wordt de status opgehaald van een asynchrone bewerking voor het Azure HPC Cache-aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/locations/{location}/ascOperations/{operationId} Bewerkings-id: AscOperations_Get

GetAscOperationAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Hiermee wordt de status opgehaald van een asynchrone bewerking voor het Azure HPC Cache-aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/locations/{location}/ascOperations/{operationId} Bewerkings-id: AscOperations_Get

GetAscUsages(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u de gebruikte hoeveelheid en quotumlimiet voor resources Aanvraagpad op: /subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/locations/{location}/usages Bewerkings-id: AscUsages_List

GetAscUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u de gebruikte hoeveelheid en quotumlimiet voor resources Aanvraagpad op: /subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/locations/{location}/usages Bewerkings-id: AscUsages_List

GetCaches(SubscriptionResource, CancellationToken)

Retourneert alle caches waartoe de gebruiker toegang heeft onder een abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/caches Operation Id: Caches_List

GetCachesAsync(SubscriptionResource, CancellationToken)

Retourneert alle caches waartoe de gebruiker toegang heeft onder een abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/caches Operation Id: Caches_List

GetSkus(SubscriptionResource, CancellationToken)

Haal de lijst met StorageCache.Cache-SKU's op die beschikbaar zijn voor dit abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/skus Operation Id: Skus_List

GetSkusAsync(SubscriptionResource, CancellationToken)

Haal de lijst met StorageCache.Cache-SKU's op die beschikbaar zijn voor dit abonnement. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/skus Operation Id: Skus_List

GetStorageCaches(SubscriptionResource, CancellationToken)

Retourneert alle caches waartoe de gebruiker toegang heeft onder een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.StorageCache/caches aanvragen
  • Bewerkings IdCaches_List
GetStorageCachesAsync(SubscriptionResource, CancellationToken)

Retourneert alle caches waartoe de gebruiker toegang heeft onder een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.StorageCache/caches aanvragen
  • Bewerkings IdCaches_List
GetStorageCacheSkus(SubscriptionResource, CancellationToken)

Haal de lijst met StorageCache.Cache-SKU's op die beschikbaar zijn voor dit abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.StorageCache/skus aanvragen
  • Bewerkings IdSkus_List
GetStorageCacheSkusAsync(SubscriptionResource, CancellationToken)

Haal de lijst met StorageCache.Cache-SKU's op die beschikbaar zijn voor dit abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.StorageCache/skus aanvragen
  • Bewerkings IdSkus_List
GetStorageCacheUsages(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u de gebruikte hoeveelheid en quotumlimiet voor resources op

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.StorageCache/locations/{location}/usages aanvragen
  • Bewerkings IdAscUsages_List
GetStorageCacheUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u de gebruikte hoeveelheid en quotumlimiet voor resources op

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.StorageCache/locations/{location}/usages aanvragen
  • Bewerkings IdAscUsages_List
GetUsageModels(SubscriptionResource, CancellationToken)

Haal de lijst met cachegebruiksmodellen op die beschikbaar zijn voor dit abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.StorageCache/usageModels aanvragen
  • Bewerkings IdUsageModels_List
GetUsageModelsAsync(SubscriptionResource, CancellationToken)

Haal de lijst met cachegebruiksmodellen op die beschikbaar zijn voor dit abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.StorageCache/usageModels aanvragen
  • Bewerkings IdUsageModels_List
GetStorageMovers(SubscriptionResource, CancellationToken)

Een lijst met alle Opslagbeplaatsers in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.StorageMover/storageMovers aanvragen
  • Bewerkings IdStorageMovers_ListBySubscription
GetStorageMoversAsync(SubscriptionResource, CancellationToken)

Een lijst met alle Opslagbeplaatsers in een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.StorageMover/storageMovers aanvragen
  • Bewerkings IdStorageMovers_ListBySubscription
GetDiskPools(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst met schijfgroepen in een abonnement op

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.StoragePool/diskPools aanvragen
  • Bewerkings IdDiskPools_ListBySubscription
GetDiskPoolsAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst met schijfgroepen in een abonnement op

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.StoragePool/diskPools aanvragen
  • Bewerkings IdDiskPools_ListBySubscription
GetDiskPoolZones(SubscriptionResource, AzureLocation, CancellationToken)

Een lijst met beschikbare SKU's voor schijfgroepen op een Azure-locatie.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.StoragePool/locations/{location}/diskPoolZones aanvragen
  • Bewerkings IdDiskPoolZones_List
GetDiskPoolZonesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Een lijst met beschikbare SKU's voor schijfgroepen op een Azure-locatie.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.StoragePool/locations/{location}/diskPoolZones aanvragen
  • Bewerkings IdDiskPoolZones_List
GetResourceSkus(SubscriptionResource, AzureLocation, CancellationToken)

Een lijst met beschikbare StoragePool-resources en -SKU's op een Azure-locatie.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.StoragePool/locations/{location}/skus aanvragen
  • Bewerkings IdResourceSkus_List
GetResourceSkusAsync(SubscriptionResource, AzureLocation, CancellationToken)

Een lijst met beschikbare StoragePool-resources en -SKU's op een Azure-locatie.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.StoragePool/locations/{location}/skus aanvragen
  • Bewerkings IdResourceSkus_List
CheckStorageSyncNameAvailability(SubscriptionResource, String, StorageSyncNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van naamruimte opgeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.StorageSync/locations/{locationName}/checkNameAvailability aanvragen
  • Bewerkings IdStorageSyncServices_CheckNameAvailability
CheckStorageSyncNameAvailabilityAsync(SubscriptionResource, String, StorageSyncNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van naamruimte opgeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.StorageSync/locations/{locationName}/checkNameAvailability aanvragen
  • Bewerkings IdStorageSyncServices_CheckNameAvailability
GetStorageSyncServices(SubscriptionResource, CancellationToken)

Haal een StorageSyncService-lijst op per abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.StorageSync/storageSyncServices aanvragen
  • Bewerkings IdStorageSyncServices_ListBySubscription
GetStorageSyncServicesAsync(SubscriptionResource, CancellationToken)

Haal een StorageSyncService-lijst op per abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.StorageSync/storageSyncServices aanvragen
  • Bewerkings IdStorageSyncServices_ListBySubscription
CompileQuerySubscription(SubscriptionResource, AzureLocation, StreamAnalyticsCompileQuery, CancellationToken)

Compileer de Stream Analytics-query.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/compileQuery
  • Bewerkings IdSubscriptions_CompileQuery
CompileQuerySubscriptionAsync(SubscriptionResource, AzureLocation, StreamAnalyticsCompileQuery, CancellationToken)

Compileer de Stream Analytics-query.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/compileQuery
  • Bewerkings IdSubscriptions_CompileQuery
GetQuotasSubscriptions(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u de huidige quotumgegevens van het abonnement in een bepaalde regio op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/quota
  • Bewerkings-IdSubscriptions_ListQuotas
GetQuotasSubscriptionsAsync(SubscriptionResource, AzureLocation, CancellationToken)

Hiermee haalt u de huidige quotumgegevens van het abonnement in een bepaalde regio op.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/quota
  • Bewerkings-IdSubscriptions_ListQuotas
GetStreamAnalyticsClusters(SubscriptionResource, CancellationToken)

Een lijst met alle clusters in het opgegeven abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.StreamAnalytics/clusters
  • Bewerkings IdClusters_ListBySubscription
GetStreamAnalyticsClustersAsync(SubscriptionResource, CancellationToken)

Een lijst met alle clusters in het opgegeven abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.StreamAnalytics/clusters
  • Bewerkings IdClusters_ListBySubscription
GetStreamingJobs(SubscriptionResource, String, CancellationToken)

Een lijst met alle streamingtaken in het opgegeven abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.StreamAnalytics/streamingjobs
  • Bewerkings IdStreamingJobs_List
GetStreamingJobsAsync(SubscriptionResource, String, CancellationToken)

Een lijst met alle streamingtaken in het opgegeven abonnement.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.StreamAnalytics/streamingjobs
  • Bewerkings IdStreamingJobs_List
SampleInputSubscription(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsSampleInputContent, CancellationToken)

Voorbeeld van de Stream Analytics-invoergegevens.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/sampleInput
  • Bewerkings IdSubscriptions_SampleInput
SampleInputSubscriptionAsync(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsSampleInputContent, CancellationToken)

Voorbeeld van de Stream Analytics-invoergegevens.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/sampleInput
  • Bewerkings IdSubscriptions_SampleInput
TestInputSubscription(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsTestContent, CancellationToken)

Test de Stream Analytics-invoer.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/testInput
  • Bewerkings-IdSubscriptions_TestInput
TestInputSubscriptionAsync(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsTestContent, CancellationToken)

Test de Stream Analytics-invoer.

  • Aanvraagpad/subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/testInput
  • Bewerkings-IdSubscriptions_TestInput
TestOutputSubscription(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsTestOutput, CancellationToken)

Test de Stream Analytics-uitvoer.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/testOutput
  • Bewerkings-IdSubscriptions_TestOutput
TestOutputSubscriptionAsync(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsTestOutput, CancellationToken)

Test de Stream Analytics-uitvoer.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/testOutput
  • Bewerkings-IdSubscriptions_TestOutput
TestQuerySubscription(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsTestQuery, CancellationToken)

Test de Stream Analytics-query op een voorbeeldinvoer.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/testQuery
  • Bewerkings-IdSubscriptions_TestQuery
TestQuerySubscriptionAsync(SubscriptionResource, WaitUntil, AzureLocation, StreamAnalyticsTestQuery, CancellationToken)

Test de Stream Analytics-query op een voorbeeldinvoer.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/testQuery
  • Bewerkings-IdSubscriptions_TestQuery
CancelSubscription(SubscriptionResource, CancellationToken)

De bewerking voor het annuleren van een abonnement

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Subscription/cancel
  • Bewerkings IdSubscription_Cancel
CancelSubscriptionAsync(SubscriptionResource, CancellationToken)

De bewerking voor het annuleren van een abonnement

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Subscription/cancel
  • Bewerkings IdSubscription_Cancel
EnableSubscription(SubscriptionResource, CancellationToken)

De bewerking voor het inschakelen van een abonnement

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Subscription/enable
  • Bewerkings IdSubscription_Enable
EnableSubscriptionAsync(SubscriptionResource, CancellationToken)

De bewerking voor het inschakelen van een abonnement

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Subscription/enable
  • Bewerkings IdSubscription_Enable
GetLocationsSubscriptions(SubscriptionResource, CancellationToken)

Deze bewerking biedt alle locaties die beschikbaar zijn voor resourceproviders; Elke resourceprovider kan echter een subset van deze lijst ondersteunen. Aanvraagpad: /subscriptions/{subscriptionId}/locations Operation Id: Subscriptions_ListLocations

GetLocationsSubscriptionsAsync(SubscriptionResource, CancellationToken)

Deze bewerking biedt alle locaties die beschikbaar zijn voor resourceproviders; Elke resourceprovider kan echter een subset van deze lijst ondersteunen. Aanvraagpad: /subscriptions/{subscriptionId}/locations Operation Id: Subscriptions_ListLocations

RenameSubscription(SubscriptionResource, SubscriptionName, CancellationToken)

De bewerking voor het wijzigen van de naam van een abonnement

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Subscription/rename
  • Bewerkings IdSubscription_Rename
RenameSubscriptionAsync(SubscriptionResource, SubscriptionName, CancellationToken)

De bewerking voor het wijzigen van de naam van een abonnement

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Subscription/rename
  • Bewerkings IdSubscription_Rename
CheckNameAvailabilitySupportTicket(SubscriptionResource, CheckNameAvailabilityInput, CancellationToken)

Controleer de beschikbaarheid van een resourcenaam. Deze API moet worden gebruikt om de uniekheid van de naam voor het maken van ondersteuningstickets voor het geselecteerde abonnement te controleren. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Support/checkNameAvailability Operation Id: SupportTickets_CheckNameAvailability

CheckNameAvailabilitySupportTicketAsync(SubscriptionResource, CheckNameAvailabilityInput, CancellationToken)

Controleer de beschikbaarheid van een resourcenaam. Deze API moet worden gebruikt om de uniekheid van de naam voor het maken van ondersteuningstickets voor het geselecteerde abonnement te controleren. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Support/checkNameAvailability Operation Id: SupportTickets_CheckNameAvailability

CheckSupportTicketNameAvailability(SubscriptionResource, SupportNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van een resourcenaam. Deze API moet worden gebruikt om de uniekheid van de naam voor het maken van ondersteuningstickets voor het geselecteerde abonnement te controleren.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Support/checkNameAvailability
  • Bewerkings IdSupportTickets_CheckNameAvailability
CheckSupportTicketNameAvailabilityAsync(SubscriptionResource, SupportNameAvailabilityContent, CancellationToken)

Controleer de beschikbaarheid van een resourcenaam. Deze API moet worden gebruikt om de uniekheid van de naam voor het maken van ondersteuningstickets voor het geselecteerde abonnement te controleren.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Support/checkNameAvailability
  • Bewerkings IdSupportTickets_CheckNameAvailability
GetSupportTicket(SubscriptionResource, String, CancellationToken)

Ticketgegevens ophalen voor een Azure-abonnement. Ondersteuningsticketgegevens zijn 18 maanden na het maken van het ticket beschikbaar. Als een ticket meer dan 18 maanden geleden is gemaakt, kan een aanvraag voor gegevens een fout veroorzaken.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}
  • Bewerkings IdSupportTickets_Get
GetSupportTicketAsync(SubscriptionResource, String, CancellationToken)

Ticketgegevens ophalen voor een Azure-abonnement. Ondersteuningsticketgegevens zijn 18 maanden na het maken van het ticket beschikbaar. Als een ticket meer dan 18 maanden geleden is gemaakt, kan een aanvraag voor gegevens een fout veroorzaken.

  • Aanvraagpad/abonnementen/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}
  • Bewerkings IdSupportTickets_Get
GetSupportTicketDetail(SubscriptionResource, String, CancellationToken)

Ticketgegevens ophalen voor een Azure-abonnement. Ondersteuningsticketgegevens zijn 18 maanden na het maken van het ticket beschikbaar. Als een ticket meer dan 18 maanden geleden is gemaakt, kan een aanvraag voor gegevens een fout veroorzaken. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName} Bewerkings-id: SupportTickets_Get

GetSupportTicketDetailAsync(SubscriptionResource, String, CancellationToken)

Ticketgegevens ophalen voor een Azure-abonnement. Ondersteuningsticketgegevens zijn 18 maanden na het maken van het ticket beschikbaar. Als een ticket meer dan 18 maanden geleden is gemaakt, kan een aanvraag voor gegevens een fout veroorzaken. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName} Bewerkings-id: SupportTickets_Get

GetSupportTicketDetails(SubscriptionResource)

Hiermee haalt u een verzameling SupportTicketDetailResources op in de SubscriptionResource.

GetSupportTickets(SubscriptionResource)

Hiermee haalt u een verzameling SupportTicketResources op in de SubscriptionResource.

CheckKustoPoolNameAvailability(SubscriptionResource, AzureLocation, KustoPoolNameAvailabilityContent, CancellationToken)

Controleert of de naam van de kusto-pool geldig is en nog niet in gebruik is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Synapse/locations/{location}/kustoPoolCheckNameAvailability aanvragen
  • Bewerkings IdKustoPools_CheckNameAvailability
CheckKustoPoolNameAvailabilityAsync(SubscriptionResource, AzureLocation, KustoPoolNameAvailabilityContent, CancellationToken)

Controleert of de naam van de kusto-pool geldig is en nog niet in gebruik is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Synapse/locations/{location}/kustoPoolCheckNameAvailability aanvragen
  • Bewerkings IdKustoPools_CheckNameAvailability
CheckNameAvailabilityKustoPool(SubscriptionResource, AzureLocation, KustoPoolCheckNameContent, CancellationToken)

Controleert of de naam van de kusto-pool geldig is en nog niet in gebruik is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Synapse/locations/{location}/kustoPoolCheckNameAvailability Operation Id: KustoPools_CheckNameAvailability

CheckNameAvailabilityKustoPoolAsync(SubscriptionResource, AzureLocation, KustoPoolCheckNameContent, CancellationToken)

Controleert of de naam van de kusto-pool geldig is en nog niet in gebruik is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Synapse/locations/{location}/kustoPoolCheckNameAvailability Operation Id: KustoPools_CheckNameAvailability

GetPrivateLinkHubs(SubscriptionResource, CancellationToken)

Retourneert een lijst met privateLinkHubs in een abonnementsaanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Synapse/privateLinkHubs Operation Id: PrivateLinkHubs_List

GetPrivateLinkHubsAsync(SubscriptionResource, CancellationToken)

Retourneert een lijst met privateLinkHubs in een abonnementsaanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Synapse/privateLinkHubs Operation Id: PrivateLinkHubs_List

GetSkusKustoPools(SubscriptionResource, CancellationToken)

Een lijst met in aanmerking komende SKU's voor Kusto-poolresource.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Synapse/skus aanvragen
  • Bewerkings IdKustoPools_ListSkus
GetSkusKustoPoolsAsync(SubscriptionResource, CancellationToken)

Een lijst met in aanmerking komende SKU's voor Kusto-poolresource.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Synapse/skus aanvragen
  • Bewerkings IdKustoPools_ListSkus
GetSynapsePrivateLinkHubs(SubscriptionResource, CancellationToken)

Retourneert een lijst met privateLinkHubs in een abonnement

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Synapse/privateLinkHubs aanvragen
  • Bewerkings IdPrivateLinkHubs_List
GetSynapsePrivateLinkHubsAsync(SubscriptionResource, CancellationToken)

Retourneert een lijst met privateLinkHubs in een abonnement

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Synapse/privateLinkHubs aanvragen
  • Bewerkings IdPrivateLinkHubs_List
GetSynapseWorkspaces(SubscriptionResource, CancellationToken)

Retourneert een lijst met werkruimten in een abonnement

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Synapse/workspaces aanvragen
  • Bewerkings IdWorkspaces_List
GetSynapseWorkspacesAsync(SubscriptionResource, CancellationToken)

Retourneert een lijst met werkruimten in een abonnement

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Synapse/workspaces aanvragen
  • Bewerkings IdWorkspaces_List
GetWorkspaces(SubscriptionResource, CancellationToken)

Retourneert een lijst met werkruimten in een abonnementsaanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Synapse/workspaces Bewerkings-id: Workspaces_List

GetWorkspacesAsync(SubscriptionResource, CancellationToken)

Retourneert een lijst met werkruimten in een abonnementsaanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.Synapse/workspaces Bewerkings-id: Workspaces_List

GetTrafficManagerProfiles(SubscriptionResource, CancellationToken)

Een lijst met alle Traffic Manager-profielen binnen een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/trafficmanagerprofiles aanvragen
  • Bewerkings IdProfiles_ListBySubscription
GetTrafficManagerProfilesAsync(SubscriptionResource, CancellationToken)

Een lijst met alle Traffic Manager-profielen binnen een abonnement.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Network/trafficmanagerprofiles aanvragen
  • Bewerkings IdProfiles_ListBySubscription
GetTrafficManagerUserMetrics(SubscriptionResource)

Hiermee haalt u een object op dat een TrafficManagerUserMetricsResource vertegenwoordigt, samen met de exemplaarbewerkingen die erop kunnen worden uitgevoerd in de SubscriptionResource.

CheckLocalNameAvailability(SubscriptionResource, AzureLocation, CheckNameAvailabilityContent, CancellationToken)

Controleer of de resourcenaam beschikbaar is in de opgegeven regio.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.VoiceServices/locations/{location}/checkNameAvailability aanvragen
  • Bewerkings IdNameAvailability_CheckLocal
CheckLocalNameAvailabilityAsync(SubscriptionResource, AzureLocation, CheckNameAvailabilityContent, CancellationToken)

Controleer of de resourcenaam beschikbaar is in de opgegeven regio.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.VoiceServices/locations/{location}/checkNameAvailability aanvragen
  • Bewerkings IdNameAvailability_CheckLocal
GetCommunicationsGateways(SubscriptionResource, CancellationToken)

CommunicationsGateway-resources weergeven op abonnements-id

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.VoiceServices/communicationsGateways aanvragen
  • Bewerkings IdCommunicationsGateways_ListBySubscription
GetCommunicationsGatewaysAsync(SubscriptionResource, CancellationToken)

CommunicationsGateway-resources weergeven op abonnements-id

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.VoiceServices/communicationsGateways aanvragen
  • Bewerkings IdCommunicationsGateways_ListBySubscription
CheckWebPubSubNameAvailability(SubscriptionResource, AzureLocation, NameAvailabilityContent, CancellationToken)

Controleert of de resourcenaam geldig is en nog niet in gebruik is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/checkNameAvailability Operation Id: WebPubSub_CheckNameAvailability

CheckWebPubSubNameAvailability(SubscriptionResource, AzureLocation, WebPubSubNameAvailabilityContent, CancellationToken)

Controleert of de resourcenaam geldig is en nog niet in gebruik is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/checkNameAvailability aanvragen
  • Bewerkings IdWebPubSub_CheckNameAvailability
CheckWebPubSubNameAvailabilityAsync(SubscriptionResource, AzureLocation, NameAvailabilityContent, CancellationToken)

Controleert of de resourcenaam geldig is en nog niet in gebruik is. Aanvraagpad: /subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/checkNameAvailability Operation Id: WebPubSub_CheckNameAvailability

CheckWebPubSubNameAvailabilityAsync(SubscriptionResource, AzureLocation, WebPubSubNameAvailabilityContent, CancellationToken)

Controleert of de resourcenaam geldig is en nog niet in gebruik is.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/checkNameAvailability aanvragen
  • Bewerkings IdWebPubSub_CheckNameAvailability
GetUsages(SubscriptionResource, AzureLocation, CancellationToken)

Quota voor resourcegebruik per locatie weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/usages aanvragen
  • Bewerkings IdUsages_List
GetUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Quota voor resourcegebruik per locatie weergeven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/usages aanvragen
  • Bewerkings IdUsages_List
GetWebPubSubs(SubscriptionResource, CancellationToken)

Verwerkt aanvragen om alle resources in een abonnement weer te geven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.SignalRService/webPubSub aanvragen
  • Bewerkings IdWebPubSub_ListBySubscription
GetWebPubSubsAsync(SubscriptionResource, CancellationToken)

Verwerkt aanvragen om alle resources in een abonnement weer te geven.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.SignalRService/webPubSub aanvragen
  • Bewerkings IdWebPubSub_ListBySubscription
GetSapMonitors(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst op met SAP-monitors in het opgegeven abonnement. De bewerkingen retourneren verschillende eigenschappen van elke SAP-monitor.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Workloads/monitors aanvragen
  • Bewerkings Idmonitors_List
GetSapMonitorsAsync(SubscriptionResource, CancellationToken)

Hiermee haalt u een lijst op met SAP-monitors in het opgegeven abonnement. De bewerkingen retourneren verschillende eigenschappen van elke SAP-monitor.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Workloads/monitors aanvragen
  • Bewerkings Idmonitors_List
GetSapVirtualInstances(SubscriptionResource, CancellationToken)

Hiermee worden alle resources voor virtuele exemplaren voor SAP-oplossingen in een abonnement opgehaald.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Workloads/sapVirtualInstances aanvragen
  • Bewerkings IdSAPVirtualInstances_ListBySubscription
GetSapVirtualInstancesAsync(SubscriptionResource, CancellationToken)

Hiermee worden alle resources voor virtuele exemplaren voor SAP-oplossingen in een abonnement opgehaald.

  • Pad/abonnementen/{subscriptionId}/providers/Microsoft.Workloads/sapVirtualInstances aanvragen
  • Bewerkings IdSAPVirtualInstances_ListBySubscription
SapAvailabilityZoneDetails(SubscriptionResource, AzureLocation, SapAvailabilityZoneDetailsContent, CancellationToken)

Haal de aanbevolen gegevens van het SAP-beschikbaarheidszonepaar voor uw regio op.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Workloads/locations/{location}/sapVirtualInstanceMetadata/default/getAvailabilityZoneDetails
  • Bewerking IdSAPAvailabilityZoneDetails
SapAvailabilityZoneDetailsAsync(SubscriptionResource, AzureLocation, SapAvailabilityZoneDetailsContent, CancellationToken)

Haal de aanbevolen gegevens van het SAP-beschikbaarheidszonepaar voor uw regio op.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Workloads/locations/{location}/sapVirtualInstanceMetadata/default/getAvailabilityZoneDetails
  • Bewerking IdSAPAvailabilityZoneDetails
SapDiskConfigurations(SubscriptionResource, AzureLocation, SapDiskConfigurationsContent, CancellationToken)

Haal het SAP Disk Configuration Layout prod/non-prod SAP-systeem op.

  • Path/subscriptions/{subscriptionId}/providers/Microsoft.Workloads/locations/{location}/sapVirtualInstanceMetadata/default/getDiskConfigurations aanvragen
  • Bewerking IdSAPDiskConfigurations
SapDiskConfigurationsAsync(SubscriptionResource, AzureLocation, SapDiskConfigurationsContent, CancellationToken)

Haal het SAP Disk Configuration Layout prod/non-prod SAP-systeem op.

  • Path/subscriptions/{subscriptionId}/providers/Microsoft.Workloads/locations/{location}/sapVirtualInstanceMetadata/default/getDiskConfigurations aanvragen
  • Bewerking IdSAPDiskConfigurations
SapSizingRecommendations(SubscriptionResource, AzureLocation, SapSizingRecommendationContent, CancellationToken)

Aanbevelingen voor SAP-grootte ophalen door sap-invoer op te geven voor de toepassingslaag en het geheugen dat is vereist voor de databaselaag

  • Path/subscriptions/{subscriptionId}/providers/Microsoft.Workloads/locations/{location}/sapVirtualInstanceMetadata/default/getSizingRecommendations aanvragen
  • Bewerking IdSAPSizingRecommendations
SapSizingRecommendationsAsync(SubscriptionResource, AzureLocation, SapSizingRecommendationContent, CancellationToken)

Aanbevelingen voor SAP-grootte ophalen door sap-invoer op te geven voor de toepassingslaag en het geheugen dat is vereist voor de databaselaag

  • Path/subscriptions/{subscriptionId}/providers/Microsoft.Workloads/locations/{location}/sapVirtualInstanceMetadata/default/getSizingRecommendations aanvragen
  • Bewerking IdSAPSizingRecommendations
SapSupportedSku(SubscriptionResource, AzureLocation, SapSupportedSkusContent, CancellationToken)

Haal een lijst op met door SAP ondersteunde SKU's voor ASCS, toepassings- en databaselaag.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Workloads/locations/{location}/sapVirtualInstanceMetadata/default/getSapSupportedSku
  • Bewerking IdSAPSupportedSku
SapSupportedSkuAsync(SubscriptionResource, AzureLocation, SapSupportedSkusContent, CancellationToken)

Haal een lijst op met door SAP ondersteunde SKU's voor ASCS, toepassings- en databaselaag.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Workloads/locations/{location}/sapVirtualInstanceMetadata/default/getSapSupportedSku
  • Bewerking IdSAPSupportedSku

Van toepassing op