次の方法で共有


ApiManagementServiceResource クラス

定義

ApiManagementService と、それに対して実行できるインスタンス操作を表す クラス。 がある場合はResourceIdentifier、GetApiManagementServiceResource メソッドを使用して のArmClientインスタンスから を構築ApiManagementServiceResourceできます。 それ以外の場合は、GetApiManagementService メソッドを使用して親リソース ResourceGroupResource から取得できます。

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

コンストラクター

ApiManagementServiceResource()

モック作成のために クラスの ApiManagementServiceResource 新しいインスタンスを初期化します。

フィールド

ResourceType

操作のリソースの種類を取得します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmResource)
Data

この機能を表すデータを取得します。

Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmResource)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmResource)
HasData

現在のインスタンスにデータがあるかどうかを取得します。

Id

リソース識別子を取得します。

(継承元 ArmResource)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmResource)

メソッド

AddTag(String, String, CancellationToken)

現在のリソースにタグを追加します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • 操作IdApiManagementService_Get
AddTagAsync(String, String, CancellationToken)

現在のリソースにタグを追加します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • 操作IdApiManagementService_Get
ApplyNetworkConfigurationUpdates(WaitUntil, ApiManagementServiceApplyNetworkConfigurationContent, CancellationToken)

仮想ネットワークで実行されている Microsoft.ApiManagement リソースを更新して、更新された DNS の変更を選択します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/applynetworkconfigurationupdates
  • 操作IdApiManagementService_ApplyNetworkConfigurationUpdates
ApplyNetworkConfigurationUpdatesAsync(WaitUntil, ApiManagementServiceApplyNetworkConfigurationContent, CancellationToken)

仮想ネットワークで実行されている Microsoft.ApiManagement リソースを更新して、更新された DNS の変更を選択します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/applynetworkconfigurationupdates
  • 操作IdApiManagementService_ApplyNetworkConfigurationUpdates
Backup(WaitUntil, ApiManagementServiceBackupRestoreContent, CancellationToken)

指定された Azure ストレージ アカウントへのAPI Management サービスのバックアップを作成します。 これは実行時間の長い操作であり、完了までに数分かかる場合があります。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/backup
  • 操作IdApiManagementService_Backup
BackupAsync(WaitUntil, ApiManagementServiceBackupRestoreContent, CancellationToken)

指定された Azure ストレージ アカウントへのAPI Management サービスのバックアップを作成します。 これは実行時間の長い操作であり、完了までに数分かかる場合があります。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/backup
  • 操作IdApiManagementService_Backup
CanUseTagResource(CancellationToken)

TagResource API が現在の環境にデプロイされているかどうかを確認します。

(継承元 ArmResource)
CanUseTagResourceAsync(CancellationToken)

TagResource API が現在の環境にデプロイされているかどうかを確認します。

(継承元 ArmResource)
CreateOrUpdateContentItem(String, String, Nullable<ETag>, CancellationToken)

指定されたコンテンツ タイプで指定された新しい開発者ポータルのコンテンツ アイテムを作成します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems/{contentItemId}
  • 操作IdContentItem_CreateOrUpdate
CreateOrUpdateContentItemAsync(String, String, Nullable<ETag>, CancellationToken)

指定されたコンテンツ タイプで指定された新しい開発者ポータルのコンテンツ アイテムを作成します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems/{contentItemId}
  • 操作IdContentItem_CreateOrUpdate
CreateOrUpdateContentType(String, Nullable<ETag>, CancellationToken)

開発者ポータルのコンテンツ タイプを作成または更新します。 コンテンツ タイプは、コンテンツ アイテムのプロパティ、検証ルール、制約を記述します。 カスタム コンテンツ タイプの識別子はプレフィックスで c- 始まる必要があります。 組み込みのコンテンツ タイプは変更できません。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}
  • 操作IdContentType_CreateOrUpdate
CreateOrUpdateContentTypeAsync(String, Nullable<ETag>, CancellationToken)

開発者ポータルのコンテンツ タイプを作成または更新します。 コンテンツ タイプは、コンテンツ アイテムのプロパティ、検証ルール、制約を記述します。 カスタム コンテンツ タイプの識別子はプレフィックスで c- 始まる必要があります。 組み込みのコンテンツ タイプは変更できません。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}
  • 操作IdContentType_CreateOrUpdate
CreateResourceIdentifier(String, String, String)

インスタンスのリソース識別子を ApiManagementServiceResource 生成します。

Delete(WaitUntil, CancellationToken)

既存の API Management サービスを削除します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • 操作IdApiManagementService_Delete
DeleteAsync(WaitUntil, CancellationToken)

既存の API Management サービスを削除します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • 操作IdApiManagementService_Delete
DeleteContentItem(String, String, ETag, CancellationToken)

指定した開発者ポータルのコンテンツ アイテムを削除します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems/{contentItemId}
  • 操作IdContentItem_Delete
DeleteContentItemAsync(String, String, ETag, CancellationToken)

指定した開発者ポータルのコンテンツ アイテムを削除します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems/{contentItemId}
  • 操作IdContentItem_Delete
DeleteContentType(String, ETag, CancellationToken)

指定した開発者ポータルのコンテンツ タイプを削除します。 コンテンツ タイプは、コンテンツ アイテムのプロパティ、検証ルール、制約を記述します。 組み込みのコンテンツ タイプ (プレフィックスで始まる識別子を c- 含む) は削除できません。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}
  • 操作IdContentType_Delete
DeleteContentTypeAsync(String, ETag, CancellationToken)

指定した開発者ポータルのコンテンツ タイプを削除します。 コンテンツ タイプは、コンテンツ アイテムのプロパティ、検証ルール、制約を記述します。 組み込みのコンテンツ タイプ (プレフィックスで始まる識別子を c- 含む) は削除できません。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}
  • 操作IdContentType_Delete
DeployTenantConfiguration(WaitUntil, ConfigurationName, ConfigurationDeployContent, CancellationToken)

この操作により、指定した Git ブランチからの変更が構成データベースに適用されます。 これは実行時間の長い操作であり、完了までに数分かかる場合があります。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{configurationName}/deploy
  • 操作IdTenantConfiguration_Deploy
DeployTenantConfigurationAsync(WaitUntil, ConfigurationName, ConfigurationDeployContent, CancellationToken)

この操作により、指定した Git ブランチからの変更が構成データベースに適用されます。 これは実行時間の長い操作であり、完了までに数分かかる場合があります。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{configurationName}/deploy
  • 操作IdTenantConfiguration_Deploy
Get(CancellationToken)

API Management サービス リソースの説明を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • 操作IdApiManagementService_Get
GetApi(String, CancellationToken)

識別子で指定された API の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}
  • 操作IdApi_Get
GetApiAsync(String, CancellationToken)

識別子で指定された API の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}
  • 操作IdApi_Get
GetApiManagementAuthorizationServer(String, CancellationToken)

識別子で指定された承認サーバーの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/authorizationServers/{authsid}
  • 操作IdAuthorizationServer_Get
GetApiManagementAuthorizationServerAsync(String, CancellationToken)

識別子で指定された承認サーバーの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/authorizationServers/{authsid}
  • 操作IdAuthorizationServer_Get
GetApiManagementAuthorizationServers()

ApiManagementService 内の ApiManagementAuthorizationServerResources のコレクションを取得します。

GetApiManagementBackend(String, CancellationToken)

識別子で指定されたバックエンドの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/backends/{backendId}
  • 操作IdBackend_Get
GetApiManagementBackendAsync(String, CancellationToken)

識別子で指定されたバックエンドの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/backends/{backendId}
  • 操作IdBackend_Get
GetApiManagementBackends()

ApiManagementService 内の ApiManagementBackendResources のコレクションを取得します。

GetApiManagementCache(String, CancellationToken)

識別子で指定されたキャッシュの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/caches/{cacheId}
  • 操作IdCache_Get
GetApiManagementCacheAsync(String, CancellationToken)

識別子で指定されたキャッシュの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/caches/{cacheId}
  • 操作IdCache_Get
GetApiManagementCaches()

ApiManagementService 内の ApiManagementCacheResources のコレクションを取得します。

GetApiManagementCertificate(String, CancellationToken)

識別子で指定された証明書の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/certificates/{certificateId}
  • 操作IdCertificate_Get
GetApiManagementCertificateAsync(String, CancellationToken)

識別子で指定された証明書の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/certificates/{certificateId}
  • 操作IdCertificate_Get
GetApiManagementCertificates()

ApiManagementService 内の ApiManagementCertificateResources のコレクションを取得します。

GetApiManagementDiagnostic(String, CancellationToken)

識別子で指定された診断の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/診断/{diagnosticId}
  • 操作IdDiagnostic_Get
GetApiManagementDiagnosticAsync(String, CancellationToken)

識別子で指定された診断の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/診断/{diagnosticId}
  • 操作IdDiagnostic_Get
GetApiManagementDiagnostics()

ApiManagementService 内の ApiManagementDiagnosticResources のコレクションを取得します。

GetApiManagementEmailTemplate(TemplateName, CancellationToken)

識別子で指定された電子メール テンプレートの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/templates/{templateName}
  • 操作IdEmailTemplate_Get
GetApiManagementEmailTemplateAsync(TemplateName, CancellationToken)

識別子で指定された電子メール テンプレートの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/templates/{templateName}
  • 操作IdEmailTemplate_Get
GetApiManagementEmailTemplates()

ApiManagementService 内の ApiManagementEmailTemplateResources のコレクションを取得します。

GetApiManagementGateway(String, CancellationToken)

識別子で指定されたゲートウェイの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/gateways/{gatewayId}
  • 操作IdGateway_Get
GetApiManagementGatewayAsync(String, CancellationToken)

識別子で指定されたゲートウェイの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/gateways/{gatewayId}
  • 操作IdGateway_Get
GetApiManagementGateways()

ApiManagementService 内の ApiManagementGatewayResources のコレクションを取得します。

GetApiManagementGlobalSchema(String, CancellationToken)

識別子で指定されたスキーマの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/schemas/{schemaId}
  • 操作IdGlobalSchema_Get
GetApiManagementGlobalSchemaAsync(String, CancellationToken)

識別子で指定されたスキーマの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/schemas/{schemaId}
  • 操作IdGlobalSchema_Get
GetApiManagementGlobalSchemas()

ApiManagementService の ApiManagementGlobalSchemaResources のコレクションを取得します。

GetApiManagementGroup(String, CancellationToken)

識別子で指定されたグループの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/groups/{groupId}
  • 操作IdGroup_Get
GetApiManagementGroupAsync(String, CancellationToken)

識別子で指定されたグループの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/groups/{groupId}
  • 操作IdGroup_Get
GetApiManagementGroups()

ApiManagementService 内の ApiManagementGroupResources のコレクションを取得します。

GetApiManagementIdentityProvider(IdentityProviderType, CancellationToken)

指定したサービス インスタンスで構成された ID プロバイダーの構成の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/identityProviders/{identityProviderName}
  • 操作IdIdentityProvider_Get
GetApiManagementIdentityProviderAsync(IdentityProviderType, CancellationToken)

指定したサービス インスタンスで構成された ID プロバイダーの構成の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/identityProviders/{identityProviderName}
  • 操作IdIdentityProvider_Get
GetApiManagementIdentityProviders()

ApiManagementService 内の ApiManagementIdentityProviderResources のコレクションを取得します。

GetApiManagementIssue(String, CancellationToken)

問題API Management詳細を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/issues/{issueId}
  • 操作IdIssue_Get
GetApiManagementIssueAsync(String, CancellationToken)

問題API Management詳細を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/issues/{issueId}
  • 操作IdIssue_Get
GetApiManagementIssues()

ApiManagementService 内の ApiManagementIssueResources のコレクションを取得します。

GetApiManagementLogger(String, CancellationToken)

識別子で指定されたロガーの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/loggers/{loggerId}
  • 操作IdLogger_Get
GetApiManagementLoggerAsync(String, CancellationToken)

識別子で指定されたロガーの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/loggers/{loggerId}
  • 操作IdLogger_Get
GetApiManagementLoggers()

ApiManagementService 内の ApiManagementLoggerResources のコレクションを取得します。

GetApiManagementNamedValue(String, CancellationToken)

識別子で指定された名前付き値の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/namedValues/{namedValueId}
  • 操作IdNamedValue_Get
GetApiManagementNamedValueAsync(String, CancellationToken)

識別子で指定された名前付き値の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/namedValues/{namedValueId}
  • 操作IdNamedValue_Get
GetApiManagementNamedValues()

ApiManagementService 内の ApiManagementNamedValueResources のコレクションを取得します。

GetApiManagementNotification(NotificationName, CancellationToken)

識別子で指定された通知の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}
  • 操作IdNotification_Get
GetApiManagementNotificationAsync(NotificationName, CancellationToken)

識別子で指定された通知の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}
  • 操作IdNotification_Get
GetApiManagementNotifications()

ApiManagementService 内の ApiManagementNotificationResources のコレクションを取得します。

GetApiManagementOpenIdConnectProvider(String, CancellationToken)

シークレットのない特定の OpenID Connect プロバイダーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/openidConnectProviders/{opid}
  • 操作IdOpenIdConnectProvider_Get
GetApiManagementOpenIdConnectProviderAsync(String, CancellationToken)

シークレットのない特定の OpenID Connect プロバイダーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/openidConnectProviders/{opid}
  • 操作IdOpenIdConnectProvider_Get
GetApiManagementOpenIdConnectProviders()

ApiManagementService の ApiManagementOpenIdConnectProviderResources のコレクションを取得します。

GetApiManagementPolicies()

ApiManagementService 内の ApiManagementPolicyResources のコレクションを取得します。

GetApiManagementPolicy(PolicyName, Nullable<PolicyExportFormat>, CancellationToken)

API Management サービスのグローバル ポリシー定義を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policies/{policyId}
  • 操作IdPolicy_Get
GetApiManagementPolicyAsync(PolicyName, Nullable<PolicyExportFormat>, CancellationToken)

API Management サービスのグローバル ポリシー定義を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policies/{policyId}
  • 操作IdPolicy_Get
GetApiManagementPortalDelegationSetting()

ApiManagementPortalDelegationSettingResource を表すオブジェクトと、ApiManagementService で実行できるインスタンス操作を取得します。

GetApiManagementPortalRevision(String, CancellationToken)

識別子で指定された開発者ポータルのリビジョンを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/portalRevisions/{portalRevisionId}
  • 操作IdPortalRevision_Get
GetApiManagementPortalRevisionAsync(String, CancellationToken)

識別子で指定された開発者ポータルのリビジョンを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/portalRevisions/{portalRevisionId}
  • 操作IdPortalRevision_Get
GetApiManagementPortalRevisions()

ApiManagementService 内の ApiManagementPortalRevisionResources のコレクションを取得します。

GetApiManagementPortalSignInSetting()

ApiManagementPortalSignInSettingResource を表すオブジェクトと、ApiManagementService で実行できるインスタンス操作を取得します。

GetApiManagementPortalSignUpSetting()

ApiManagementPortalSignUpSettingResource を表すオブジェクトと、ApiManagementService で実行できるインスタンス操作を取得します。

GetApiManagementPrivateEndpointConnection(String, CancellationToken)

識別子で指定されたプライベート エンドポイント接続の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnection_GetByName
GetApiManagementPrivateEndpointConnectionAsync(String, CancellationToken)

識別子で指定されたプライベート エンドポイント接続の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • 操作IdPrivateEndpointConnection_GetByName
GetApiManagementPrivateEndpointConnections()

ApiManagementService 内の ApiManagementPrivateEndpointConnectionResources のコレクションを取得します。

GetApiManagementPrivateLinkResource(String, CancellationToken)

プライベート リンク リソースを取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/privateLinkResources/{privateLinkSubResourceName}
  • 操作IdPrivateEndpointConnection_GetPrivateLinkResource
GetApiManagementPrivateLinkResourceAsync(String, CancellationToken)

プライベート リンク リソースを取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/privateLinkResources/{privateLinkSubResourceName}
  • 操作IdPrivateEndpointConnection_GetPrivateLinkResource
GetApiManagementPrivateLinkResources()

ApiManagementService 内の ApiManagementPrivateLinkResources のコレクションを取得します。

GetApiManagementProduct(String, CancellationToken)

識別子で指定された製品の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}
  • 操作IdProduct_Get
GetApiManagementProductAsync(String, CancellationToken)

識別子で指定された製品の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}
  • 操作IdProduct_Get
GetApiManagementProducts()

ApiManagementService 内の ApiManagementProductResources のコレクションを取得します。

GetApiManagementSubscription(String, CancellationToken)

指定した Subscription エンティティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/subscriptions/{sid}
  • 操作IdSubscription_Get
GetApiManagementSubscriptionAsync(String, CancellationToken)

指定した Subscription エンティティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/subscriptions/{sid}
  • 操作IdSubscription_Get
GetApiManagementSubscriptions()

ApiManagementService 内の ApiManagementSubscriptionResources のコレクションを取得します。

GetApiManagementTag(String, CancellationToken)

識別子で指定されたタグの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tags/{tagId}
  • 操作IdTag_Get
GetApiManagementTagAsync(String, CancellationToken)

識別子で指定されたタグの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tags/{tagId}
  • 操作IdTag_Get
GetApiManagementTags()

ApiManagementService 内の ApiManagementTagResources のコレクションを取得します。

GetApiManagementTenantSetting(SettingsType, CancellationToken)

テナント設定を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/settings/{settingsType}
  • 操作IdTenantSettings_Get
GetApiManagementTenantSettingAsync(SettingsType, CancellationToken)

テナント設定を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/settings/{settingsType}
  • 操作IdTenantSettings_Get
GetApiManagementTenantSettings()

ApiManagementService 内の ApiManagementTenantSettingResources のコレクションを取得します。

GetApiManagementUser(String, CancellationToken)

識別子で指定されたユーザーの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/users/{userId}
  • 操作IdUser_Get
GetApiManagementUserAsync(String, CancellationToken)

識別子で指定されたユーザーの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/users/{userId}
  • 操作IdUser_Get
GetApiManagementUsers()

ApiManagementService 内の ApiManagementUserResources のコレクションを取得します。

GetApis()

ApiManagementService 内の ApiResources のコレクションを取得します。

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

タグに関連付けられている API のコレクションを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apisByTags
  • 操作IdApi_ListByTags
GetApisByTagsAsync(String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, CancellationToken)

タグに関連付けられている API のコレクションを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apisByTags
  • 操作IdApi_ListByTags
GetApiVersionSet(String, CancellationToken)

識別子で指定された API バージョン セットの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apiVersionSets/{versionSetId}
  • 操作IdApiVersionSet_Get
GetApiVersionSetAsync(String, CancellationToken)

識別子で指定された API バージョン セットの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apiVersionSets/{versionSetId}
  • 操作IdApiVersionSet_Get
GetApiVersionSets()

ApiManagementService 内の ApiVersionSetResources のコレクションを取得します。

GetAsync(CancellationToken)

API Management サービス リソースの説明を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • 操作IdApiManagementService_Get
GetAvailableApiManagementServiceSkus(CancellationToken)

特定のAPI Management サービスで使用可能なすべての SKU を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/skus
  • 操作IdApiManagementServiceSkus_ListAvailableServiceSkus
GetAvailableApiManagementServiceSkusAsync(CancellationToken)

特定のAPI Management サービスで使用可能なすべての SKU を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/skus
  • 操作IdApiManagementServiceSkus_ListAvailableServiceSkus
GetAvailableLocations(CancellationToken)

使用可能なすべての地域の場所を一覧表示します。

(継承元 ArmResource)
GetAvailableLocationsAsync(CancellationToken)

使用可能なすべての地域の場所を一覧表示します。

(継承元 ArmResource)
GetContentItem(String, String, CancellationToken)

識別子で指定された開発者ポータルのコンテンツ アイテムを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems/{contentItemId}
  • 操作IdContentItem_Get
GetContentItemAsync(String, String, CancellationToken)

識別子で指定された開発者ポータルのコンテンツ アイテムを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems/{contentItemId}
  • 操作IdContentItem_Get
GetContentItemEntityTag(String, String, CancellationToken)

識別子で指定された開発者ポータルのコンテンツ アイテムのエンティティ状態 (ETag) バージョンを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems/{contentItemId}
  • 操作IdContentItem_GetEntityTag
GetContentItemEntityTagAsync(String, String, CancellationToken)

識別子で指定された開発者ポータルのコンテンツ アイテムのエンティティ状態 (ETag) バージョンを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems/{contentItemId}
  • 操作IdContentItem_GetEntityTag
GetContentItems(String, CancellationToken)

指定されたコンテンツ タイプで指定された開発者ポータルのコンテンツ アイテムを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems
  • 操作IdContentItem_ListByService
GetContentItemsAsync(String, CancellationToken)

指定されたコンテンツ タイプで指定された開発者ポータルのコンテンツ アイテムを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems
  • 操作IdContentItem_ListByService
GetContentType(String, CancellationToken)

開発者ポータルのコンテンツ タイプの詳細を取得します。 コンテンツ タイプは、コンテンツ アイテムのプロパティ、検証ルール、および制約を記述します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}
  • 操作IdContentType_Get
GetContentTypeAsync(String, CancellationToken)

開発者ポータルのコンテンツ タイプの詳細を取得します。 コンテンツ タイプは、コンテンツ アイテムのプロパティ、検証ルール、および制約を記述します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}
  • 操作IdContentType_Get
GetContentTypes(CancellationToken)

開発者ポータルのコンテンツ タイプを一覧表示します。 コンテンツ タイプは、コンテンツ アイテムのプロパティ、検証ルール、および制約を記述します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes
  • 操作IdContentType_ListByService
GetContentTypesAsync(CancellationToken)

開発者ポータルのコンテンツ タイプを一覧表示します。 コンテンツ タイプは、コンテンツ アイテムのプロパティ、検証ルール、および制約を記述します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes
  • 操作IdContentType_ListByService
GetManagementLock(String, CancellationToken)

スコープ別に管理ロックを取得します。

  • 要求パス/{scope}/providers/Microsoft.Authorization/locks/{lockName}
  • 操作IdManagementLocks_GetByScope
(継承元 ArmResource)
GetManagementLockAsync(String, CancellationToken)

スコープ別に管理ロックを取得します。

  • 要求パス/{scope}/providers/Microsoft.Authorization/locks/{lockName}
  • 操作IdManagementLocks_GetByScope
(継承元 ArmResource)
GetManagementLocks()

ArmResource 内の ManagementLockResources のコレクションを取得します。

(継承元 ArmResource)
GetNetworkStatusByLocation(AzureLocation, CancellationToken)

Api Management サービスがクラウド サービス内から依存している外部リソースへの接続状態を取得します。 これにより、CloudService に表示される DNS サーバーも返されます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/locations/{locationName}/networkstatus
  • 操作IdNetworkStatus_ListByLocation
GetNetworkStatusByLocationAsync(AzureLocation, CancellationToken)

Api Management サービスがクラウド サービス内から依存している外部リソースへの接続状態を取得します。 これにより、CloudService に表示される DNS サーバーも返されます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/locations/{locationName}/networkstatus
  • 操作IdNetworkStatus_ListByLocation
GetNetworkStatuses(CancellationToken)

Api Management サービスがクラウド サービス内から依存している外部リソースへの接続状態を取得します。 これにより、CloudService に表示される DNS サーバーも返されます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/networkstatus
  • 操作IdNetworkStatus_ListByService
GetNetworkStatusesAsync(CancellationToken)

Api Management サービスがクラウド サービス内から依存している外部リソースへの接続状態を取得します。 これにより、CloudService に表示される DNS サーバーも返されます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/networkstatus
  • 操作IdNetworkStatus_ListByService
GetOutboundNetworkDependenciesEndpoints(CancellationToken)

ApiManagement サービスのすべての送信依存関係のネットワーク エンドポイントを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/outboundNetworkDependenciesEndpoints
  • 操作IdOutboundNetworkDependenciesEndpoints_ListByService
GetOutboundNetworkDependenciesEndpointsAsync(CancellationToken)

ApiManagement サービスのすべての送信依存関係のネットワーク エンドポイントを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/outboundNetworkDependenciesEndpoints
  • 操作IdOutboundNetworkDependenciesEndpoints_ListByService
GetPolicyAssignment(String, CancellationToken)

この操作では、名前と作成されたスコープを指定して、1 つのポリシー割り当てを取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}
  • 操作IdPolicyAssignments_Get
(継承元 ArmResource)
GetPolicyAssignmentAsync(String, CancellationToken)

この操作では、名前と作成されたスコープを指定して、1 つのポリシー割り当てを取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}
  • 操作IdPolicyAssignments_Get
(継承元 ArmResource)
GetPolicyAssignments()

ArmResource 内の PolicyAssignmentResources のコレクションを取得します。

(継承元 ArmResource)
GetPolicyDescriptions(Nullable<PolicyScopeContract>, CancellationToken)

すべてのポリシーの説明を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policyDescriptions
  • 操作IdPolicyDescription_ListByService
GetPolicyDescriptionsAsync(Nullable<PolicyScopeContract>, CancellationToken)

すべてのポリシーの説明を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/policyDescriptions
  • 操作IdPolicyDescription_ListByService
GetPortalSettings(CancellationToken)

サービス インスタンス内で定義されている portalsettings のコレクションを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/portalsettings
  • 操作IdPortalSettings_ListByService
GetPortalSettingsAsync(CancellationToken)

サービス インスタンス内で定義されている portalsettings のコレクションを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/portalsettings
  • 操作IdPortalSettings_ListByService
GetProductsByTags(String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, CancellationToken)

タグに関連付けられている製品のコレクションを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/productsByTags
  • 操作IdProduct_ListByTags
GetProductsByTagsAsync(String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, CancellationToken)

タグに関連付けられている製品のコレクションを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/productsByTags
  • 操作IdProduct_ListByTags
GetQuotaByCounterKeys(String, CancellationToken)

指定したサービス インスタンスのポリシーで構成されたカウンター キーに関連付けられている現在のクォータ カウンター期間のコレクションを一覧表示します。 API はまだページングをサポートしていません。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/quotas/{quotaCounterKey}
  • 操作IdQuotaByCounterKeys_ListByService
GetQuotaByCounterKeysAsync(String, CancellationToken)

指定したサービス インスタンスのポリシーで構成されたカウンター キーに関連付けられている現在のクォータ カウンター期間のコレクションを一覧表示します。 API はまだページングをサポートしていません。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/quotas/{quotaCounterKey}
  • 操作IdQuotaByCounterKeys_ListByService
GetQuotaByPeriodKey(String, String, CancellationToken)

サービス インスタンス内の特定の期間のポリシーのカウンター キーに関連付けられているクォータ カウンターの値を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/quotas/{quotaCounterKey}/periods/{quotaPeriodKey}
  • 操作IdQuotaByPeriodKeys_Get
GetQuotaByPeriodKeyAsync(String, String, CancellationToken)

サービス インスタンス内の特定の期間のポリシーのカウンター キーに関連付けられているクォータ カウンターの値を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/quotas/{quotaCounterKey}/periods/{quotaPeriodKey}
  • 操作IdQuotaByPeriodKeys_Get
GetRegions(CancellationToken)

サービスが存在するすべての Azure リージョンを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/regions
  • 操作IdRegion_ListByService
GetRegionsAsync(CancellationToken)

サービスが存在するすべての Azure リージョンを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/regions
  • 操作IdRegion_ListByService
GetReportsByApi(String, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

API 別のレポート レコードを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byApi
  • 操作IdReports_ListByApi
GetReportsByApiAsync(String, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

API 別のレポート レコードを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byApi
  • 操作IdReports_ListByApi
GetReportsByGeo(String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

レポート レコードを地域別に一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byGeo
  • 操作IdReports_ListByGeo
GetReportsByGeoAsync(String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

レポート レコードを地域別に一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byGeo
  • 操作IdReports_ListByGeo
GetReportsByOperation(String, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

API 操作別のレポート レコードを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byOperation
  • 操作IdReports_ListByOperation
GetReportsByOperationAsync(String, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

API 操作別のレポート レコードを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byOperation
  • 操作IdReports_ListByOperation
GetReportsByProduct(String, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

製品別のレポート レコードを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byProduct
  • 操作IdReports_ListByProduct
GetReportsByProductAsync(String, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

製品別のレポート レコードを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byProduct
  • 操作IdReports_ListByProduct
GetReportsByRequest(String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

要求別にレポート レコードを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byRequest
  • 操作IdReports_ListByRequest
GetReportsByRequestAsync(String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

要求別にレポート レコードを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byRequest
  • 操作IdReports_ListByRequest
GetReportsBySubscription(String, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

サブスクリプション別にレポート レコードを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/bySubscription
  • 操作IdReports_ListBySubscription
GetReportsBySubscriptionAsync(String, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

サブスクリプション別にレポート レコードを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/bySubscription
  • 操作IdReports_ListBySubscription
GetReportsByTime(String, TimeSpan, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

レポート レコードを時間別に一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byTime
  • 操作IdReports_ListByTime
GetReportsByTimeAsync(String, TimeSpan, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

レポート レコードを時間別に一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byTime
  • 操作IdReports_ListByTime
GetReportsByUser(String, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

ユーザー別のレポート レコードを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byUser
  • 操作IdReports_ListByUser
GetReportsByUserAsync(String, Nullable<Int32>, Nullable<Int32>, String, CancellationToken)

ユーザー別のレポート レコードを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byUser
  • 操作IdReports_ListByUser
GetSsoToken(CancellationToken)

5 分間有効なAPI Management サービスのシングル サインオン トークンを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/getssotoken
  • 操作IdApiManagementService_GetSsoToken
GetSsoTokenAsync(CancellationToken)

5 分間有効なAPI Management サービスのシングル サインオン トークンを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/getssotoken
  • 操作IdApiManagementService_GetSsoToken
GetTagResource()

ArmResource で実行できるインスタンス操作と共に TagResource を表すオブジェクトを取得します。

(継承元 ArmResource)
GetTagResources(String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

タグに関連付けられているリソースのコレクションを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tagResources
  • 操作IdTagResource_ListByService
GetTagResourcesAsync(String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

タグに関連付けられているリソースのコレクションを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tagResources
  • 操作IdTagResource_ListByService
GetTenantAccessInfo(AccessName, CancellationToken)

シークレットなしでテナント アクセス情報の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{accessName}
  • 操作IdTenantAccess_Get
GetTenantAccessInfoAsync(AccessName, CancellationToken)

シークレットなしでテナント アクセス情報の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{accessName}
  • 操作IdTenantAccess_Get
GetTenantAccessInfos()

ApiManagementService 内の TenantAccessInfoResources のコレクションを取得します。

GetTenantConfigurationSyncState(ConfigurationName, CancellationToken)

構成データベースと Git リポジトリの間の最新の同期の状態を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{configurationName}/syncState
  • 操作IdTenantConfiguration_GetSyncState
GetTenantConfigurationSyncStateAsync(ConfigurationName, CancellationToken)

構成データベースと Git リポジトリの間の最新の同期の状態を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{configurationName}/syncState
  • 操作IdTenantConfiguration_GetSyncState
PerformConnectivityCheckAsync(WaitUntil, ConnectivityCheckContent, CancellationToken)

API Management サービスと特定の宛先の間で接続チェックを実行し、接続のメトリックと、確立中に発生したエラーを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/connectivityCheck
  • 操作 IdPerformConnectivityCheckAsync
PerformConnectivityCheckAsyncAsync(WaitUntil, ConnectivityCheckContent, CancellationToken)

API Management サービスと特定の宛先の間で接続チェックを実行し、接続のメトリックと、確立中に発生したエラーを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/connectivityCheck
  • 操作 IdPerformConnectivityCheckAsync
RemoveTag(String, CancellationToken)

リソースからキーによるタグを削除します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • 操作IdApiManagementService_Get
RemoveTagAsync(String, CancellationToken)

リソースからキーによるタグを削除します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • 操作IdApiManagementService_Get
Restore(WaitUntil, ApiManagementServiceBackupRestoreContent, CancellationToken)

現在のサービスでApiManagementService_Backup操作を使用して作成されたAPI Management サービスのバックアップを復元します。 これは実行時間の長い操作であり、完了までに数分かかる場合があります。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/restore
  • 操作IdApiManagementService_Restore
RestoreAsync(WaitUntil, ApiManagementServiceBackupRestoreContent, CancellationToken)

現在のサービスでApiManagementService_Backup操作を使用して作成されたAPI Management サービスのバックアップを復元します。 これは実行時間の長い操作であり、完了までに数分かかる場合があります。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/restore
  • 操作IdApiManagementService_Restore
SaveTenantConfiguration(WaitUntil, ConfigurationName, ConfigurationSaveContent, CancellationToken)

この操作により、リポジトリ内の指定したブランチにスナップショット現在の構成でコミットが作成されます。 これは実行時間の長い操作であり、完了までに数分かかる場合があります。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{configurationName}/save
  • 操作IdTenantConfiguration_Save
SaveTenantConfigurationAsync(WaitUntil, ConfigurationName, ConfigurationSaveContent, CancellationToken)

この操作により、リポジトリ内の指定したブランチにスナップショット現在の構成でコミットが作成されます。 これは実行時間の長い操作であり、完了までに数分かかる場合があります。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{configurationName}/save
  • 操作IdTenantConfiguration_Save
SetTags(IDictionary<String,String>, CancellationToken)

リソースのタグを指定されたセットに置き換えます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • 操作IdApiManagementService_Get
SetTagsAsync(IDictionary<String,String>, CancellationToken)

リソースのタグを指定されたセットに置き換えます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • 操作IdApiManagementService_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmResource)
Update(WaitUntil, ApiManagementServicePatch, CancellationToken)

既存のAPI Management サービスを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • 操作IdApiManagementService_Update
UpdateAsync(WaitUntil, ApiManagementServicePatch, CancellationToken)

既存のAPI Management サービスを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • 操作IdApiManagementService_Update
UpdateQuotaByCounterKeys(String, QuotaCounterValueUpdateContent, CancellationToken)

既存のクォータ カウンター キーで指定されたすべてのクォータ カウンター値を、指定したサービス インスタンスの値に更新します。 これは、クォータ カウンター値のリセットに使用する必要があります。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/quotas/{quotaCounterKey}
  • 操作IdQuotaByCounterKeys_Update
UpdateQuotaByCounterKeysAsync(String, QuotaCounterValueUpdateContent, CancellationToken)

既存のクォータ カウンター キーで指定されたすべてのクォータ カウンター値を、指定したサービス インスタンスの値に更新します。 これは、クォータ カウンター値のリセットに使用する必要があります。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/quotas/{quotaCounterKey}
  • 操作IdQuotaByCounterKeys_Update
UpdateQuotaByPeriodKey(String, String, QuotaCounterValueUpdateContent, CancellationToken)

指定したサービス インスタンスに既存のクォータ カウンター値を更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/quotas/{quotaCounterKey}/periods/{quotaPeriodKey}
  • 操作IdQuotaByPeriodKeys_Update
UpdateQuotaByPeriodKeyAsync(String, String, QuotaCounterValueUpdateContent, CancellationToken)

指定したサービス インスタンスに既存のクォータ カウンター値を更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/quotas/{quotaCounterKey}/periods/{quotaPeriodKey}
  • 操作IdQuotaByPeriodKeys_Update
ValidateTenantConfiguration(WaitUntil, ConfigurationName, ConfigurationDeployContent, CancellationToken)

この操作により、指定した Git ブランチの変更が検証されます。 これは実行時間の長い操作であり、完了までに数分かかる場合があります。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{configurationName}/validate
  • 操作IdTenantConfiguration_Validate
ValidateTenantConfigurationAsync(WaitUntil, ConfigurationName, ConfigurationDeployContent, CancellationToken)

この操作により、指定した Git ブランチの変更が検証されます。 これは実行時間の長い操作であり、完了までに数分かかる場合があります。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{configurationName}/validate
  • 操作IdTenantConfiguration_Validate

拡張メソッド

GetAuthorizationRoleDefinition(ArmResource, ResourceIdentifier, CancellationToken)

ロール定義を名前 (GUID) で取得します。

  • 要求パス/{scope}/providers/Microsoft.Authorization/roleDefinitions/{roleDefinitionId}
  • 操作IdRoleDefinitions_Get
GetAuthorizationRoleDefinitionAsync(ArmResource, ResourceIdentifier, CancellationToken)

ロール定義を名前 (GUID) で取得します。

  • 要求パス/{scope}/providers/Microsoft.Authorization/roleDefinitions/{roleDefinitionId}
  • 操作IdRoleDefinitions_Get
GetAuthorizationRoleDefinitions(ArmResource)

ArmResource 内の AuthorizationRoleDefinitionResources のコレクションを取得します。

GetDenyAssignment(ArmResource, String, CancellationToken)

指定した拒否割り当てを取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
  • 操作IdDenyAssignments_Get
GetDenyAssignmentAsync(ArmResource, String, CancellationToken)

指定した拒否割り当てを取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
  • 操作IdDenyAssignments_Get
GetDenyAssignments(ArmResource)

ArmResource 内の DenyAssignmentResources のコレクションを取得します。

GetRoleAssignment(ArmResource, String, String, CancellationToken)

スコープと名前でロールの割り当てを取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}
  • 操作IdRoleAssignments_Get
GetRoleAssignmentAsync(ArmResource, String, String, CancellationToken)

スコープと名前でロールの割り当てを取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}
  • 操作IdRoleAssignments_Get
GetRoleAssignments(ArmResource)

ArmResource 内の RoleAssignmentResources のコレクションを取得します。

GetRoleAssignmentSchedule(ArmResource, String, CancellationToken)

リソース スコープの指定されたロール割り当てスケジュールを取得する

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

リソース スコープの指定されたロール割り当てスケジュールを取得する

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

指定したロール割り当てスケジュール インスタンスを取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
  • 操作IdRoleAssignmentScheduleInstances_Get
GetRoleAssignmentScheduleInstanceAsync(ArmResource, String, CancellationToken)

指定したロール割り当てスケジュール インスタンスを取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
  • 操作IdRoleAssignmentScheduleInstances_Get
GetRoleAssignmentScheduleInstances(ArmResource)

ArmResource 内の RoleAssignmentScheduleInstanceResources のコレクションを取得します。

GetRoleAssignmentScheduleRequest(ArmResource, String, CancellationToken)

指定したロール割り当てスケジュール要求を取得します。

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

指定したロール割り当てスケジュール要求を取得します。

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

ArmResource 内の RoleAssignmentScheduleRequestResources のコレクションを取得します。

GetRoleAssignmentSchedules(ArmResource)

ArmResource 内の RoleAssignmentScheduleResources のコレクションを取得します。

GetRoleEligibilitySchedule(ArmResource, String, CancellationToken)

リソース スコープの指定されたロール適格性スケジュールを取得する

  • Request Path/{scope}/providers/Microsoft.Authorization/roleEligibilitySchedules/{roleEligibilityScheduleName}
  • 操作IdRoleEligibilitySchedules_Get
GetRoleEligibilityScheduleAsync(ArmResource, String, CancellationToken)

リソース スコープの指定されたロール適格性スケジュールを取得する

  • Request Path/{scope}/providers/Microsoft.Authorization/roleEligibilitySchedules/{roleEligibilityScheduleName}
  • 操作IdRoleEligibilitySchedules_Get
GetRoleEligibilityScheduleInstance(ArmResource, String, CancellationToken)

指定したロール適格性スケジュール インスタンスを取得します。

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

指定したロール適格性スケジュール インスタンスを取得します。

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

ArmResource 内の RoleEligibilityScheduleInstanceResources のコレクションを取得します。

GetRoleEligibilityScheduleRequest(ArmResource, String, CancellationToken)

指定したロールの適格性スケジュール要求を取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleRequests/{roleEligibilityScheduleRequestName}
  • 操作IdRoleEligibilityScheduleRequests_Get
GetRoleEligibilityScheduleRequestAsync(ArmResource, String, CancellationToken)

指定したロールの適格性スケジュール要求を取得します。

  • Request Path/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleRequests/{roleEligibilityScheduleRequestName}
  • 操作IdRoleEligibilityScheduleRequests_Get
GetRoleEligibilityScheduleRequests(ArmResource)

ArmResource 内の RoleEligibilityScheduleRequestResources のコレクションを取得します。

GetRoleEligibilitySchedules(ArmResource)

ArmResource 内の RoleEligibilityScheduleResources のコレクションを取得します。

GetRoleManagementPolicies(ArmResource)

ArmResource 内の RoleManagementPolicyResources のコレクションを取得します。

GetRoleManagementPolicy(ArmResource, String, CancellationToken)

リソース スコープの指定されたロール管理ポリシーを取得する

  • 要求パス/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}
  • 操作IdRoleManagementPolicies_Get
GetRoleManagementPolicyAssignment(ArmResource, String, CancellationToken)

リソース スコープに対して指定されたロール管理ポリシーの割り当てを取得する

  • Request Path/{scope}/providers/Microsoft.Authorization/roleManagementPolicyAssignments/{roleManagementPolicyAssignmentName}
  • 操作IdRoleManagementPolicyAssignments_Get
GetRoleManagementPolicyAssignmentAsync(ArmResource, String, CancellationToken)

リソース スコープに対して指定されたロール管理ポリシーの割り当てを取得する

  • Request Path/{scope}/providers/Microsoft.Authorization/roleManagementPolicyAssignments/{roleManagementPolicyAssignmentName}
  • 操作IdRoleManagementPolicyAssignments_Get
GetRoleManagementPolicyAssignments(ArmResource)

ArmResource 内の RoleManagementPolicyAssignmentResources のコレクションを取得します。

GetRoleManagementPolicyAsync(ArmResource, String, CancellationToken)

リソース スコープの指定されたロール管理ポリシーを取得する

  • 要求パス/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}
  • 操作IdRoleManagementPolicies_Get
GetSystemAssignedIdentity(ArmResource)

ArmResource で実行できるインスタンス操作と共に SystemAssignedIdentityResource を表すオブジェクトを取得します。

GetLinkerResource(ArmResource, String, CancellationToken)

指定した名前のリンカー リソースを返します。

  • 要求パス/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • 操作IdLinker_Get
GetLinkerResourceAsync(ArmResource, String, CancellationToken)

指定した名前のリンカー リソースを返します。

  • 要求パス/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • 操作IdLinker_Get
GetLinkerResources(ArmResource)

ArmResource 内の LinkerResources のコレクションを取得します。

適用対象