NetworkManagerResource.GetNetworkManagerDeploymentStatusAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes the GetNetworkManagerDeploymentStatusAsync compatibility operation.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatus> GetNetworkManagerDeploymentStatusAsync(Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatusContent p0, int? p1, System.Threading.CancellationToken p2);
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 (p0 As NetworkManagerDeploymentStatusContent, p1 As Nullable(Of Integer), p2 As CancellationToken) As AsyncPageable(Of NetworkManagerDeploymentStatus)
Parameters
Returns
An async collection of NetworkManagerDeploymentStatus that may take multiple service requests to iterate over.
Exceptions
content is null.