ExpressRouteCircuitsListArpTableOperation Class
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.
Gets the currently advertised ARP table associated with the express route circuit in a resource group.
public class ExpressRouteCircuitsListArpTableOperation : Azure.Operation<Azure.ResourceManager.Network.Models.ExpressRouteCircuitsArpTableListResult>
type ExpressRouteCircuitsListArpTableOperation = class
inherit Operation<ExpressRouteCircuitsArpTableListResult>
Public Class ExpressRouteCircuitsListArpTableOperation
Inherits Operation(Of ExpressRouteCircuitsArpTableListResult)
- Inheritance
-
System.ObjectExpressRouteCircuitsListArpTableOperation
Properties
HasCompleted |
Returns true if the long-running operation completed. |
HasValue |
Returns true if the long-running operation completed successfully and has produced final result (accessible by Value property). |
Id |
Gets an ID representing the operation that can be used to poll for the status of the long-running operation. |
Value |
Final result of the long-running operation. |
Methods
GetRawResponse() |
The last HTTP response received from the server. |
UpdateStatus(CancellationToken) |
Calls the server to get updated status of the long-running operation. |
UpdateStatusAsync(CancellationToken) |
Calls the server to get updated status of the long-running operation. |
WaitForCompletionAsync(CancellationToken) |
Periodically calls the server till the long-running operation completes. |
WaitForCompletionAsync(TimeSpan, CancellationToken) |
Periodically calls the server till the long-running operation completes. |
WaitForCompletionResponseAsync(CancellationToken) |
Periodically calls the server till the long-running operation completes. (Inherited from Operation) |
WaitForCompletionResponseAsync(TimeSpan, CancellationToken) |
Periodically calls the server till the long-running operation completes. (Inherited from Operation) |