157 строки
13 KiB
YAML
157 строки
13 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection"
|
|
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection"
|
|
name: "AzureFirewallApplicationRuleCollection"
|
|
nameWithType: "AzureFirewallApplicationRuleCollection"
|
|
summary: "Application rule collection resource."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.SubResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.microsoft.azure.SubResource.id()?alt=com.microsoft.azure.SubResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.SubResource.withId(java.lang.String)?alt=com.microsoft.azure.SubResource.withId&text=withId\" 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 **AzureFirewallApplicationRuleCollection**</br> extends <xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection.AzureFirewallApplicationRuleCollection()"
|
|
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection.AzureFirewallApplicationRuleCollection()"
|
|
name: "AzureFirewallApplicationRuleCollection()"
|
|
nameWithType: "AzureFirewallApplicationRuleCollection.AzureFirewallApplicationRuleCollection()"
|
|
syntax: "public AzureFirewallApplicationRuleCollection()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection.action()"
|
|
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection.action()"
|
|
name: "action()"
|
|
nameWithType: "AzureFirewallApplicationRuleCollection.action()"
|
|
summary: "Get the action type of a rule collection."
|
|
syntax: "public AzureFirewallRCAction action()"
|
|
desc: "Get the action type of a rule collection."
|
|
returns:
|
|
description: "the action value"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallRCAction?alt=com.microsoft.azure.management.network.AzureFirewallRCAction&text=AzureFirewallRCAction\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection.etag()"
|
|
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection.etag()"
|
|
name: "etag()"
|
|
nameWithType: "AzureFirewallApplicationRuleCollection.etag()"
|
|
summary: "Get a unique read-only string that changes whenever the resource is updated."
|
|
syntax: "public String etag()"
|
|
desc: "Get a unique read-only string that changes whenever the resource is updated."
|
|
returns:
|
|
description: "the etag 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.AzureFirewallApplicationRuleCollection.name()"
|
|
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection.name()"
|
|
name: "name()"
|
|
nameWithType: "AzureFirewallApplicationRuleCollection.name()"
|
|
summary: "Get the name of the resource that is unique within the Azure firewall."
|
|
syntax: "public String name()"
|
|
desc: "Get the name of the resource that is unique within the Azure firewall. This name can be used to access the resource."
|
|
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.AzureFirewallApplicationRuleCollection.priority()"
|
|
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection.priority()"
|
|
name: "priority()"
|
|
nameWithType: "AzureFirewallApplicationRuleCollection.priority()"
|
|
summary: "Get priority of the application rule collection resource."
|
|
syntax: "public Integer priority()"
|
|
desc: "Get priority of the application rule collection resource."
|
|
returns:
|
|
description: "the priority value"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection.provisioningState()"
|
|
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "AzureFirewallApplicationRuleCollection.provisioningState()"
|
|
summary: "Get the provisioning state of the application rule collection resource."
|
|
syntax: "public ProvisioningState provisioningState()"
|
|
desc: "Get the provisioning state of the application rule collection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'."
|
|
returns:
|
|
description: "the provisioningState value"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ProvisioningState?alt=com.microsoft.azure.management.network.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection.rules()"
|
|
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection.rules()"
|
|
name: "rules()"
|
|
nameWithType: "AzureFirewallApplicationRuleCollection.rules()"
|
|
summary: "Get collection of rules used by a application rule collection."
|
|
syntax: "public List<AzureFirewallApplicationRule> rules()"
|
|
desc: "Get collection of rules used by a application rule collection."
|
|
returns:
|
|
description: "the rules value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<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.AzureFirewallApplicationRuleCollection.withAction(com.microsoft.azure.management.network.AzureFirewallRCAction)"
|
|
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection.withAction(AzureFirewallRCAction action)"
|
|
name: "withAction(AzureFirewallRCAction action)"
|
|
nameWithType: "AzureFirewallApplicationRuleCollection.withAction(AzureFirewallRCAction action)"
|
|
summary: "Set the action type of a rule collection."
|
|
parameters:
|
|
- description: "the action value to set"
|
|
name: "action"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallRCAction?alt=com.microsoft.azure.management.network.AzureFirewallRCAction&text=AzureFirewallRCAction\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public AzureFirewallApplicationRuleCollection withAction(AzureFirewallRCAction action)"
|
|
desc: "Set the action type of a rule collection."
|
|
returns:
|
|
description: "the AzureFirewallApplicationRuleCollection object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection?alt=com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection&text=AzureFirewallApplicationRuleCollection\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection.withName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "AzureFirewallApplicationRuleCollection.withName(String name)"
|
|
summary: "Set the name of the resource that is unique within the Azure firewall."
|
|
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 AzureFirewallApplicationRuleCollection withName(String name)"
|
|
desc: "Set the name of the resource that is unique within the Azure firewall. This name can be used to access the resource."
|
|
returns:
|
|
description: "the AzureFirewallApplicationRuleCollection object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection?alt=com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection&text=AzureFirewallApplicationRuleCollection\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection.withPriority(java.lang.Integer)"
|
|
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection.withPriority(Integer priority)"
|
|
name: "withPriority(Integer priority)"
|
|
nameWithType: "AzureFirewallApplicationRuleCollection.withPriority(Integer priority)"
|
|
summary: "Set priority of the application rule collection resource."
|
|
parameters:
|
|
- description: "the priority value to set"
|
|
name: "priority"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public AzureFirewallApplicationRuleCollection withPriority(Integer priority)"
|
|
desc: "Set priority of the application rule collection resource."
|
|
returns:
|
|
description: "the AzureFirewallApplicationRuleCollection object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection?alt=com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection&text=AzureFirewallApplicationRuleCollection\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection.withRules(java.util.List<com.microsoft.azure.management.network.AzureFirewallApplicationRule>)"
|
|
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection.withRules(List<AzureFirewallApplicationRule> rules)"
|
|
name: "withRules(List<AzureFirewallApplicationRule> rules)"
|
|
nameWithType: "AzureFirewallApplicationRuleCollection.withRules(List<AzureFirewallApplicationRule> rules)"
|
|
summary: "Set collection of rules used by a application rule collection."
|
|
parameters:
|
|
- description: "the rules value to set"
|
|
name: "rules"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.AzureFirewallApplicationRule?alt=com.microsoft.azure.management.network.AzureFirewallApplicationRule&text=AzureFirewallApplicationRule\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public AzureFirewallApplicationRuleCollection withRules(List<AzureFirewallApplicationRule> rules)"
|
|
desc: "Set collection of rules used by a application rule collection."
|
|
returns:
|
|
description: "the AzureFirewallApplicationRuleCollection object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection?alt=com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection&text=AzureFirewallApplicationRuleCollection\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Application rule collection resource."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|