IAppServicePlansOperations.UpdateVnetRouteWithHttpMessagesAsync(String, String, String, String, VnetRouteInner, Dictionary<String,List<String>>, CancellationToken) Method
Definition
Create or update a Virtual Network route in an App Service plan.
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.VnetRouteInner>> UpdateVnetRouteWithHttpMessagesAsync (string resourceGroupName, string name, string vnetName, string routeName, Microsoft.Azure.Management.AppService.Fluent.Models.VnetRouteInner route, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = null);
abstract member UpdateVnetRouteWithHttpMessagesAsync : string * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.VnetRouteInner * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.VnetRouteInner>>
Parameters
- resourceGroupName
- String
Name of the resource group to which the resource belongs.
- name
- String
Name of the App Service plan.
- vnetName
- String
Name of the Virtual Network.
- routeName
- String
Name of the Virtual Network route.
- route
- VnetRouteInner
Definition of the Virtual Network route.
- customHeaders
- Dictionary<String,List<String>>
The headers that will be added to request.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
- Task<Microsoft.Rest.Azure.AzureOperationResponse<VnetRouteInner>>
Exceptions
Microsoft.Rest.Azure.CloudException
Thrown when the operation returned an invalid status code
Microsoft.Rest.SerializationException
Thrown when unable to deserialize the response
Microsoft.Rest.ValidationException
Thrown when a required parameter is null
Remarks
Create or update a Virtual Network route in an App Service plan.