IVirtualIPOperations Interface
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.
The Network Management API includes operations for managing the Virtual IPs for your deployment.
public interface IVirtualIPOperations
type IVirtualIPOperations = interface
Public Interface IVirtualIPOperations
Methods
AddAsync(String, String, String, CancellationToken) |
The Add Virtual IP operation adds a logical Virtual IP to the deployment. |
BeginAddingAsync(String, String, String, CancellationToken) |
The Begin Adding Virtual IP operation adds a logical Virtual IP to the deployment. |
BeginRemovingAsync(String, String, String, CancellationToken) |
The Begin Removing Virtual IP operation removes a logical Virtual IP from the deployment. |
RemoveAsync(String, String, String, CancellationToken) |
The Remove Virtual IP operation removes a logical Virtual IP from the deployment. |
Extension Methods
Add(IVirtualIPOperations, String, String, String) |
The Add Virtual IP operation adds a logical Virtual IP to the deployment. |
AddAsync(IVirtualIPOperations, String, String, String) |
The Add Virtual IP operation adds a logical Virtual IP to the deployment. |
BeginAdding(IVirtualIPOperations, String, String, String) |
The Begin Adding Virtual IP operation adds a logical Virtual IP to the deployment. |
BeginAddingAsync(IVirtualIPOperations, String, String, String) |
The Begin Adding Virtual IP operation adds a logical Virtual IP to the deployment. |
BeginRemoving(IVirtualIPOperations, String, String, String) |
The Begin Removing Virtual IP operation removes a logical Virtual IP from the deployment. |
BeginRemovingAsync(IVirtualIPOperations, String, String, String) |
The Begin Removing Virtual IP operation removes a logical Virtual IP from the deployment. |
Remove(IVirtualIPOperations, String, String, String) |
The Remove Virtual IP operation removes a logical Virtual IP from the deployment. |
RemoveAsync(IVirtualIPOperations, String, String, String) |
The Remove Virtual IP operation removes a logical Virtual IP from the deployment. |