Freigeben über


ApiManagementServiceResource Klasse

Definition

Eine Klasse, die einen ApiManagementService zusammen mit dem instance Vorgänge darstellt, die für ihn ausgeführt werden können. Wenn Sie über eine ResourceIdentifier verfügen, können Sie eine ApiManagementServiceResource aus einer instance der ArmClient GetApiManagementServiceResource-Methode erstellen. Andernfalls können Sie mithilfe der GetApiManagementService-Methode eine von der übergeordneten Ressource ResourceGroupResource abrufen.

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

Konstruktoren

ApiManagementServiceResource()

Initialisiert eine neue instance der -Klasse für die ApiManagementServiceResource Simulation.

Felder

ResourceType

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

Eigenschaften

Client

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

(Geerbt von ArmResource)
Data

Ruft die Daten ab, die dieses Feature darstellen.

Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmResource)
Endpoint

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

(Geerbt von ArmResource)
HasData

Ruft ab, ob der aktuelle instance Daten enthält.

Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmResource)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmResource)

Methoden

AddTag(String, String, CancellationToken)

Fügen Sie der aktuellen Ressource ein Tag hinzu.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • Vorgangs-IdApiManagementService_Get
AddTagAsync(String, String, CancellationToken)

Fügen Sie der aktuellen Ressource ein Tag hinzu.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • Vorgangs-IdApiManagementService_Get
ApplyNetworkConfigurationUpdates(WaitUntil, ApiManagementServiceApplyNetworkConfigurationContent, CancellationToken)

Updates die Microsoft.ApiManagement-Ressource, die im virtuellen Netzwerk ausgeführt wird, um die aktualisierten DNS-Änderungen zu wählen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/applynetworkconfigurationupdates
  • Vorgangs-IdApiManagementService_ApplyNetworkConfigurationUpdates
ApplyNetworkConfigurationUpdatesAsync(WaitUntil, ApiManagementServiceApplyNetworkConfigurationContent, CancellationToken)

Updates die Microsoft.ApiManagement-Ressource, die im virtuellen Netzwerk ausgeführt wird, um die aktualisierten DNS-Änderungen zu wählen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/applynetworkconfigurationupdates
  • Vorgangs-IdApiManagementService_ApplyNetworkConfigurationUpdates
Backup(WaitUntil, ApiManagementServiceBackupRestoreContent, CancellationToken)

Erstellt eine Sicherung des API Management-Diensts für das angegebene Azure Storage-Konto. Dies ist ein lang andauernder Vorgang, der einige Minuten dauern kann.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/backup
  • Vorgangs-IdApiManagementService_Backup
BackupAsync(WaitUntil, ApiManagementServiceBackupRestoreContent, CancellationToken)

Erstellt eine Sicherung des API Management-Diensts für das angegebene Azure Storage-Konto. Dies ist ein lang andauernder Vorgang, der einige Minuten dauern kann.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/backup
  • Vorgangs-IdApiManagementService_Backup
CanUseTagResource(CancellationToken)

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

(Geerbt von ArmResource)
CanUseTagResourceAsync(CancellationToken)

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

(Geerbt von ArmResource)
CreateOrUpdateContentItem(String, String, Nullable<ETag>, CancellationToken)

Erstellt ein neues Inhaltselement des Entwicklerportals, das durch den angegebenen Inhaltstyp angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems/{contentItemId}
  • Vorgangs-IdContentItem_CreateOrUpdate
CreateOrUpdateContentItemAsync(String, String, Nullable<ETag>, CancellationToken)

Erstellt ein neues Inhaltselement des Entwicklerportals, das durch den angegebenen Inhaltstyp angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems/{contentItemId}
  • Vorgangs-IdContentItem_CreateOrUpdate
CreateOrUpdateContentType(String, Nullable<ETag>, CancellationToken)

Erstellt oder aktualisiert den Inhaltstyp des Entwicklerportals. Inhaltstypen beschreiben die Eigenschaften, Validierungsregeln und Einschränkungen von Inhaltselementen. Bezeichner benutzerdefinierter Inhaltstypen müssen mit dem c- Präfix beginnen. Integrierte Inhaltstypen können nicht geändert werden.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}
  • Vorgangs-IdContentType_CreateOrUpdate
CreateOrUpdateContentTypeAsync(String, Nullable<ETag>, CancellationToken)

Erstellt oder aktualisiert den Inhaltstyp des Entwicklerportals. Inhaltstypen beschreiben die Eigenschaften, Validierungsregeln und Einschränkungen von Inhaltselementen. Bezeichner benutzerdefinierter Inhaltstypen müssen mit dem c- Präfix beginnen. Integrierte Inhaltstypen können nicht geändert werden.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}
  • Vorgangs-IdContentType_CreateOrUpdate
CreateResourceIdentifier(String, String, String)

Generieren Sie den Ressourcenbezeichner eines ApiManagementServiceResource instance.

Delete(WaitUntil, CancellationToken)

Löscht einen vorhandenen API Management-Dienst.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • Vorgangs-IdApiManagementService_Delete
DeleteAsync(WaitUntil, CancellationToken)

Löscht einen vorhandenen API Management-Dienst.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • Vorgangs-IdApiManagementService_Delete
DeleteContentItem(String, String, ETag, CancellationToken)

Entfernt das Inhaltselement des angegebenen Entwicklerportals.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems/{contentItemId}
  • Vorgangs-IdContentItem_Delete
DeleteContentItemAsync(String, String, ETag, CancellationToken)

Entfernt das Inhaltselement des angegebenen Entwicklerportals.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems/{contentItemId}
  • Vorgangs-IdContentItem_Delete
DeleteContentType(String, ETag, CancellationToken)

Entfernt den inhaltstyp des angegebenen Entwicklerportals. Inhaltstypen beschreiben die Eigenschaften, Validierungsregeln und Einschränkungen von Inhaltselementen. Integrierte Inhaltstypen (mit Bezeichnern, die mit dem c- Präfix beginnen) können nicht entfernt werden.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}
  • Vorgangs-IdContentType_Delete
DeleteContentTypeAsync(String, ETag, CancellationToken)

Entfernt den inhaltstyp des angegebenen Entwicklerportals. Inhaltstypen beschreiben die Eigenschaften, Validierungsregeln und Einschränkungen von Inhaltselementen. Integrierte Inhaltstypen (mit Bezeichnern, die mit dem c- Präfix beginnen) können nicht entfernt werden.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}
  • Vorgangs-IdContentType_Delete
DeployTenantConfiguration(WaitUntil, ConfigurationName, ConfigurationDeployContent, CancellationToken)

Dieser Vorgang wendet Änderungen aus dem angegebenen Git-Branch auf die Konfigurationsdatenbank an. Dies ist ein lang andauernder Vorgang, der einige Minuten dauern kann.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{configurationName}/deploy
  • Vorgangs-IdTenantConfiguration_Deploy
DeployTenantConfigurationAsync(WaitUntil, ConfigurationName, ConfigurationDeployContent, CancellationToken)

Dieser Vorgang wendet Änderungen aus dem angegebenen Git-Branch auf die Konfigurationsdatenbank an. Dies ist ein lang andauernder Vorgang, der einige Minuten dauern kann.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{configurationName}/deploy
  • Vorgangs-IdTenantConfiguration_Deploy
Get(CancellationToken)

Ruft eine API Management Dienstressourcenbeschreibung ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • Vorgangs-IdApiManagementService_Get
GetApi(String, CancellationToken)

Ruft die Details der API ab, die durch ihren Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}
  • Vorgangs-IdApi_Get
GetApiAsync(String, CancellationToken)

Ruft die Details der API ab, die durch ihren Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}
  • Vorgangs-IdApi_Get
GetApiManagementAuthorizationServer(String, CancellationToken)

Ruft die Details des Autorisierungsservers ab, der durch seinen Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/authorizationServers/{authsid}
  • Vorgangs-IdAuthorizationServer_Get
GetApiManagementAuthorizationServerAsync(String, CancellationToken)

Ruft die Details des Autorisierungsservers ab, der durch seinen Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/authorizationServers/{authsid}
  • Vorgangs-IdAuthorizationServer_Get
GetApiManagementAuthorizationServers()

Ruft eine Auflistung von ApiManagementAuthorizationServerResources im ApiManagementService ab.

GetApiManagementBackend(String, CancellationToken)

Ruft die Details des Back-Ends ab, das durch seinen Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/backends/{backendId}
  • Vorgangs-IdBackend_Get
GetApiManagementBackendAsync(String, CancellationToken)

Ruft die Details des Back-Ends ab, das durch seinen Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/backends/{backendId}
  • Vorgangs-IdBackend_Get
GetApiManagementBackends()

Ruft eine Auflistung von ApiManagementBackendResources im ApiManagementService ab.

GetApiManagementCache(String, CancellationToken)

Ruft die Details des Caches ab, der durch seinen Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/caches/{cacheId}
  • Vorgangs-IdCache_Get
GetApiManagementCacheAsync(String, CancellationToken)

Ruft die Details des Caches ab, der durch seinen Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/caches/{cacheId}
  • Vorgangs-IdCache_Get
GetApiManagementCaches()

Ruft eine Auflistung von ApiManagementCacheResources im ApiManagementService ab.

GetApiManagementCertificate(String, CancellationToken)

Ruft die Details des Zertifikats ab, das durch den Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/certificates/{certificateId}
  • Vorgangs-IdCertificate_Get
GetApiManagementCertificateAsync(String, CancellationToken)

Ruft die Details des Zertifikats ab, das durch den Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/certificates/{certificateId}
  • Vorgangs-IdCertificate_Get
GetApiManagementCertificates()

Ruft eine Auflistung von ApiManagementCertificateResources im ApiManagementService ab.

GetApiManagementDiagnostic(String, CancellationToken)

Ruft die Details der Diagnose ab, die durch den Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/Diagnose/{diagnosticId}
  • Vorgangs-IdDiagnostic_Get
GetApiManagementDiagnosticAsync(String, CancellationToken)

Ruft die Details der Diagnose ab, die durch den Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/Diagnose/{diagnosticId}
  • Vorgangs-IdDiagnostic_Get
GetApiManagementDiagnostics()

Ruft eine Auflistung von ApiManagementDiagnosticResources im ApiManagementService ab.

GetApiManagementEmailTemplate(TemplateName, CancellationToken)

Ruft die Details der E-Mail-Vorlage ab, die durch ihren Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/templates/{templateName}
  • Vorgangs-IdEmailTemplate_Get
GetApiManagementEmailTemplateAsync(TemplateName, CancellationToken)

Ruft die Details der E-Mail-Vorlage ab, die durch ihren Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/templates/{templateName}
  • Vorgangs-IdEmailTemplate_Get
GetApiManagementEmailTemplates()

Ruft eine Auflistung von ApiManagementEmailTemplateResources im ApiManagementService ab.

GetApiManagementGateway(String, CancellationToken)

Ruft die Details des Gateways ab, das durch seinen Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/gateways/{gatewayId}
  • Vorgangs-IdGateway_Get
GetApiManagementGatewayAsync(String, CancellationToken)

Ruft die Details des Gateways ab, das durch seinen Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/gateways/{gatewayId}
  • Vorgangs-IdGateway_Get
GetApiManagementGateways()

Ruft eine Auflistung von ApiManagementGatewayResources im ApiManagementService ab.

GetApiManagementGlobalSchema(String, CancellationToken)

Ruft die Details des Schemas ab, das durch den Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/schemas/{schemaId}
  • Vorgangs-IdGlobalSchema_Get
GetApiManagementGlobalSchemaAsync(String, CancellationToken)

Ruft die Details des Schemas ab, das durch den Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/schemas/{schemaId}
  • Vorgangs-IdGlobalSchema_Get
GetApiManagementGlobalSchemas()

Ruft eine Auflistung von ApiManagementGlobalSchemaResources im ApiManagementService ab.

GetApiManagementGroup(String, CancellationToken)

Ruft die Details der Gruppe ab, die durch den Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/groups/{groupId}
  • Vorgangs-IdGroup_Get
GetApiManagementGroupAsync(String, CancellationToken)

Ruft die Details der Gruppe ab, die durch den Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/groups/{groupId}
  • Vorgangs-IdGroup_Get
GetApiManagementGroups()

Ruft eine Auflistung von ApiManagementGroupResources im ApiManagementService ab.

GetApiManagementIdentityProvider(IdentityProviderType, CancellationToken)

Ruft die Konfigurationsdetails des Identitätsanbieters ab, der in der angegebenen Dienst-instance konfiguriert ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/identityProviders/{identityProviderName}
  • Vorgangs-IdIdentityProvider_Get
GetApiManagementIdentityProviderAsync(IdentityProviderType, CancellationToken)

Ruft die Konfigurationsdetails des Identitätsanbieters ab, der in der angegebenen Dienst-instance konfiguriert ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/identityProviders/{identityProviderName}
  • Vorgangs-IdIdentityProvider_Get
GetApiManagementIdentityProviders()

Ruft eine Auflistung von ApiManagementIdentityProviderResources im ApiManagementService ab.

GetApiManagementIssue(String, CancellationToken)

Ruft API Management Problemdetails ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/issues/{issueId}
  • Vorgangs-IdIssue_Get
GetApiManagementIssueAsync(String, CancellationToken)

Ruft API Management Problemdetails ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/issues/{issueId}
  • Vorgangs-IdIssue_Get
GetApiManagementIssues()

Ruft eine Auflistung von ApiManagementIssueResources im ApiManagementService ab.

GetApiManagementLogger(String, CancellationToken)

Ruft die Details der Protokollierung ab, die durch den Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/loggers/{loggerId}
  • Vorgangs-IdLogger_Get
GetApiManagementLoggerAsync(String, CancellationToken)

Ruft die Details der Protokollierung ab, die durch den Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/loggers/{loggerId}
  • Vorgangs-IdLogger_Get
GetApiManagementLoggers()

Ruft eine Auflistung von ApiManagementLoggerResources im ApiManagementService ab.

GetApiManagementNamedValue(String, CancellationToken)

Ruft die Details des benannten Werts ab, der durch den Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/namedValues/{namedValueId}
  • Vorgangs-IdNamedValue_Get
GetApiManagementNamedValueAsync(String, CancellationToken)

Ruft die Details des benannten Werts ab, der durch den Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/namedValues/{namedValueId}
  • Vorgangs-IdNamedValue_Get
GetApiManagementNamedValues()

Ruft eine Auflistung von ApiManagementNamedValueResources im ApiManagementService ab.

GetApiManagementNotification(NotificationName, CancellationToken)

Ruft die Details der durch den Bezeichner angegebenen Benachrichtigung ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}
  • Vorgangs-IdNotification_Get
GetApiManagementNotificationAsync(NotificationName, CancellationToken)

Ruft die Details der durch den Bezeichner angegebenen Benachrichtigung ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}
  • Vorgangs-IdNotification_Get
GetApiManagementNotifications()

Ruft eine Auflistung von ApiManagementNotificationResources im ApiManagementService ab.

GetApiManagementOpenIdConnectProvider(String, CancellationToken)

Ruft einen bestimmten OpenID Connect-Anbieter ohne Geheimnisse ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/openidConnectProviders/{opid}
  • Vorgangs-IdOpenIdConnectProvider_Get
GetApiManagementOpenIdConnectProviderAsync(String, CancellationToken)

Ruft einen bestimmten OpenID Connect-Anbieter ohne Geheimnisse ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/openidConnectProviders/{opid}
  • Vorgangs-IdOpenIdConnectProvider_Get
GetApiManagementOpenIdConnectProviders()

Ruft eine Auflistung von ApiManagementOpenIdConnectProviderResources im ApiManagementService ab.

GetApiManagementPolicies()

Ruft eine Auflistung von ApiManagementPolicyResources im ApiManagementService ab.

GetApiManagementPolicy(PolicyName, Nullable<PolicyExportFormat>, CancellationToken)

Ruft die globale Richtlinienkonfiguration des API Management-Diensts ab

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policies/{policyId}
  • Vorgangs-IdPolicy_Get
GetApiManagementPolicyAsync(PolicyName, Nullable<PolicyExportFormat>, CancellationToken)

Ruft die globale Richtlinienkonfiguration des API Management-Diensts ab

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policies/{policyId}
  • Vorgangs-IdPolicy_Get
GetApiManagementPortalDelegationSetting()

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

GetApiManagementPortalRevision(String, CancellationToken)

Ruft die revision des Entwicklerportals ab, die durch den Bezeichner angegeben wird.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/portalRevisions/{portalRevisionId}
  • Vorgangs-IdPortalRevision_Get
GetApiManagementPortalRevisionAsync(String, CancellationToken)

Ruft die revision des Entwicklerportals ab, die durch den Bezeichner angegeben wird.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/portalRevisions/{portalRevisionId}
  • Vorgangs-IdPortalRevision_Get
GetApiManagementPortalRevisions()

Ruft eine Auflistung von ApiManagementPortalRevisionResources im ApiManagementService ab.

GetApiManagementPortalSignInSetting()

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

GetApiManagementPortalSignUpSetting()

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

GetApiManagementPrivateEndpointConnection(String, CancellationToken)

Ruft die Details der verbindung mit privatem Endpunkt ab, die durch den Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnection_GetByName
GetApiManagementPrivateEndpointConnectionAsync(String, CancellationToken)

Ruft die Details der verbindung mit privatem Endpunkt ab, die durch den Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnection_GetByName
GetApiManagementPrivateEndpointConnections()

Ruft eine Auflistung von ApiManagementPrivateEndpointConnectionResources im ApiManagementService ab.

GetApiManagementPrivateLinkResource(String, CancellationToken)

Ruft die Private Link-Ressourcen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/privateLinkResources/{privateLinkSubResourceName}
  • Vorgangs-IdPrivateEndpointConnection_GetPrivateLinkResource
GetApiManagementPrivateLinkResourceAsync(String, CancellationToken)

Ruft die Private Link-Ressourcen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/privateLinkResources/{privateLinkSubResourceName}
  • Vorgangs-IdPrivateEndpointConnection_GetPrivateLinkResource
GetApiManagementPrivateLinkResources()

Ruft eine Auflistung von ApiManagementPrivateLinkResources im ApiManagementService ab.

GetApiManagementProduct(String, CancellationToken)

Ruft die Details des durch den Bezeichner angegebenen Produkts ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}
  • Vorgangs-IdProduct_Get
GetApiManagementProductAsync(String, CancellationToken)

Ruft die Details des durch den Bezeichner angegebenen Produkts ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}
  • Vorgangs-IdProduct_Get
GetApiManagementProducts()

Ruft eine Auflistung von ApiManagementProductResources im ApiManagementService ab.

GetApiManagementSubscription(String, CancellationToken)

Ruft die angegebene Abonnemententität ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/subscriptions/{sid}
  • Vorgangs-IdSubscription_Get
GetApiManagementSubscriptionAsync(String, CancellationToken)

Ruft die angegebene Abonnemententität ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/subscriptions/{sid}
  • Vorgangs-IdSubscription_Get
GetApiManagementSubscriptions()

Ruft eine Auflistung von ApiManagementSubscriptionResources im ApiManagementService ab.

GetApiManagementTag(String, CancellationToken)

Ruft die Details des Tags ab, das durch den Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tags/{tagId}
  • Vorgangs-IdTag_Get
GetApiManagementTagAsync(String, CancellationToken)

Ruft die Details des Tags ab, das durch den Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tags/{tagId}
  • Vorgangs-IdTag_Get
GetApiManagementTags()

Ruft eine Auflistung von ApiManagementTagResources im ApiManagementService ab.

GetApiManagementTenantSetting(SettingsType, CancellationToken)

Abrufen von Mandanteneinstellungen.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/settings/{settingsType}
  • Vorgangs-IdTenantSettings_Get
GetApiManagementTenantSettingAsync(SettingsType, CancellationToken)

Abrufen von Mandanteneinstellungen.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/settings/{settingsType}
  • Vorgangs-IdTenantSettings_Get
GetApiManagementTenantSettings()

Ruft eine Auflistung von ApiManagementTenantSettingResources im ApiManagementService ab.

GetApiManagementUser(String, CancellationToken)

Ruft die Details des Benutzers ab, der durch seinen Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/users/{userId}
  • Vorgangs-IdUser_Get
GetApiManagementUserAsync(String, CancellationToken)

Ruft die Details des Benutzers ab, der durch seinen Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/users/{userId}
  • Vorgangs-IdUser_Get
GetApiManagementUsers()

Ruft eine Auflistung von ApiManagementUserResources im ApiManagementService ab.

GetApis()

Ruft eine Auflistung von ApiResources im ApiManagementService ab.

GetApisByTags(String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, CancellationToken)

Listet eine Auflistung von APIs auf, denen Tags zugeordnet sind

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apisByTags
  • Vorgangs-IdApi_ListByTags
GetApisByTagsAsync(String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, CancellationToken)

Listet eine Auflistung von APIs auf, denen Tags zugeordnet sind

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apisByTags
  • Vorgangs-IdApi_ListByTags
GetApiVersionSet(String, CancellationToken)

Ruft die Details des API-Versionssatzes ab, der durch den Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apiVersionSets/{versionSetId}
  • Vorgangs-IdApiVersionSet_Get
GetApiVersionSetAsync(String, CancellationToken)

Ruft die Details des API-Versionssatzes ab, der durch den Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apiVersionSets/{versionSetId}
  • Vorgangs-IdApiVersionSet_Get
GetApiVersionSets()

Ruft eine Auflistung von ApiVersionSetResources im ApiManagementService ab.

GetAsync(CancellationToken)

Ruft eine API Management Dienstressourcenbeschreibung ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • Vorgangs-IdApiManagementService_Get
GetAvailableApiManagementServiceSkus(CancellationToken)

Ruft alle verfügbaren SKU für einen bestimmten API Management-Dienst ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/skus
  • Vorgangs-IdApiManagementServiceSkus_ListAvailableServiceSkus
GetAvailableApiManagementServiceSkusAsync(CancellationToken)

Ruft alle verfügbaren SKU für einen bestimmten API Management-Dienst ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/skus
  • Vorgangs-IdApiManagementServiceSkus_ListAvailableServiceSkus
GetAvailableLocations(CancellationToken)

Listet alle verfügbaren geografischen Standorte auf.

(Geerbt von ArmResource)
GetAvailableLocationsAsync(CancellationToken)

Listet alle verfügbaren geografischen Standorte auf.

(Geerbt von ArmResource)
GetContentItem(String, String, CancellationToken)

Gibt das durch den Bezeichner angegebene Inhaltselement des Entwicklerportals zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems/{contentItemId}
  • Vorgangs-IdContentItem_Get
GetContentItemAsync(String, String, CancellationToken)

Gibt das durch den Bezeichner angegebene Inhaltselement des Entwicklerportals zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems/{contentItemId}
  • Vorgangs-IdContentItem_Get
GetContentItemEntityTag(String, String, CancellationToken)

Gibt die ETag-Version (Entity State) des Inhaltselements des Entwicklerportals zurück, das durch seinen Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems/{contentItemId}
  • Vorgangs-IdContentItem_GetEntityTag
GetContentItemEntityTagAsync(String, String, CancellationToken)

Gibt die ETag-Version (Entity State) des Inhaltselements des Entwicklerportals zurück, das durch seinen Bezeichner angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems/{contentItemId}
  • Vorgangs-IdContentItem_GetEntityTag
GetContentItems(String, CancellationToken)

Listet die Inhaltselemente des Entwicklerportals auf, die durch den bereitgestellten Inhaltstyp angegeben werden.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems
  • Vorgangs-IdContentItem_ListByService
GetContentItemsAsync(String, CancellationToken)

Listet die Inhaltselemente des Entwicklerportals auf, die durch den bereitgestellten Inhaltstyp angegeben werden.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems
  • Vorgangs-IdContentItem_ListByService
GetContentType(String, CancellationToken)

Ruft die Details des Inhaltstyps des Entwicklerportals ab. Inhaltstypen beschreiben die Eigenschaften, Validierungsregeln und Einschränkungen von Inhaltselementen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}
  • Vorgangs-IdContentType_Get
GetContentTypeAsync(String, CancellationToken)

Ruft die Details des Inhaltstyps des Entwicklerportals ab. Inhaltstypen beschreiben die Eigenschaften, Validierungsregeln und Einschränkungen von Inhaltselementen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}
  • Vorgangs-IdContentType_Get
GetContentTypes(CancellationToken)

Listet die Inhaltstypen des Entwicklerportals auf. Inhaltstypen beschreiben die Eigenschaften, Validierungsregeln und Einschränkungen von Inhaltselementen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes
  • Vorgangs-IdContentType_ListByService
GetContentTypesAsync(CancellationToken)

Listet die Inhaltstypen des Entwicklerportals auf. Inhaltstypen beschreiben die Eigenschaften, Validierungsregeln und Einschränkungen von Inhaltselementen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes
  • Vorgangs-IdContentType_ListByService
GetManagementLock(String, CancellationToken)

Rufen Sie eine Verwaltungssperre nach Bereich ab.

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

Rufen Sie eine Verwaltungssperre nach Bereich ab.

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

Ruft eine Auflistung von ManagementLockResources in ArmResource ab.

(Geerbt von ArmResource)
GetNetworkStatusByLocation(AzureLocation, CancellationToken)

Ruft den Konnektivitätsstatus für die externen Ressourcen ab, von denen der Api Management-Dienst innerhalb des Clouddiensts abhängt. Dadurch werden auch die DNS-Server als für den CloudService sichtbar zurückgegeben.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/locations/{locationName}/networkstatus
  • Vorgangs-IdNetworkStatus_ListByLocation
GetNetworkStatusByLocationAsync(AzureLocation, CancellationToken)

Ruft den Konnektivitätsstatus für die externen Ressourcen ab, von denen der Api Management-Dienst innerhalb des Clouddiensts abhängt. Dadurch werden auch die DNS-Server als für den CloudService sichtbar zurückgegeben.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/locations/{locationName}/networkstatus
  • Vorgangs-IdNetworkStatus_ListByLocation
GetNetworkStatuses(CancellationToken)

Ruft den Konnektivitätsstatus für die externen Ressourcen ab, von denen der Api Management-Dienst innerhalb des Clouddiensts abhängt. Dadurch werden auch die DNS-Server als für den CloudService sichtbar zurückgegeben.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/networkstatus
  • Vorgangs-IdNetworkStatus_ListByService
GetNetworkStatusesAsync(CancellationToken)

Ruft den Konnektivitätsstatus für die externen Ressourcen ab, von denen der Api Management-Dienst innerhalb des Clouddiensts abhängt. Dadurch werden auch die DNS-Server als für den CloudService sichtbar zurückgegeben.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/networkstatus
  • Vorgangs-IdNetworkStatus_ListByService
GetOutboundNetworkDependenciesEndpoints(CancellationToken)

Ruft die Netzwerkendpunkte aller ausgehenden Abhängigkeiten eines ApiManagement-Diensts ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/outboundNetworkDependenciesEndpoints
  • Vorgangs-IdOutboundNetworkDependenciesEndpoints_ListByService
GetOutboundNetworkDependenciesEndpointsAsync(CancellationToken)

Ruft die Netzwerkendpunkte aller ausgehenden Abhängigkeiten eines ApiManagement-Diensts ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/outboundNetworkDependenciesEndpoints
  • Vorgangs-IdOutboundNetworkDependenciesEndpoints_ListByService
GetPolicyAssignment(String, CancellationToken)

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

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

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

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

Ruft eine Auflistung von PolicyAssignmentResources in ArmResource ab.

(Geerbt von ArmResource)
GetPolicyDescriptions(Nullable<PolicyScopeContract>, CancellationToken)

Listet alle Richtlinienbeschreibungen auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policyDescriptions
  • Vorgangs-IdPolicyDescription_ListByService
GetPolicyDescriptionsAsync(Nullable<PolicyScopeContract>, CancellationToken)

Listet alle Richtlinienbeschreibungen auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policyDescriptions
  • Vorgangs-IdPolicyDescription_ListByService
GetPortalSettings(CancellationToken)

Listet eine Auflistung von portalsettings auf, die in einem Dienst instance. definiert sind.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/portalsettings
  • Vorgangs-IdPortalSettings_ListByService
GetPortalSettingsAsync(CancellationToken)

Listet eine Auflistung von portalsettings auf, die in einem Dienst instance. definiert sind.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/portalsettings
  • Vorgangs-IdPortalSettings_ListByService
GetProductsByTags(String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, CancellationToken)

Listet eine Auflistung von Produkten auf, denen Tags zugeordnet sind

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/productsByTags
  • Vorgangs-IdProduct_ListByTags
GetProductsByTagsAsync(String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, CancellationToken)

Listet eine Auflistung von Produkten auf, denen Tags zugeordnet sind

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/productsByTags
  • Vorgangs-IdProduct_ListByTags
GetQuotaByCounterKeys(String, CancellationToken)

Listet eine Auflistung der aktuellen Kontingentzählerzeiträume auf, die dem in der Richtlinie für den angegebenen Dienst instance konfigurierten Zählerschlüssel zugeordnet sind. Die API unterstützt das Paging noch nicht.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/quotas/{quotaCounterKey}
  • Vorgangs-IdQuotaByCounterKeys_ListByService
GetQuotaByCounterKeysAsync(String, CancellationToken)

Listet eine Auflistung der aktuellen Kontingentzählerzeiträume auf, die dem in der Richtlinie für den angegebenen Dienst instance konfigurierten Zählerschlüssel zugeordnet sind. Die API unterstützt das Paging noch nicht.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/quotas/{quotaCounterKey}
  • Vorgangs-IdQuotaByCounterKeys_ListByService
GetQuotaByPeriodKey(String, String, CancellationToken)

Ruft den Wert des Kontingentzählers ab, der dem Zählerschlüssel in der Richtlinie für den bestimmten Zeitraum im Dienst instance zugeordnet ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/quotas/{quotaCounterKey}/period/{quotaPeriodKey}
  • Vorgangs-IdQuotaByPeriodKeys_Get
GetQuotaByPeriodKeyAsync(String, String, CancellationToken)

Ruft den Wert des Kontingentzählers ab, der dem Zählerschlüssel in der Richtlinie für den bestimmten Zeitraum im Dienst instance zugeordnet ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/quotas/{quotaCounterKey}/period/{quotaPeriodKey}
  • Vorgangs-IdQuotaByPeriodKeys_Get
GetRegions(CancellationToken)

Listet alle Azure-Regionen auf, in denen der Dienst verfügbar ist

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/regions
  • Vorgangs-IdRegion_ListByService
GetRegionsAsync(CancellationToken)

Listet alle Azure-Regionen auf, in denen der Dienst verfügbar ist

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/regions
  • Vorgangs-IdRegion_ListByService
GetReportsByApi(String, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

Listet Berichtsdatensätze nach API auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byApi
  • Vorgangs-IdReports_ListByApi
GetReportsByApiAsync(String, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

Listet Berichtsdatensätze nach API auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byApi
  • Vorgangs-IdReports_ListByApi
GetReportsByGeo(String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Listet Berichtsdatensätze nach Geografie auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byGeo
  • Vorgangs-IdReports_ListByGeo
GetReportsByGeoAsync(String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Listet Berichtsdatensätze nach Geografie auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byGeo
  • Vorgangs-IdReports_ListByGeo
GetReportsByOperation(String, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

Listet Berichtsdatensätze nach API-Vorgängen auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byOperation
  • Vorgangs-IdReports_ListByOperation
GetReportsByOperationAsync(String, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

Listet Berichtsdatensätze nach API-Vorgängen auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byOperation
  • Vorgangs-IdReports_ListByOperation
GetReportsByProduct(String, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

Listet Berichtsdatensätze nach Produkt auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byProduct
  • Vorgangs-IdReports_ListByProduct
GetReportsByProductAsync(String, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

Listet Berichtsdatensätze nach Produkt auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byProduct
  • Vorgangs-IdReports_ListByProduct
GetReportsByRequest(String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Listet Berichtsdatensätze nach Anforderung auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byRequest
  • Vorgangs-IdReports_ListByRequest
GetReportsByRequestAsync(String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Listet Berichtsdatensätze nach Anforderung auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byRequest
  • Vorgangs-IdReports_ListByRequest
GetReportsBySubscription(String, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

Listet Berichtsdatensätze nach Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/bySubscription
  • Vorgangs-IdReports_ListBySubscription
GetReportsBySubscriptionAsync(String, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

Listet Berichtsdatensätze nach Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/bySubscription
  • Vorgangs-IdReports_ListBySubscription
GetReportsByTime(String, TimeSpan, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

Listet Berichtsdatensätze nach Zeit auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byTime
  • Vorgangs-IdReports_ListByTime
GetReportsByTimeAsync(String, TimeSpan, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

Listet Berichtsdatensätze nach Zeit auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byTime
  • Vorgangs-IdReports_ListByTime
GetReportsByUser(String, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

Listet Berichtsdatensätze nach Benutzer auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byUser
  • Vorgangs-IdReports_ListByUser
GetReportsByUserAsync(String, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

Listet Berichtsdatensätze nach Benutzer auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byUser
  • Vorgangs-IdReports_ListByUser
GetSsoToken(CancellationToken)

Ruft das SSO-Token für den API Management-Dienst ab, das 5 Minuten lang gültig ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/getssotoken
  • Vorgangs-IdApiManagementService_GetSsoToken
GetSsoTokenAsync(CancellationToken)

Ruft das SSO-Token für den API Management-Dienst ab, das 5 Minuten lang gültig ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/getssotoken
  • Vorgangs-IdApiManagementService_GetSsoToken
GetTagResource()

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

(Geerbt von ArmResource)
GetTagResources(String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Listet eine Auflistung von Ressourcen auf, denen Tags zugeordnet sind

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tagResources
  • Vorgangs-IdTagResource_ListByService
GetTagResourcesAsync(String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Listet eine Auflistung von Ressourcen auf, denen Tags zugeordnet sind

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tagResources
  • Vorgangs-IdTagResource_ListByService
GetTenantAccessInfo(AccessName, CancellationToken)

Abrufen von Mandantenzugriffsinformationen ohne Geheimnisse.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{accessName}
  • Vorgangs-IdTenantAccess_Get
GetTenantAccessInfoAsync(AccessName, CancellationToken)

Abrufen von Mandantenzugriffsinformationen ohne Geheimnisse.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{accessName}
  • Vorgangs-IdTenantAccess_Get
GetTenantAccessInfos()

Ruft eine Auflistung von TenantAccessInfoResources im ApiManagementService ab.

GetTenantConfigurationSyncState(ConfigurationName, CancellationToken)

Ruft den status der letzten Synchronisierung zwischen der Konfigurationsdatenbank und dem Git-Repository ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{configurationName}/syncState
  • Vorgangs-IdTenantConfiguration_GetSyncState
GetTenantConfigurationSyncStateAsync(ConfigurationName, CancellationToken)

Ruft den status der letzten Synchronisierung zwischen der Konfigurationsdatenbank und dem Git-Repository ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{configurationName}/syncState
  • Vorgangs-IdTenantConfiguration_GetSyncState
PerformConnectivityCheckAsync(WaitUntil, ConnectivityCheckContent, CancellationToken)

Führt eine Konnektivitätsprüfung zwischen dem API Management-Dienst und einem bestimmten Ziel aus und gibt Metriken für die Verbindung sowie Fehler zurück, die beim Herstellen der Verbindung aufgetreten sind.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/connectivityCheck
  • Vorgang IdPerformConnectivityCheckAsync
PerformConnectivityCheckAsyncAsync(WaitUntil, ConnectivityCheckContent, CancellationToken)

Führt eine Konnektivitätsprüfung zwischen dem API Management-Dienst und einem bestimmten Ziel aus und gibt Metriken für die Verbindung sowie Fehler zurück, die beim Herstellen der Verbindung aufgetreten sind.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/connectivityCheck
  • Vorgang IdPerformConnectivityCheckAsync
RemoveTag(String, CancellationToken)

Entfernt ein Tag nach Schlüssel aus der Ressource.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • Vorgangs-IdApiManagementService_Get
RemoveTagAsync(String, CancellationToken)

Entfernt ein Tag nach Schlüssel aus der Ressource.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • Vorgangs-IdApiManagementService_Get
Restore(WaitUntil, ApiManagementServiceBackupRestoreContent, CancellationToken)

Stellt eine Sicherung eines API Management Diensts wieder her, der mit dem vorgang ApiManagementService_Backup für den aktuellen Dienst erstellt wurde. Dies ist ein lang andauernder Vorgang, der einige Minuten dauern kann.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/restore
  • Vorgangs-IdApiManagementService_Restore
RestoreAsync(WaitUntil, ApiManagementServiceBackupRestoreContent, CancellationToken)

Stellt eine Sicherung eines API Management Diensts wieder her, der mit dem vorgang ApiManagementService_Backup für den aktuellen Dienst erstellt wurde. Dies ist ein lang andauernder Vorgang, der einige Minuten dauern kann.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/restore
  • Vorgangs-IdApiManagementService_Restore
SaveTenantConfiguration(WaitUntil, ConfigurationName, ConfigurationSaveContent, CancellationToken)

Dieser Vorgang erstellt einen Commit mit der aktuellen Konfiguration Momentaufnahme an den angegebenen Branch im Repository. Dies ist ein lang andauernder Vorgang, der einige Minuten dauern kann.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{configurationName}/save
  • Vorgangs-IdTenantConfiguration_Save
SaveTenantConfigurationAsync(WaitUntil, ConfigurationName, ConfigurationSaveContent, CancellationToken)

Dieser Vorgang erstellt einen Commit mit der aktuellen Konfiguration Momentaufnahme an den angegebenen Branch im Repository. Dies ist ein lang andauernder Vorgang, der einige Minuten dauern kann.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{configurationName}/save
  • Vorgangs-IdTenantConfiguration_Save
SetTags(IDictionary<String,String>, CancellationToken)

Ersetzen Sie die Tags für die Ressource durch den angegebenen Satz.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • Vorgangs-IdApiManagementService_Get
SetTagsAsync(IDictionary<String,String>, CancellationToken)

Ersetzen Sie die Tags für die Ressource durch den angegebenen Satz.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • Vorgangs-IdApiManagementService_Get
TryGetApiVersion(ResourceType, String)

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

(Geerbt von ArmResource)
Update(WaitUntil, ApiManagementServicePatch, CancellationToken)

Updates einen vorhandenen API Management-Dienst.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • Vorgangs-IdApiManagementService_Update
UpdateAsync(WaitUntil, ApiManagementServicePatch, CancellationToken)

Updates einen vorhandenen API Management-Dienst.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • Vorgangs-IdApiManagementService_Update
UpdateQuotaByCounterKeys(String, QuotaCounterValueUpdateContent, CancellationToken)

Updates alle mit dem vorhandenen Kontingentzählerschlüssel angegebenen Kontingentzählerwerte zu einem Wert im angegebenen Dienst instance. Dies sollte zum Zurücksetzen der Kontingentzählerwerte verwendet werden.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/quotas/{quotaCounterKey}
  • Vorgangs-IdQuotaByCounterKeys_Update
UpdateQuotaByCounterKeysAsync(String, QuotaCounterValueUpdateContent, CancellationToken)

Updates alle mit dem vorhandenen Kontingentzählerschlüssel angegebenen Kontingentzählerwerte zu einem Wert im angegebenen Dienst instance. Dies sollte zum Zurücksetzen der Kontingentzählerwerte verwendet werden.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/quotas/{quotaCounterKey}
  • Vorgangs-IdQuotaByCounterKeys_Update
UpdateQuotaByPeriodKey(String, String, QuotaCounterValueUpdateContent, CancellationToken)

Updates einen vorhandenen Kontingentzählerwert in der angegebenen Dienst-instance.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/quotas/{quotaCounterKey}/period/{quotaPeriodKey}
  • Vorgangs-IdQuotaByPeriodKeys_Update
UpdateQuotaByPeriodKeyAsync(String, String, QuotaCounterValueUpdateContent, CancellationToken)

Updates einen vorhandenen Kontingentzählerwert in der angegebenen Dienst-instance.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/quotas/{quotaCounterKey}/period/{quotaPeriodKey}
  • Vorgangs-IdQuotaByPeriodKeys_Update
ValidateTenantConfiguration(WaitUntil, ConfigurationName, ConfigurationDeployContent, CancellationToken)

Dieser Vorgang überprüft die Änderungen im angegebenen Git-Branch. Dies ist ein lang andauernder Vorgang, der einige Minuten dauern kann.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{configurationName}/validate
  • Vorgangs-IdTenantConfiguration_Validate
ValidateTenantConfigurationAsync(WaitUntil, ConfigurationName, ConfigurationDeployContent, CancellationToken)

Dieser Vorgang überprüft die Änderungen im angegebenen Git-Branch. Dies ist ein lang andauernder Vorgang, der einige Minuten dauern kann.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{configurationName}/validate
  • Vorgangs-IdTenantConfiguration_Validate

Erweiterungsmethoden

GetAuthorizationRoleDefinition(ArmResource, ResourceIdentifier, CancellationToken)

Abrufen der Rollendefinition nach Name (GUID).

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

Abrufen der Rollendefinition nach Name (GUID).

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

Ruft eine Auflistung von AuthorizationRoleDefinitionResources in armResource ab.

GetDenyAssignment(ArmResource, String, CancellationToken)

Rufen Sie die angegebene Ablehnungszuweisung ab.

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

Rufen Sie die angegebene Ablehnungszuweisung ab.

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

Ruft eine Auflistung von DenyAssignmentResources in ArmResource ab.

GetRoleAssignment(ArmResource, String, String, CancellationToken)

Rufen Sie eine Rollenzuweisung nach Bereich und Name ab.

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

Rufen Sie eine Rollenzuweisung nach Bereich und Name ab.

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

Ruft eine Auflistung von RoleAssignmentResources in ArmResource ab.

GetRoleAssignmentSchedule(ArmResource, String, CancellationToken)

Abrufen des angegebenen Rollenzuweisungszeitplans für einen Ressourcenbereich

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleAssignmentSchedules/{roleAssignmentScheduleName}
  • Vorgangs-IdRoleAssignmentSchedules_Get
GetRoleAssignmentScheduleAsync(ArmResource, String, CancellationToken)

Abrufen des angegebenen Rollenzuweisungszeitplans für einen Ressourcenbereich

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleAssignmentSchedules/{roleAssignmentScheduleName}
  • Vorgangs-IdRoleAssignmentSchedules_Get
GetRoleAssignmentScheduleInstance(ArmResource, String, CancellationToken)

Ruft den angegebenen Rollenzuweisungszeitplan instance ab.

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

Ruft den angegebenen Rollenzuweisungszeitplan instance ab.

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

Ruft eine Auflistung von RoleAssignmentScheduleInstanceResources in armResource ab.

GetRoleAssignmentScheduleRequest(ArmResource, String, CancellationToken)

Rufen Sie die angegebene Anforderung für den Zeitplan für die Rollenzuweisung ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • Vorgangs-IdRoleAssignmentScheduleRequests_Get
GetRoleAssignmentScheduleRequestAsync(ArmResource, String, CancellationToken)

Rufen Sie die angegebene Anforderung für den Zeitplan für die Rollenzuweisung ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • Vorgangs-IdRoleAssignmentScheduleRequests_Get
GetRoleAssignmentScheduleRequests(ArmResource)

Ruft eine Auflistung von RoleAssignmentScheduleRequestResources in armResource ab.

GetRoleAssignmentSchedules(ArmResource)

Ruft eine Auflistung von RoleAssignmentScheduleResources in armResource ab.

GetRoleEligibilitySchedule(ArmResource, String, CancellationToken)

Abrufen des angegebenen Rollenberechtigungszeitplans für einen Ressourcenbereich

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

Abrufen des angegebenen Rollenberechtigungszeitplans für einen Ressourcenbereich

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

Ruft den angegebenen Rollenberechtigungszeitplan instance ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleInstances/{roleEligibilityScheduleInstanceName}
  • Vorgangs-IdRoleEligibilityScheduleInstances_Get
GetRoleEligibilityScheduleInstanceAsync(ArmResource, String, CancellationToken)

Ruft den angegebenen Rollenberechtigungszeitplan instance ab.

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleInstances/{roleEligibilityScheduleInstanceName}
  • Vorgangs-IdRoleEligibilityScheduleInstances_Get
GetRoleEligibilityScheduleInstances(ArmResource)

Ruft eine Auflistung von RoleEligibilityScheduleInstanceResources in ArmResource ab.

GetRoleEligibilityScheduleRequest(ArmResource, String, CancellationToken)

Rufen Sie die angegebene Anforderung für den Rollenberechtigungszeitplan ab.

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

Rufen Sie die angegebene Anforderung für den Rollenberechtigungszeitplan ab.

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

Ruft eine Auflistung von RoleEligibilityScheduleRequestResources in armResource ab.

GetRoleEligibilitySchedules(ArmResource)

Ruft eine Auflistung von RoleEligibilityScheduleResources in armResource ab.

GetRoleManagementPolicies(ArmResource)

Ruft eine Auflistung von RoleManagementPolicyResources in ArmResource ab.

GetRoleManagementPolicy(ArmResource, String, CancellationToken)

Abrufen der angegebenen Rollenverwaltungsrichtlinie für einen Ressourcenbereich

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

Abrufen der angegebenen Rollenverwaltungsrichtlinienzuweisung für einen Ressourcenbereich

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

Abrufen der angegebenen Rollenverwaltungsrichtlinienzuweisung für einen Ressourcenbereich

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

Ruft eine Auflistung von RoleManagementPolicyAssignmentResources in armResource ab.

GetRoleManagementPolicyAsync(ArmResource, String, CancellationToken)

Abrufen der angegebenen Rollenverwaltungsrichtlinie für einen Ressourcenbereich

  • Anforderungspfad/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}
  • Vorgangs-IdRoleManagementPolicies_Get
GetSystemAssignedIdentity(ArmResource)

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

GetLinkerResource(ArmResource, String, CancellationToken)

Gibt eine Linkerressource für einen angegebenen Namen zurück.

  • Anforderungspfad/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • Vorgangs-IdLinker_Get
GetLinkerResourceAsync(ArmResource, String, CancellationToken)

Gibt eine Linkerressource für einen angegebenen Namen zurück.

  • Anforderungspfad/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • Vorgangs-IdLinker_Get
GetLinkerResources(ArmResource)

Ruft eine Auflistung von LinkerResources in armResource ab.

Gilt für: