ApiManagementClient class
- Extends
コンストラクター
Api |
|
Api |
ApiManagementClient クラスの新しいインスタンスを初期化します。 |
プロパティ
継承されたプロパティ
pipeline | このクライアントが要求を行うために使用するパイプライン |
メソッド
begin |
API Management サービスと特定の宛先の間で接続チェックを実行し、接続のメトリックと、確立中に発生したエラーを返します。 |
begin |
API Management サービスと特定の宛先の間で接続チェックを実行し、接続のメトリックと、確立中に発生したエラーを返します。 |
継承されたメソッド
send |
指定された OperationSpec を使用して設定された HTTP 要求を送信します。 |
send |
指定された httpRequest を送信します。 |
コンストラクターの詳細
ApiManagementClient(TokenCredential, ApiManagementClientOptionalParams)
new ApiManagementClient(credentials: TokenCredential, options?: ApiManagementClientOptionalParams)
パラメーター
- credentials
- TokenCredential
ApiManagementClient(TokenCredential, string, ApiManagementClientOptionalParams)
ApiManagementClient クラスの新しいインスタンスを初期化します。
new ApiManagementClient(credentials: TokenCredential, subscriptionId: string, options?: ApiManagementClientOptionalParams)
パラメーター
- credentials
- TokenCredential
クライアント サブスクリプションを一意に識別するサブスクリプション資格情報。
- subscriptionId
-
string
ターゲット サブスクリプションの ID。
パラメーター オプション
プロパティの詳細
$host
$host: string
プロパティ値
string
api
apiDiagnostic
apiExport
apiIssue
apiIssueAttachment
apiIssueComment
apiManagementOperations
apiManagementService
apiManagementServiceSkus
apiManagementSkus
apiOperation
apiOperationPolicy
apiPolicy
apiProduct
apiRelease
apiRevision
apiSchema
apiTagDescription
apiVersion
apiVersion: string
プロパティ値
string
apiVersionSet
apiWiki
apiWikis
authorization
authorizationAccessPolicy
authorizationLoginLinks
authorizationProvider
authorizationServer
backend
cache
certificate
contentItem
contentType
delegationSettings
deletedServices
diagnostic
documentation
emailTemplate
gateway
gatewayApi
gatewayCertificateAuthority
gatewayHostnameConfiguration
globalSchema
graphQLApiResolver
graphQLApiResolverPolicy
group
groupUser
identityProvider
issue
logger
namedValue
networkStatus
notification
notificationRecipientEmail
notificationRecipientUser
openIdConnectProvider
operationOperations
outboundNetworkDependenciesEndpoints
outboundNetworkDependenciesEndpoints: OutboundNetworkDependenciesEndpoints
プロパティ値
policy
policyDescription
policyFragment
portalConfig
portalRevision
portalSettings
privateEndpointConnectionOperations
privateEndpointConnectionOperations: PrivateEndpointConnectionOperations
プロパティ値
product
productApi
productGroup
productPolicy
productSubscriptions
productWiki
productWikis
quotaByCounterKeys
quotaByPeriodKeys
region
reports
signInSettings
signUpSettings
subscription
subscriptionId
subscriptionId?: string
プロパティ値
string
tag
tagResource
tenantAccess
tenantAccessGit
tenantConfiguration
tenantSettings
user
userConfirmationPassword
userGroup
userIdentities
userSubscription
継承されたプロパティの詳細
pipeline
このクライアントが要求を行うために使用するパイプライン
pipeline: Pipeline
プロパティ値
coreClient.ServiceClient.pipeline から継承
メソッドの詳細
beginPerformConnectivityCheckAsync(string, string, ConnectivityCheckRequest, PerformConnectivityCheckAsyncOptionalParams)
API Management サービスと特定の宛先の間で接続チェックを実行し、接続のメトリックと、確立中に発生したエラーを返します。
function beginPerformConnectivityCheckAsync(resourceGroupName: string, serviceName: string, connectivityCheckRequestParams: ConnectivityCheckRequest, options?: PerformConnectivityCheckAsyncOptionalParams): Promise<SimplePollerLike<OperationState<ConnectivityCheckResponse>, ConnectivityCheckResponse>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
API Management サービスの名前。
- connectivityCheckRequestParams
- ConnectivityCheckRequest
接続チェック要求パラメーター。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<ConnectivityCheckResponse>, ConnectivityCheckResponse>>
beginPerformConnectivityCheckAsyncAndWait(string, string, ConnectivityCheckRequest, PerformConnectivityCheckAsyncOptionalParams)
API Management サービスと特定の宛先の間で接続チェックを実行し、接続のメトリックと、確立中に発生したエラーを返します。
function beginPerformConnectivityCheckAsyncAndWait(resourceGroupName: string, serviceName: string, connectivityCheckRequestParams: ConnectivityCheckRequest, options?: PerformConnectivityCheckAsyncOptionalParams): Promise<ConnectivityCheckResponse>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
API Management サービスの名前。
- connectivityCheckRequestParams
- ConnectivityCheckRequest
接続チェック要求パラメーター。
options パラメーター。
戻り値
Promise<ConnectivityCheckResponse>
継承済みメソッドの詳細
sendOperationRequest<T>(OperationArguments, OperationSpec)
指定された OperationSpec を使用して設定された HTTP 要求を送信します。
function sendOperationRequest<T>(operationArguments: OperationArguments, operationSpec: OperationSpec): Promise<T>
パラメーター
- operationArguments
- OperationArguments
HTTP 要求のテンプレート値が設定される引数。
- operationSpec
- OperationSpec
httpRequest の設定に使用する OperationSpec。
戻り値
Promise<T>
coreClient.ServiceClient.sendOperationRequest から継承
sendRequest(PipelineRequest)
指定された httpRequest を送信します。
function sendRequest(request: PipelineRequest): Promise<PipelineResponse>
パラメーター
- request
- PipelineRequest
戻り値
Promise<PipelineResponse>
coreClient.ServiceClient.sendRequest から継承