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