你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzApiManagementApiRevision
获取 API 的所有 API 修订的详细信息
语法
Get-AzApiManagementApiRevision
-Context <PsApiManagementContext>
-ApiId <String>
[-ApiRevision <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
Get-AzApiManagementApiRevision cmdlet 获取 API 的所有修订的详细信息
示例
示例 1:获取 API 的所有 API 修订版
$ApiMgmtContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
Get-AzApiManagementApiRevision -Context $ApiMgmtContext -ApiId "5adf6fbf0faadf3ad8558065"
ApiId : /apis/5adf6fbf0faadf3ad8558065;rev=3
ApiRevision : 3
CreatedDateTime : 4/26/2018 10:57:42 PM
UpdatedDateTime : 4/26/2018 10:57:42 PM
Description : ddsds
PrivateUrl : /httpbin/v1;rev=3
IsOnline : True
IsCurrent : False
ApiId : /apis/5adf6fbf0faadf3ad8558065;rev=2
ApiRevision : 2
CreatedDateTime : 4/26/2018 10:57:33 PM
UpdatedDateTime : 4/26/2018 10:57:33 PM
Description : AA
PrivateUrl : /httpbin/v1
IsOnline : True
IsCurrent : True
ApiId : /apis/5adf6fbf0faadf3ad8558065;rev=1
ApiRevision : 1
CreatedDateTime : 4/24/2018 5:56:17 PM
UpdatedDateTime : 5/9/2018 9:29:06 PM
Description :
PrivateUrl : /httpbin/v1;rev=1
IsOnline : True
IsCurrent : False
此命令获取特定 ApiManagement 上下文的指定 API 的所有 API 修订版。
参数
-ApiId
要列出其修订的 API 标识符。 此参数是必需的。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ApiRevision
特定 Api 修订的修订标识符。 此参数是可选的。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-Context
PsApiManagementContext 的实例。 此参数是必需的。
类型: | PsApiManagementContext |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |