public static interface Route.UpdateStages.WithDestinationAddressPrefix
| Modifier and Type | Method and Description |
|---|---|
Route.Update |
withDestinationAddressPrefix(String cidr)
Specifies the destination address prefix to apply the route to.
|
Route.Update withDestinationAddressPrefix(String cidr)
cidr - an address prefix expressed in the CIDR notation/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/