{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-network-networkinterface","description":"NetworkManagementClient","version":"2018-01-01","base_url":"https://management.azure.com","endpoints":11,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api NetworkManagementClient\n@base https://management.azure.com\n@version 2018-01-01\n@auth OAuth2\n@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.}\n@endpoints 11\n@toc subscriptions(11)\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}\n@desc Deletes the specified network interface.\n@required {resourceGroupName: any # The name of the resource group., networkInterfaceName: any # The name of the network interface.}\n@returns(200) Delete successful.\n@returns(202) Accepted and the operation will complete asynchronously.\n@returns(204) Request successful. Resource does not exist.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}\n@desc Gets information about the specified network interface.\n@required {resourceGroupName: any # The name of the resource group., networkInterfaceName: any # The name of the network interface.}\n@optional {$expand: any # Expands referenced resources.}\n@returns(200) Request successful. The operation returns the resulting NetworkInterface resource.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}\n@desc Creates or updates a network interface.\n@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.}\n@returns(200) Update successful. The operation returns the resulting NetworkInterface resource.\n@returns(201) Create successful. The operation returns the resulting NetworkInterface resource.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}\n@desc Updates a network interface tags.\n@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.}\n@returns(200) Update successful. The operation returns the resulting NetworkInterface resource.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkInterfaces\n@desc Gets all network interfaces in a subscription.\n@returns(200) Request successful. The operation returns a list of NetworkInterface resources.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces\n@desc Gets all network interfaces in a resource group.\n@required {resourceGroupName: any # The name of the resource group.}\n@returns(200) Request successful. The operation returns a list of NetworkInterface resources.\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/effectiveRouteTable\n@desc Gets all route tables applied to a network interface.\n@required {resourceGroupName: any # The name of the resource group., networkInterfaceName: any # The name of the network interface.}\n@returns(200) Request successful. The operation returns a list of EffectRoute resources.\n@returns(202) Accepted and the operation will complete asynchronously.\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/effectiveNetworkSecurityGroups\n@desc Gets all network security groups applied to a network interface.\n@required {resourceGroupName: any # The name of the resource group., networkInterfaceName: any # The name of the network interface.}\n@returns(200) Request successful. The operation returns a list of NetworkSecurityGroup resources.\n@returns(202) Accepted and the operation will complete asynchronously.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/ipConfigurations\n@desc Get all ip configurations in a network interface\n@required {resourceGroupName: any # The name of the resource group., networkInterfaceName: any # The name of the network interface.}\n@returns(200) Request successful. The operation returns a list of NetworkInterface IPConfiguration resources.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/ipConfigurations/{ipConfigurationName}\n@desc Gets the specified network interface ip configuration.\n@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.}\n@returns(200) Request successful. The operation returns the resulting NetworkInterface IPConfiguration resource.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/loadBalancers\n@desc List all load balancers in a network interface.\n@required {resourceGroupName: any # The name of the resource group., networkInterfaceName: any # The name of the network interface.}\n@returns(200) Request successful. The operation returns a list of NetworkInterface LoadBalancer resources.\n\n@end\n"}