AzureRM.ApiManagement 创建API 管理部署。 警告 AzureRM PowerShell 模块已自 2024 年 2 月 29 日起正式弃用。 为了确保持续获得支持和更新,建议用户从 AzureRM 迁移到 Az PowerShell 模块。 尽管AzureRM 模块仍可运行,但不再受到维护或支持,任何继续使用的行为都由用户自行决定并自行承担风险。 有关过渡到 Az...
New-AzureRmApiManagementLoggerCmdlet 會建立 Azure API 管理Logger。 範例 範例1:建立記錄器 PowerShell PS C:\>$apimContext=New-AzureRmApiManagementContext-ResourceGroupName"Api-Default-WestUS"-ServiceName"contoso"PS C:\>New-AzureRmApiManagementLogger-Context$apimContext-LoggerId"Logger123"-Name"Conto...
Set-AzureRmApiManagementApi cmdlet 修改 Azure API 管理 API。 示例 示例1 修改 API PowerShell 复制 PS C:\>$ApiMgmtContext = New-AzureRmApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso" PS C:\>Set-AzureRmApiManagementApi -Context $ApiMgmtContext -Name "Echo...
Import-AzureRmApiManagementApi Cmdlet 會從 Web 應用程式描述語言 (WADL)、Web 服務描述語言 (WSDL) 或 Swagger 格式的檔案或 URL 匯入 Azure API 管理 API。範例範例1 從 WADL 檔案匯入 APIPowerShell 複製 PS C:\>$ApiMgmtContext = New-AzureRmApiManagementContext -ResourceGroupName "Api-Default-West...
azurerm_api_management_api_diagnostic & azurerm_api_management_diagno… … Verified 78150e9 github-actions bot added service/api-management size/XS labels Oct 11, 2024 use customize diff because matthew said so Verified 4df96f4 github-actions bot added size/S and removed size/XS labels Oc...
azurerm_api_management_logger Potential Terraform Configuration resource"azurerm_api_management_logger""apim"{name=example_nameapi_management_name=example_apimanagement_nameresource_group_name=example_resource_groupapplication_insights{connection_string=connection_string.value} ...
Get-AzureRmApiManagementGroup -Context <PsApiManagementContext> [-Name <String>] [-ProductId <String>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>] 说明 Get-AzureRmApiManagementGroup cmdlet 获取所有或特定的 API 管理组。 示例 示例1:获取所有组 PowerShell 复制 PS C:\>$apimC...
Get-AzureRmApiManagementProduct -Context <PsApiManagementContext> [-Title <String>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>] 说明 Get-AzureRmApiManagementProduct cmdlet 获取列表或特定产品。 示例 示例1:获取所有产品 PowerShell 复制 PS C:\>$apimContext = New-AzureRmApiManage...
AzureRM.ApiManagement 從指定的 Azure 記憶體 Blob 還原 API 管理 服務。 警告 自2024 年 2 月 29 日起,AzureRM PowerShell 模組已正式淘汰。 建議使用者從 AzureRM 遷移至 Az PowerShell 模組,以確保持續支援和更新。 雖然AzureRM 模組可能仍可運作,但不再維護或支援它,但會根據用戶的判斷權和風險放置任何...
($proxy1,$proxy2) PS C:\>$apim = Get-AzureRmApiManagement -ResourceGroupName "ContosoGroup" -Name "ContosoApi" PS C:\>$apim.PortalCustomHostnameConfiguration = $portal PS C:\>$apim.ProxyCustomHostnameConfiguration = $proxyCustomConfig PS C:\>Set-AzureRmApiManagement -InputObject $api...