@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api NetworkManagementClient
@base https://management.azure.com
@version 2018-01-01
@auth OAuth2
@common_fields {api-version: any # Client API version., subscriptionId: any # The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}
@endpoints 11
@toc subscriptions(11)

@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}
@desc Deletes the specified network interface.
@required {resourceGroupName: any # The name of the resource group., networkInterfaceName: any # The name of the network interface.}
@returns(200) Delete successful.
@returns(202) Accepted and the operation will complete asynchronously.
@returns(204) Request successful. Resource does not exist.

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}
@desc Gets information about the specified network interface.
@required {resourceGroupName: any # The name of the resource group., networkInterfaceName: any # The name of the network interface.}
@optional {$expand: any # Expands referenced resources.}
@returns(200) Request successful. The operation returns the resulting NetworkInterface resource.

@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}
@desc Creates or updates a network interface.
@required {resourceGroupName: any # The name of the resource group., networkInterfaceName: any # The name of the network interface., parameters: any # Parameters supplied to the create or update network interface operation.}
@returns(200) Update successful. The operation returns the resulting NetworkInterface resource.
@returns(201) Create successful. The operation returns the resulting NetworkInterface resource.

@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}
@desc Updates a network interface tags.
@required {resourceGroupName: any # The name of the resource group., networkInterfaceName: any # The name of the network interface., parameters: any # Parameters supplied to update network interface tags.}
@returns(200) Update successful. The operation returns the resulting NetworkInterface resource.

@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkInterfaces
@desc Gets all network interfaces in a subscription.
@returns(200) Request successful. The operation returns a list of NetworkInterface resources.

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces
@desc Gets all network interfaces in a resource group.
@required {resourceGroupName: any # The name of the resource group.}
@returns(200) Request successful. The operation returns a list of NetworkInterface resources.

@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/effectiveRouteTable
@desc Gets all route tables applied to a network interface.
@required {resourceGroupName: any # The name of the resource group., networkInterfaceName: any # The name of the network interface.}
@returns(200) Request successful. The operation returns a list of EffectRoute resources.
@returns(202) Accepted and the operation will complete asynchronously.

@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/effectiveNetworkSecurityGroups
@desc Gets all network security groups applied to a network interface.
@required {resourceGroupName: any # The name of the resource group., networkInterfaceName: any # The name of the network interface.}
@returns(200) Request successful. The operation returns a list of NetworkSecurityGroup resources.
@returns(202) Accepted and the operation will complete asynchronously.

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/ipConfigurations
@desc Get all ip configurations in a network interface
@required {resourceGroupName: any # The name of the resource group., networkInterfaceName: any # The name of the network interface.}
@returns(200) Request successful. The operation returns a list of NetworkInterface IPConfiguration resources.

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/ipConfigurations/{ipConfigurationName}
@desc Gets the specified network interface ip configuration.
@required {resourceGroupName: any # The name of the resource group., networkInterfaceName: any # The name of the network interface., ipConfigurationName: any # The name of the ip configuration name.}
@returns(200) Request successful. The operation returns the resulting NetworkInterface IPConfiguration resource.

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/loadBalancers
@desc List all load balancers in a network interface.
@required {resourceGroupName: any # The name of the resource group., networkInterfaceName: any # The name of the network interface.}
@returns(200) Request successful. The operation returns a list of NetworkInterface LoadBalancer resources.

@end
