public static interface ApplicationGateway.UpdateStages.WithUrlPathMap
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayUrlPathMap.Update |
updateUrlPathMap(String name)
Begins the update of a URL path map.
|
ApplicationGateway.Update |
withoutUrlPathMap(String name)
Removes a URL path map from the application gateway.
|
@Beta(value=V1_11_0) ApplicationGateway.Update withoutUrlPathMap(String name)
Note that removing a URL path map referenced by other settings may break the application gateway.
name - the name of the URL path map to remove (case sensitive)@Beta(value=V1_11_0) ApplicationGatewayUrlPathMap.Update updateUrlPathMap(String name)
name - the name of an existing redirect configuration to update (case sensitive)/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/