public static interface NetworkSecurityRule.UpdateStages.WithProtocol
| Modifier and Type | Method and Description |
|---|---|
NetworkSecurityRule.Update |
withAnyProtocol()
Makes this rule apply to any supported protocol.
|
NetworkSecurityRule.Update |
withProtocol(SecurityRuleProtocol protocol)
Specifies the protocol that this rule applies to.
|
NetworkSecurityRule.Update withProtocol(SecurityRuleProtocol protocol)
protocol - one of the supported protocolsNetworkSecurityRule.Update withAnyProtocol()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/