ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface NetworkSecurityRule.UpdateDefinitionStages.WithSourceAddress<ParentT>
| Modifier and Type | Method and Description |
|---|---|
NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT> |
fromAddress(String cidr)
Specifies the traffic source address prefix to which this rule applies.
|
NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT> |
fromAnyAddress()
Specifies that the rule applies to any traffic source address.
|
NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT> fromAddress(String cidr)
cidr - an IP address prefix expressed in the CIDR notationNetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT> fromAnyAddress()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/