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