你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzNetworkManagerDeploymentStatus
列出网络管理器中的部署状态。
语法
Get-AzNetworkManagerDeploymentStatus
-NetworkManagerName <String>
-ResourceGroupName <String>
[-Region <String[]>]
[-DeploymentType <String[]>]
[-SkipToken <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
Get-AzNetworkManagerDeploymentStatus cmdlet 列出了网络管理器中的部署状态。
示例
示例 1
$regions = @("centraluseuap")
$DeploymentTypes = @("SecurityAdmin")
Get-AzNetworkManagerDeploymentStatus -NetworkManagerName "TestNMName" -ResourceGroupName "TestRG" -region $regions -skipToken "FakeSkipToken" -DeploymentType $DeploymentTypes
Value : [
{
"CommitTime": "2021-10-18T04:06:08Z",
"Region": "centraluseuap",
"DeploymentStatus": "Deployed",
"ConfigurationIds": [
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestRG/providers/Microsoft.Network/networkManagers/TestNMName/securityAdminConfigurations/testAdminConfig"
],
"DeploymentType": "SecurityAdmin",
"ErrorMessage": ""
}
]
SkipToken :
列出网络管理器区域 centraluseuap 中 SecurityAdmin 配置的部署状态。
参数
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DeploymentType
deploymentTypes 列表。
类型: | String[] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-NetworkManagerName
networkManager 名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | True |
-Region
区域列表。
类型: | String[] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-ResourceGroupName
资源组名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | True |
-SkipToken
SkipToken。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
输入
System.String[]
输出
Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerDeploymentStatusListResult