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

163 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ApplicationRuleCondition"
fullName: "com.microsoft.azure.management.network.ApplicationRuleCondition"
name: "ApplicationRuleCondition"
nameWithType: "ApplicationRuleCondition"
summary: "Rule condition of type application."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.network.FirewallPolicyRuleCondition?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.microsoft.azure.management.network.FirewallPolicyRuleCondition?alt=com.microsoft.azure.management.network.FirewallPolicyRuleCondition&text=FirewallPolicyRuleCondition\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.microsoft.azure.management.network.FirewallPolicyRuleCondition.description()?alt=com.microsoft.azure.management.network.FirewallPolicyRuleCondition.description&text=description\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.network.FirewallPolicyRuleCondition.name()?alt=com.microsoft.azure.management.network.FirewallPolicyRuleCondition.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.network.FirewallPolicyRuleCondition.withDescription(java.lang.String)?alt=com.microsoft.azure.management.network.FirewallPolicyRuleCondition.withDescription&text=withDescription\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.network.FirewallPolicyRuleCondition.withName(java.lang.String)?alt=com.microsoft.azure.management.network.FirewallPolicyRuleCondition.withName&text=withName\" data-throw-if-not-resolved=\"False\" />"
- 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 **ApplicationRuleCondition**</br> extends <xref href=\"com.microsoft.azure.management.network.FirewallPolicyRuleCondition?alt=com.microsoft.azure.management.network.FirewallPolicyRuleCondition&text=FirewallPolicyRuleCondition\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.azure.management.network.ApplicationRuleCondition.ApplicationRuleCondition()"
fullName: "com.microsoft.azure.management.network.ApplicationRuleCondition.ApplicationRuleCondition()"
name: "ApplicationRuleCondition()"
nameWithType: "ApplicationRuleCondition.ApplicationRuleCondition()"
syntax: "public ApplicationRuleCondition()"
methods:
- uid: "com.microsoft.azure.management.network.ApplicationRuleCondition.destinationAddresses()"
fullName: "com.microsoft.azure.management.network.ApplicationRuleCondition.destinationAddresses()"
name: "destinationAddresses()"
nameWithType: "ApplicationRuleCondition.destinationAddresses()"
summary: "Get list of destination IP addresses or Service Tags."
syntax: "public List<String> destinationAddresses()"
desc: "Get list of destination IP addresses or Service Tags."
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.ApplicationRuleCondition.fqdnTags()"
fullName: "com.microsoft.azure.management.network.ApplicationRuleCondition.fqdnTags()"
name: "fqdnTags()"
nameWithType: "ApplicationRuleCondition.fqdnTags()"
summary: "Get list of FQDN Tags for this rule condition."
syntax: "public List<String> fqdnTags()"
desc: "Get list of FQDN Tags for this rule condition."
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.ApplicationRuleCondition.protocols()"
fullName: "com.microsoft.azure.management.network.ApplicationRuleCondition.protocols()"
name: "protocols()"
nameWithType: "ApplicationRuleCondition.protocols()"
summary: "Get array of Application Protocols."
syntax: "public List<FirewallPolicyRuleConditionApplicationProtocol> protocols()"
desc: "Get array of Application Protocols."
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.FirewallPolicyRuleConditionApplicationProtocol?alt=com.microsoft.azure.management.network.FirewallPolicyRuleConditionApplicationProtocol&text=FirewallPolicyRuleConditionApplicationProtocol\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.ApplicationRuleCondition.sourceAddresses()"
fullName: "com.microsoft.azure.management.network.ApplicationRuleCondition.sourceAddresses()"
name: "sourceAddresses()"
nameWithType: "ApplicationRuleCondition.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.ApplicationRuleCondition.targetFqdns()"
fullName: "com.microsoft.azure.management.network.ApplicationRuleCondition.targetFqdns()"
name: "targetFqdns()"
nameWithType: "ApplicationRuleCondition.targetFqdns()"
summary: "Get list of FQDNs for this rule condition."
syntax: "public List<String> targetFqdns()"
desc: "Get list of FQDNs for this rule condition."
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.ApplicationRuleCondition.withDestinationAddresses(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.ApplicationRuleCondition.withDestinationAddresses(List<String> destinationAddresses)"
name: "withDestinationAddresses(List<String> destinationAddresses)"
nameWithType: "ApplicationRuleCondition.withDestinationAddresses(List<String> destinationAddresses)"
summary: "Set list of destination IP addresses or Service Tags."
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 ApplicationRuleCondition withDestinationAddresses(List<String> destinationAddresses)"
desc: "Set list of destination IP addresses or Service Tags."
returns:
description: "the ApplicationRuleCondition object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationRuleCondition?alt=com.microsoft.azure.management.network.ApplicationRuleCondition&text=ApplicationRuleCondition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationRuleCondition.withFqdnTags(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.ApplicationRuleCondition.withFqdnTags(List<String> fqdnTags)"
name: "withFqdnTags(List<String> fqdnTags)"
nameWithType: "ApplicationRuleCondition.withFqdnTags(List<String> fqdnTags)"
summary: "Set list of FQDN Tags for this rule condition."
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 ApplicationRuleCondition withFqdnTags(List<String> fqdnTags)"
desc: "Set list of FQDN Tags for this rule condition."
returns:
description: "the ApplicationRuleCondition object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationRuleCondition?alt=com.microsoft.azure.management.network.ApplicationRuleCondition&text=ApplicationRuleCondition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationRuleCondition.withProtocols(java.util.List<com.microsoft.azure.management.network.FirewallPolicyRuleConditionApplicationProtocol>)"
fullName: "com.microsoft.azure.management.network.ApplicationRuleCondition.withProtocols(List<FirewallPolicyRuleConditionApplicationProtocol> protocols)"
name: "withProtocols(List<FirewallPolicyRuleConditionApplicationProtocol> protocols)"
nameWithType: "ApplicationRuleCondition.withProtocols(List<FirewallPolicyRuleConditionApplicationProtocol> protocols)"
summary: "Set array of Application 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.FirewallPolicyRuleConditionApplicationProtocol?alt=com.microsoft.azure.management.network.FirewallPolicyRuleConditionApplicationProtocol&text=FirewallPolicyRuleConditionApplicationProtocol\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ApplicationRuleCondition withProtocols(List<FirewallPolicyRuleConditionApplicationProtocol> protocols)"
desc: "Set array of Application Protocols."
returns:
description: "the ApplicationRuleCondition object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationRuleCondition?alt=com.microsoft.azure.management.network.ApplicationRuleCondition&text=ApplicationRuleCondition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationRuleCondition.withSourceAddresses(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.ApplicationRuleCondition.withSourceAddresses(List<String> sourceAddresses)"
name: "withSourceAddresses(List<String> sourceAddresses)"
nameWithType: "ApplicationRuleCondition.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 ApplicationRuleCondition withSourceAddresses(List<String> sourceAddresses)"
desc: "Set list of source IP addresses for this rule."
returns:
description: "the ApplicationRuleCondition object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationRuleCondition?alt=com.microsoft.azure.management.network.ApplicationRuleCondition&text=ApplicationRuleCondition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationRuleCondition.withTargetFqdns(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.ApplicationRuleCondition.withTargetFqdns(List<String> targetFqdns)"
name: "withTargetFqdns(List<String> targetFqdns)"
nameWithType: "ApplicationRuleCondition.withTargetFqdns(List<String> targetFqdns)"
summary: "Set list of FQDNs for this rule condition."
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 ApplicationRuleCondition withTargetFqdns(List<String> targetFqdns)"
desc: "Set list of FQDNs for this rule condition."
returns:
description: "the ApplicationRuleCondition object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationRuleCondition?alt=com.microsoft.azure.management.network.ApplicationRuleCondition&text=ApplicationRuleCondition\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Rule condition of type application."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4