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.
|
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)ApplicationGatewayUrlPathMap.Update updateUrlPathMap(String name)
name - the name of an existing redirect configuration to update (case sensitive)Copyright © 2021 Microsoft Corporation. All rights reserved.