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

252 строки
19 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.AzureFirewallNetworkRule"
fullName: "com.microsoft.azure.management.network.AzureFirewallNetworkRule"
name: "AzureFirewallNetworkRule"
nameWithType: "AzureFirewallNetworkRule"
summary: "Properties of the network rule."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **AzureFirewallNetworkRule**"
constructors:
- uid: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.AzureFirewallNetworkRule()"
fullName: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.AzureFirewallNetworkRule()"
name: "AzureFirewallNetworkRule()"
nameWithType: "AzureFirewallNetworkRule.AzureFirewallNetworkRule()"
syntax: "public AzureFirewallNetworkRule()"
methods:
- uid: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.description()"
fullName: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.description()"
name: "description()"
nameWithType: "AzureFirewallNetworkRule.description()"
summary: "Get description of the rule."
syntax: "public String description()"
desc: "Get description of the rule."
returns:
description: "the description value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.destinationAddresses()"
fullName: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.destinationAddresses()"
name: "destinationAddresses()"
nameWithType: "AzureFirewallNetworkRule.destinationAddresses()"
summary: "Get list of destination IP addresses."
syntax: "public List<String> destinationAddresses()"
desc: "Get list of destination IP addresses."
returns:
description: "the destinationAddresses value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.destinationFqdns()"
fullName: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.destinationFqdns()"
name: "destinationFqdns()"
nameWithType: "AzureFirewallNetworkRule.destinationFqdns()"
summary: "Get list of destination FQDNs."
syntax: "public List<String> destinationFqdns()"
desc: "Get list of destination FQDNs."
returns:
description: "the destinationFqdns value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.destinationIpGroups()"
fullName: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.destinationIpGroups()"
name: "destinationIpGroups()"
nameWithType: "AzureFirewallNetworkRule.destinationIpGroups()"
summary: "Get list of destination Ip<wbr>Groups for this rule."
syntax: "public List<String> destinationIpGroups()"
desc: "Get list of destination IpGroups for this rule."
returns:
description: "the destinationIpGroups value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.destinationPorts()"
fullName: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.destinationPorts()"
name: "destinationPorts()"
nameWithType: "AzureFirewallNetworkRule.destinationPorts()"
summary: "Get list of destination ports."
syntax: "public List<String> destinationPorts()"
desc: "Get list of destination ports."
returns:
description: "the destinationPorts value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.name()"
fullName: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.name()"
name: "name()"
nameWithType: "AzureFirewallNetworkRule.name()"
summary: "Get name of the network rule."
syntax: "public String name()"
desc: "Get name of the network rule."
returns:
description: "the name value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.protocols()"
fullName: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.protocols()"
name: "protocols()"
nameWithType: "AzureFirewallNetworkRule.protocols()"
summary: "Get array of Azure<wbr>Firewall<wbr>Network<wbr>Rule<wbr>Protocols."
syntax: "public List<AzureFirewallNetworkRuleProtocol> protocols()"
desc: "Get array of AzureFirewallNetworkRuleProtocols."
returns:
description: "the protocols value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.AzureFirewallNetworkRuleProtocol?alt=com.microsoft.azure.management.network.AzureFirewallNetworkRuleProtocol&text=AzureFirewallNetworkRuleProtocol\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.sourceAddresses()"
fullName: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.sourceAddresses()"
name: "sourceAddresses()"
nameWithType: "AzureFirewallNetworkRule.sourceAddresses()"
summary: "Get list of source IP addresses for this rule."
syntax: "public List<String> sourceAddresses()"
desc: "Get list of source IP addresses for this rule."
returns:
description: "the sourceAddresses value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.sourceIpGroups()"
fullName: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.sourceIpGroups()"
name: "sourceIpGroups()"
nameWithType: "AzureFirewallNetworkRule.sourceIpGroups()"
summary: "Get list of source Ip<wbr>Groups for this rule."
syntax: "public List<String> sourceIpGroups()"
desc: "Get list of source IpGroups for this rule."
returns:
description: "the sourceIpGroups value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.withDescription(java.lang.String)"
fullName: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "AzureFirewallNetworkRule.withDescription(String description)"
summary: "Set description of the rule."
parameters:
- description: "the description value to set"
name: "description"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureFirewallNetworkRule withDescription(String description)"
desc: "Set description of the rule."
returns:
description: "the AzureFirewallNetworkRule object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallNetworkRule?alt=com.microsoft.azure.management.network.AzureFirewallNetworkRule&text=AzureFirewallNetworkRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.withDestinationAddresses(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.withDestinationAddresses(List<String> destinationAddresses)"
name: "withDestinationAddresses(List<String> destinationAddresses)"
nameWithType: "AzureFirewallNetworkRule.withDestinationAddresses(List<String> destinationAddresses)"
summary: "Set list of destination IP addresses."
parameters:
- description: "the destinationAddresses value to set"
name: "destinationAddresses"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public AzureFirewallNetworkRule withDestinationAddresses(List<String> destinationAddresses)"
desc: "Set list of destination IP addresses."
returns:
description: "the AzureFirewallNetworkRule object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallNetworkRule?alt=com.microsoft.azure.management.network.AzureFirewallNetworkRule&text=AzureFirewallNetworkRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.withDestinationFqdns(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.withDestinationFqdns(List<String> destinationFqdns)"
name: "withDestinationFqdns(List<String> destinationFqdns)"
nameWithType: "AzureFirewallNetworkRule.withDestinationFqdns(List<String> destinationFqdns)"
summary: "Set list of destination FQDNs."
parameters:
- description: "the destinationFqdns value to set"
name: "destinationFqdns"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public AzureFirewallNetworkRule withDestinationFqdns(List<String> destinationFqdns)"
desc: "Set list of destination FQDNs."
returns:
description: "the AzureFirewallNetworkRule object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallNetworkRule?alt=com.microsoft.azure.management.network.AzureFirewallNetworkRule&text=AzureFirewallNetworkRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.withDestinationIpGroups(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.withDestinationIpGroups(List<String> destinationIpGroups)"
name: "withDestinationIpGroups(List<String> destinationIpGroups)"
nameWithType: "AzureFirewallNetworkRule.withDestinationIpGroups(List<String> destinationIpGroups)"
summary: "Set list of destination Ip<wbr>Groups for this rule."
parameters:
- description: "the destinationIpGroups value to set"
name: "destinationIpGroups"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public AzureFirewallNetworkRule withDestinationIpGroups(List<String> destinationIpGroups)"
desc: "Set list of destination IpGroups for this rule."
returns:
description: "the AzureFirewallNetworkRule object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallNetworkRule?alt=com.microsoft.azure.management.network.AzureFirewallNetworkRule&text=AzureFirewallNetworkRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.withDestinationPorts(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.withDestinationPorts(List<String> destinationPorts)"
name: "withDestinationPorts(List<String> destinationPorts)"
nameWithType: "AzureFirewallNetworkRule.withDestinationPorts(List<String> destinationPorts)"
summary: "Set list of destination ports."
parameters:
- description: "the destinationPorts value to set"
name: "destinationPorts"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public AzureFirewallNetworkRule withDestinationPorts(List<String> destinationPorts)"
desc: "Set list of destination ports."
returns:
description: "the AzureFirewallNetworkRule object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallNetworkRule?alt=com.microsoft.azure.management.network.AzureFirewallNetworkRule&text=AzureFirewallNetworkRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.withName(String name)"
name: "withName(String name)"
nameWithType: "AzureFirewallNetworkRule.withName(String name)"
summary: "Set name of the network rule."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureFirewallNetworkRule withName(String name)"
desc: "Set name of the network rule."
returns:
description: "the AzureFirewallNetworkRule object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallNetworkRule?alt=com.microsoft.azure.management.network.AzureFirewallNetworkRule&text=AzureFirewallNetworkRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.withProtocols(java.util.List<com.microsoft.azure.management.network.AzureFirewallNetworkRuleProtocol>)"
fullName: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.withProtocols(List<AzureFirewallNetworkRuleProtocol> protocols)"
name: "withProtocols(List<AzureFirewallNetworkRuleProtocol> protocols)"
nameWithType: "AzureFirewallNetworkRule.withProtocols(List<AzureFirewallNetworkRuleProtocol> protocols)"
summary: "Set array of Azure<wbr>Firewall<wbr>Network<wbr>Rule<wbr>Protocols."
parameters:
- description: "the protocols value to set"
name: "protocols"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.AzureFirewallNetworkRuleProtocol?alt=com.microsoft.azure.management.network.AzureFirewallNetworkRuleProtocol&text=AzureFirewallNetworkRuleProtocol\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public AzureFirewallNetworkRule withProtocols(List<AzureFirewallNetworkRuleProtocol> protocols)"
desc: "Set array of AzureFirewallNetworkRuleProtocols."
returns:
description: "the AzureFirewallNetworkRule object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallNetworkRule?alt=com.microsoft.azure.management.network.AzureFirewallNetworkRule&text=AzureFirewallNetworkRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.withSourceAddresses(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.withSourceAddresses(List<String> sourceAddresses)"
name: "withSourceAddresses(List<String> sourceAddresses)"
nameWithType: "AzureFirewallNetworkRule.withSourceAddresses(List<String> sourceAddresses)"
summary: "Set list of source IP addresses for this rule."
parameters:
- description: "the sourceAddresses value to set"
name: "sourceAddresses"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public AzureFirewallNetworkRule withSourceAddresses(List<String> sourceAddresses)"
desc: "Set list of source IP addresses for this rule."
returns:
description: "the AzureFirewallNetworkRule object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallNetworkRule?alt=com.microsoft.azure.management.network.AzureFirewallNetworkRule&text=AzureFirewallNetworkRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.withSourceIpGroups(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.AzureFirewallNetworkRule.withSourceIpGroups(List<String> sourceIpGroups)"
name: "withSourceIpGroups(List<String> sourceIpGroups)"
nameWithType: "AzureFirewallNetworkRule.withSourceIpGroups(List<String> sourceIpGroups)"
summary: "Set list of source Ip<wbr>Groups for this rule."
parameters:
- description: "the sourceIpGroups value to set"
name: "sourceIpGroups"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public AzureFirewallNetworkRule withSourceIpGroups(List<String> sourceIpGroups)"
desc: "Set list of source IpGroups for this rule."
returns:
description: "the AzureFirewallNetworkRule object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallNetworkRule?alt=com.microsoft.azure.management.network.AzureFirewallNetworkRule&text=AzureFirewallNetworkRule\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Properties of the network rule."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4