ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface NetworkSecurityRule.DefinitionStages.WithDestinationAddress<ParentT>
| Modifier and Type | Method and Description |
|---|---|
NetworkSecurityRule.DefinitionStages.WithDestinationPort<ParentT> |
toAddress(String cidr)
Specifies the traffic destination address range to which this rule applies.
|
NetworkSecurityRule.DefinitionStages.WithDestinationPort<ParentT> |
toAnyAddress()
Makes the rule apply to any traffic destination address.
|
NetworkSecurityRule.DefinitionStages.WithDestinationPort<ParentT> toAddress(String cidr)
cidr - an IP address range expressed in the CIDR notationNetworkSecurityRule.DefinitionStages.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.
*/