你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
NetworkManagerResource.GetNetworkManagerDeploymentStatusAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
发布到网络管理器部署状态列表。
- 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/listDeploymentStatus
- 操作IdNetworkManagerDeploymentStatus_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatus> GetNetworkManagerDeploymentStatusAsync (Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatusContent content, int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkManagerDeploymentStatusAsync : Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatusContent * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatus>
override this.GetNetworkManagerDeploymentStatusAsync : Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatusContent * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatus>
Public Overridable Function GetNetworkManagerDeploymentStatusAsync (content As NetworkManagerDeploymentStatusContent, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NetworkManagerDeploymentStatus)
参数
提供的参数用于指定托管网络部署状态。
- cancellationToken
- CancellationToken
要使用的取消标记。
返回
的异步集合 NetworkManagerDeploymentStatus ,可能需要多个服务请求进行迭代。
例外
content
为 null。