ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface NetworkSecurityRule.DefinitionStages.WithProtocol<ParentT>
| Modifier and Type | Method and Description |
|---|---|
NetworkSecurityRule.DefinitionStages.WithAttach<ParentT> |
withAnyProtocol()
Makes this rule apply to any supported protocol.
|
NetworkSecurityRule.DefinitionStages.WithAttach<ParentT> |
withProtocol(SecurityRuleProtocol protocol)
Specifies the protocol that this rule applies to.
|
NetworkSecurityRule.DefinitionStages.WithAttach<ParentT> withProtocol(SecurityRuleProtocol protocol)
protocol - one of the supported protocolsNetworkSecurityRule.DefinitionStages.WithAttach<ParentT> withAnyProtocol()
Copyright © 2020 Microsoft Corporation. All rights reserved.