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

54 строки
6.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.NetworkSecurityRule.Update"
fullName: "com.microsoft.azure.management.network.NetworkSecurityRule.Update"
name: "NetworkSecurityRule.Update"
nameWithType: "NetworkSecurityRule.Update"
summary: "The entirety of a security rule update as part of a network security group update."
syntax: "public static interface **NetworkSecurityRule.Update**</br> extends <xref href=\"com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithDirectionAccess?alt=com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithDirectionAccess&text=WithDirectionAccess\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithSourceAddressOrSecurityGroup?alt=com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithSourceAddressOrSecurityGroup&text=WithSourceAddressOrSecurityGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithSourcePort?alt=com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithSourcePort&text=WithSourcePort\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithDestinationAddressOrSecurityGroup?alt=com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithDestinationAddressOrSecurityGroup&text=WithDestinationAddressOrSecurityGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithDestinationPort?alt=com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithDestinationPort&text=WithDestinationPort\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithProtocol?alt=com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithProtocol&text=WithProtocol\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Settable?alt=com.microsoft.azure.management.resources.fluentcore.model.Settable&text=Settable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NetworkSecurityGroup.Update?alt=com.microsoft.azure.management.network.NetworkSecurityGroup.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.network.NetworkSecurityRule.Update.withDescription(java.lang.String)"
fullName: "com.microsoft.azure.management.network.NetworkSecurityRule.Update.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "NetworkSecurityRule.Update.withDescription(String description)"
summary: "Specifies a description for this security rule."
modifiers:
- "abstract"
parameters:
- description: "a text description to associate with this security rule"
name: "description"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract NetworkSecurityRule.Update withDescription(String description)"
desc: "Specifies a description for this security rule."
returns:
description: "the next stage"
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.Update.withPriority(int)"
fullName: "com.microsoft.azure.management.network.NetworkSecurityRule.Update.withPriority(int priority)"
name: "withPriority(int priority)"
nameWithType: "NetworkSecurityRule.Update.withPriority(int priority)"
summary: "Specifies the priority to assign to this security rule."
modifiers:
- "abstract"
parameters:
- description: "the priority number in the range 100 to 4096"
name: "priority"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract NetworkSecurityRule.Update withPriority(int priority)"
desc: "Specifies the priority to assign to this security rule.\n\nSecurity rules are applied in the order of their assigned priority."
returns:
description: "the next stage of the update"
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 entirety of a security rule update as part of a network security group update."
implements:
- "<xref href=\"com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithDestinationAddressOrSecurityGroup?alt=com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithDestinationAddressOrSecurityGroup&text=WithDestinationAddressOrSecurityGroup\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithDestinationPort?alt=com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithDestinationPort&text=WithDestinationPort\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithDirectionAccess?alt=com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithDirectionAccess&text=WithDirectionAccess\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithProtocol?alt=com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithProtocol&text=WithProtocol\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithSourceAddressOrSecurityGroup?alt=com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithSourceAddressOrSecurityGroup&text=WithSourceAddressOrSecurityGroup\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithSourcePort?alt=com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithSourcePort&text=WithSourcePort\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Settable?alt=com.microsoft.azure.management.resources.fluentcore.model.Settable&text=Settable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NetworkSecurityGroup.Update?alt=com.microsoft.azure.management.network.NetworkSecurityGroup.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4