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

204 строки
16 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.AzureFirewallApplicationRule"
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRule"
name: "AzureFirewallApplicationRule"
nameWithType: "AzureFirewallApplicationRule"
summary: "Properties of an application 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 **AzureFirewallApplicationRule**"
constructors:
- uid: "com.microsoft.azure.management.network.AzureFirewallApplicationRule.AzureFirewallApplicationRule()"
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRule.AzureFirewallApplicationRule()"
name: "AzureFirewallApplicationRule()"
nameWithType: "AzureFirewallApplicationRule.AzureFirewallApplicationRule()"
syntax: "public AzureFirewallApplicationRule()"
methods:
- uid: "com.microsoft.azure.management.network.AzureFirewallApplicationRule.description()"
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRule.description()"
name: "description()"
nameWithType: "AzureFirewallApplicationRule.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.AzureFirewallApplicationRule.fqdnTags()"
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRule.fqdnTags()"
name: "fqdnTags()"
nameWithType: "AzureFirewallApplicationRule.fqdnTags()"
summary: "Get list of FQDN Tags for this rule."
syntax: "public List<String> fqdnTags()"
desc: "Get list of FQDN Tags for this rule."
returns:
description: "the fqdnTags 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.AzureFirewallApplicationRule.name()"
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRule.name()"
name: "name()"
nameWithType: "AzureFirewallApplicationRule.name()"
summary: "Get name of the application rule."
syntax: "public String name()"
desc: "Get name of the application 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.AzureFirewallApplicationRule.protocols()"
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRule.protocols()"
name: "protocols()"
nameWithType: "AzureFirewallApplicationRule.protocols()"
summary: "Get array of Application<wbr>Rule<wbr>Protocols."
syntax: "public List<AzureFirewallApplicationRuleProtocol> protocols()"
desc: "Get array of ApplicationRuleProtocols."
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.AzureFirewallApplicationRuleProtocol?alt=com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocol&text=AzureFirewallApplicationRuleProtocol\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.AzureFirewallApplicationRule.sourceAddresses()"
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRule.sourceAddresses()"
name: "sourceAddresses()"
nameWithType: "AzureFirewallApplicationRule.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.AzureFirewallApplicationRule.sourceIpGroups()"
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRule.sourceIpGroups()"
name: "sourceIpGroups()"
nameWithType: "AzureFirewallApplicationRule.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.AzureFirewallApplicationRule.targetFqdns()"
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRule.targetFqdns()"
name: "targetFqdns()"
nameWithType: "AzureFirewallApplicationRule.targetFqdns()"
summary: "Get list of FQDNs for this rule."
syntax: "public List<String> targetFqdns()"
desc: "Get list of FQDNs for this rule."
returns:
description: "the targetFqdns 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.AzureFirewallApplicationRule.withDescription(java.lang.String)"
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRule.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "AzureFirewallApplicationRule.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 AzureFirewallApplicationRule withDescription(String description)"
desc: "Set description of the rule."
returns:
description: "the AzureFirewallApplicationRule object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallApplicationRule?alt=com.microsoft.azure.management.network.AzureFirewallApplicationRule&text=AzureFirewallApplicationRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureFirewallApplicationRule.withFqdnTags(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRule.withFqdnTags(List<String> fqdnTags)"
name: "withFqdnTags(List<String> fqdnTags)"
nameWithType: "AzureFirewallApplicationRule.withFqdnTags(List<String> fqdnTags)"
summary: "Set list of FQDN Tags for this rule."
parameters:
- description: "the fqdnTags value to set"
name: "fqdnTags"
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 AzureFirewallApplicationRule withFqdnTags(List<String> fqdnTags)"
desc: "Set list of FQDN Tags for this rule."
returns:
description: "the AzureFirewallApplicationRule object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallApplicationRule?alt=com.microsoft.azure.management.network.AzureFirewallApplicationRule&text=AzureFirewallApplicationRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureFirewallApplicationRule.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRule.withName(String name)"
name: "withName(String name)"
nameWithType: "AzureFirewallApplicationRule.withName(String name)"
summary: "Set name of the application 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 AzureFirewallApplicationRule withName(String name)"
desc: "Set name of the application rule."
returns:
description: "the AzureFirewallApplicationRule object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallApplicationRule?alt=com.microsoft.azure.management.network.AzureFirewallApplicationRule&text=AzureFirewallApplicationRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureFirewallApplicationRule.withProtocols(java.util.List<com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocol>)"
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRule.withProtocols(List<AzureFirewallApplicationRuleProtocol> protocols)"
name: "withProtocols(List<AzureFirewallApplicationRuleProtocol> protocols)"
nameWithType: "AzureFirewallApplicationRule.withProtocols(List<AzureFirewallApplicationRuleProtocol> protocols)"
summary: "Set array of Application<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.AzureFirewallApplicationRuleProtocol?alt=com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocol&text=AzureFirewallApplicationRuleProtocol\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public AzureFirewallApplicationRule withProtocols(List<AzureFirewallApplicationRuleProtocol> protocols)"
desc: "Set array of ApplicationRuleProtocols."
returns:
description: "the AzureFirewallApplicationRule object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallApplicationRule?alt=com.microsoft.azure.management.network.AzureFirewallApplicationRule&text=AzureFirewallApplicationRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureFirewallApplicationRule.withSourceAddresses(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRule.withSourceAddresses(List<String> sourceAddresses)"
name: "withSourceAddresses(List<String> sourceAddresses)"
nameWithType: "AzureFirewallApplicationRule.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 AzureFirewallApplicationRule withSourceAddresses(List<String> sourceAddresses)"
desc: "Set list of source IP addresses for this rule."
returns:
description: "the AzureFirewallApplicationRule object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallApplicationRule?alt=com.microsoft.azure.management.network.AzureFirewallApplicationRule&text=AzureFirewallApplicationRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureFirewallApplicationRule.withSourceIpGroups(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRule.withSourceIpGroups(List<String> sourceIpGroups)"
name: "withSourceIpGroups(List<String> sourceIpGroups)"
nameWithType: "AzureFirewallApplicationRule.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 AzureFirewallApplicationRule withSourceIpGroups(List<String> sourceIpGroups)"
desc: "Set list of source IpGroups for this rule."
returns:
description: "the AzureFirewallApplicationRule object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallApplicationRule?alt=com.microsoft.azure.management.network.AzureFirewallApplicationRule&text=AzureFirewallApplicationRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureFirewallApplicationRule.withTargetFqdns(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRule.withTargetFqdns(List<String> targetFqdns)"
name: "withTargetFqdns(List<String> targetFqdns)"
nameWithType: "AzureFirewallApplicationRule.withTargetFqdns(List<String> targetFqdns)"
summary: "Set list of FQDNs for this rule."
parameters:
- description: "the targetFqdns value to set"
name: "targetFqdns"
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 AzureFirewallApplicationRule withTargetFqdns(List<String> targetFqdns)"
desc: "Set list of FQDNs for this rule."
returns:
description: "the AzureFirewallApplicationRule object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallApplicationRule?alt=com.microsoft.azure.management.network.AzureFirewallApplicationRule&text=AzureFirewallApplicationRule\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Properties of an application rule."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4