次の方法で共有


ApiManagementServiceResource.GetApiManagementTenantSetting メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/settings/{settingsType}
  • 操作IdTenantSettings_Get
public virtual Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementTenantSettingResource> GetApiManagementTenantSetting (Azure.ResourceManager.ApiManagement.Models.SettingsType settingsType, System.Threading.CancellationToken cancellationToken = default);
abstract member GetApiManagementTenantSetting : Azure.ResourceManager.ApiManagement.Models.SettingsType * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementTenantSettingResource>
override this.GetApiManagementTenantSetting : Azure.ResourceManager.ApiManagement.Models.SettingsType * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementTenantSettingResource>
Public Overridable Function GetApiManagementTenantSetting (settingsType As SettingsType, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApiManagementTenantSettingResource)

パラメーター

settingsType
SettingsType

設定の識別子。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象