azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

42 строки
2.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithProtocol"
fullName: "com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithProtocol"
name: "NetworkSecurityRule.UpdateStages.WithProtocol"
nameWithType: "NetworkSecurityRule.UpdateStages.WithProtocol"
summary: "The stage of the security rule description allowing the protocol that the rule applies to to be specified."
syntax: "public static interface **NetworkSecurityRule.UpdateStages.WithProtocol**"
methods:
- uid: "com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithProtocol.withAnyProtocol()"
fullName: "com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithProtocol.withAnyProtocol()"
name: "withAnyProtocol()"
nameWithType: "NetworkSecurityRule.UpdateStages.WithProtocol.withAnyProtocol()"
summary: "Makes this rule apply to any supported protocol."
modifiers:
- "abstract"
syntax: "public abstract NetworkSecurityRule.Update withAnyProtocol()"
desc: "Makes this rule apply to any supported protocol."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.network.NetworkSecurityRule.Update?alt=com.microsoft.azure.management.network.NetworkSecurityRule.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithProtocol.withProtocol(com.microsoft.azure.management.network.SecurityRuleProtocol)"
fullName: "com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithProtocol.withProtocol(SecurityRuleProtocol protocol)"
name: "withProtocol(SecurityRuleProtocol protocol)"
nameWithType: "NetworkSecurityRule.UpdateStages.WithProtocol.withProtocol(SecurityRuleProtocol protocol)"
summary: "Specifies the protocol that this rule applies to."
modifiers:
- "abstract"
parameters:
- description: "one of the supported protocols"
name: "protocol"
type: "<xref href=\"com.microsoft.azure.management.network.SecurityRuleProtocol?alt=com.microsoft.azure.management.network.SecurityRuleProtocol&text=SecurityRuleProtocol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract NetworkSecurityRule.Update withProtocol(SecurityRuleProtocol protocol)"
desc: "Specifies the protocol that this rule applies to."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.network.NetworkSecurityRule.Update?alt=com.microsoft.azure.management.network.NetworkSecurityRule.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The stage of the security rule description allowing the protocol that the rule applies to to be specified."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4