LoadBalancerOperationsExtensions.DeleteAsync Method (ILoadBalancerOperations, String, String, String)
Delete an internal load balancer from the deployment.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public static Task<AzureOperationResponse> DeleteAsync( this ILoadBalancerOperations operations, string serviceName, string deploymentName, string loadBalancerName )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Compute.ILoadBalancerOperations
Reference to the Microsoft.WindowsAzure.Management.Compute.ILoadBalancerOperations.
- serviceName
-
Type:
System.String
Required. The name of the service.
- deploymentName
-
Type:
System.String
Required. The name of the deployment.
- loadBalancerName
-
Type:
System.String
Required. The name of the load balancer.
Return Value
Type: System.Threading.Tasks.Task<AzureOperationResponse>A standard service response including an HTTP status code and request ID.
Show: