public static interface NetworkSecurityRule.UpdateStages.WithDestinationAddress
| Modifier and Type | Method and Description |
|---|---|
NetworkSecurityRule.Update |
toAddress(String cidr)
Specifies the traffic destination address range to which this rule applies.
|
NetworkSecurityRule.Update |
toAnyAddress()
Makes the rule apply to any traffic destination address.
|
NetworkSecurityRule.Update toAddress(String cidr)
cidr - an IP address range expressed in the CIDR notationNetworkSecurityRule.Update toAnyAddress()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/