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

180 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult"
fullName: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult"
name: "NetworkSecurityRulesEvaluationResult"
nameWithType: "NetworkSecurityRulesEvaluationResult"
summary: "Network security rules evaluation result."
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 **NetworkSecurityRulesEvaluationResult**"
constructors:
- uid: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.NetworkSecurityRulesEvaluationResult()"
fullName: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.NetworkSecurityRulesEvaluationResult()"
name: "NetworkSecurityRulesEvaluationResult()"
nameWithType: "NetworkSecurityRulesEvaluationResult.NetworkSecurityRulesEvaluationResult()"
syntax: "public NetworkSecurityRulesEvaluationResult()"
methods:
- uid: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.destinationMatched()"
fullName: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.destinationMatched()"
name: "destinationMatched()"
nameWithType: "NetworkSecurityRulesEvaluationResult.destinationMatched()"
summary: "Get value indicating whether destination is matched."
syntax: "public Boolean destinationMatched()"
desc: "Get value indicating whether destination is matched."
returns:
description: "the destinationMatched value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.destinationPortMatched()"
fullName: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.destinationPortMatched()"
name: "destinationPortMatched()"
nameWithType: "NetworkSecurityRulesEvaluationResult.destinationPortMatched()"
summary: "Get value indicating whether destination port is matched."
syntax: "public Boolean destinationPortMatched()"
desc: "Get value indicating whether destination port is matched."
returns:
description: "the destinationPortMatched value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.name()"
fullName: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.name()"
name: "name()"
nameWithType: "NetworkSecurityRulesEvaluationResult.name()"
summary: "Get name of the network security rule."
syntax: "public String name()"
desc: "Get name of the network security 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.NetworkSecurityRulesEvaluationResult.protocolMatched()"
fullName: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.protocolMatched()"
name: "protocolMatched()"
nameWithType: "NetworkSecurityRulesEvaluationResult.protocolMatched()"
summary: "Get value indicating whether protocol is matched."
syntax: "public Boolean protocolMatched()"
desc: "Get value indicating whether protocol is matched."
returns:
description: "the protocolMatched value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.sourceMatched()"
fullName: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.sourceMatched()"
name: "sourceMatched()"
nameWithType: "NetworkSecurityRulesEvaluationResult.sourceMatched()"
summary: "Get value indicating whether source is matched."
syntax: "public Boolean sourceMatched()"
desc: "Get value indicating whether source is matched."
returns:
description: "the sourceMatched value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.sourcePortMatched()"
fullName: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.sourcePortMatched()"
name: "sourcePortMatched()"
nameWithType: "NetworkSecurityRulesEvaluationResult.sourcePortMatched()"
summary: "Get value indicating whether source port is matched."
syntax: "public Boolean sourcePortMatched()"
desc: "Get value indicating whether source port is matched."
returns:
description: "the sourcePortMatched value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.withDestinationMatched(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.withDestinationMatched(Boolean destinationMatched)"
name: "withDestinationMatched(Boolean destinationMatched)"
nameWithType: "NetworkSecurityRulesEvaluationResult.withDestinationMatched(Boolean destinationMatched)"
summary: "Set value indicating whether destination is matched."
parameters:
- description: "the destinationMatched value to set"
name: "destinationMatched"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NetworkSecurityRulesEvaluationResult withDestinationMatched(Boolean destinationMatched)"
desc: "Set value indicating whether destination is matched."
returns:
description: "the NetworkSecurityRulesEvaluationResult object itself."
type: "<xref href=\"com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult?alt=com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult&text=NetworkSecurityRulesEvaluationResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.withDestinationPortMatched(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.withDestinationPortMatched(Boolean destinationPortMatched)"
name: "withDestinationPortMatched(Boolean destinationPortMatched)"
nameWithType: "NetworkSecurityRulesEvaluationResult.withDestinationPortMatched(Boolean destinationPortMatched)"
summary: "Set value indicating whether destination port is matched."
parameters:
- description: "the destinationPortMatched value to set"
name: "destinationPortMatched"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NetworkSecurityRulesEvaluationResult withDestinationPortMatched(Boolean destinationPortMatched)"
desc: "Set value indicating whether destination port is matched."
returns:
description: "the NetworkSecurityRulesEvaluationResult object itself."
type: "<xref href=\"com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult?alt=com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult&text=NetworkSecurityRulesEvaluationResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.withName(String name)"
name: "withName(String name)"
nameWithType: "NetworkSecurityRulesEvaluationResult.withName(String name)"
summary: "Set name of the network security 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 NetworkSecurityRulesEvaluationResult withName(String name)"
desc: "Set name of the network security rule."
returns:
description: "the NetworkSecurityRulesEvaluationResult object itself."
type: "<xref href=\"com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult?alt=com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult&text=NetworkSecurityRulesEvaluationResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.withProtocolMatched(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.withProtocolMatched(Boolean protocolMatched)"
name: "withProtocolMatched(Boolean protocolMatched)"
nameWithType: "NetworkSecurityRulesEvaluationResult.withProtocolMatched(Boolean protocolMatched)"
summary: "Set value indicating whether protocol is matched."
parameters:
- description: "the protocolMatched value to set"
name: "protocolMatched"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NetworkSecurityRulesEvaluationResult withProtocolMatched(Boolean protocolMatched)"
desc: "Set value indicating whether protocol is matched."
returns:
description: "the NetworkSecurityRulesEvaluationResult object itself."
type: "<xref href=\"com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult?alt=com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult&text=NetworkSecurityRulesEvaluationResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.withSourceMatched(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.withSourceMatched(Boolean sourceMatched)"
name: "withSourceMatched(Boolean sourceMatched)"
nameWithType: "NetworkSecurityRulesEvaluationResult.withSourceMatched(Boolean sourceMatched)"
summary: "Set value indicating whether source is matched."
parameters:
- description: "the sourceMatched value to set"
name: "sourceMatched"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NetworkSecurityRulesEvaluationResult withSourceMatched(Boolean sourceMatched)"
desc: "Set value indicating whether source is matched."
returns:
description: "the NetworkSecurityRulesEvaluationResult object itself."
type: "<xref href=\"com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult?alt=com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult&text=NetworkSecurityRulesEvaluationResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.withSourcePortMatched(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult.withSourcePortMatched(Boolean sourcePortMatched)"
name: "withSourcePortMatched(Boolean sourcePortMatched)"
nameWithType: "NetworkSecurityRulesEvaluationResult.withSourcePortMatched(Boolean sourcePortMatched)"
summary: "Set value indicating whether source port is matched."
parameters:
- description: "the sourcePortMatched value to set"
name: "sourcePortMatched"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NetworkSecurityRulesEvaluationResult withSourcePortMatched(Boolean sourcePortMatched)"
desc: "Set value indicating whether source port is matched."
returns:
description: "the NetworkSecurityRulesEvaluationResult object itself."
type: "<xref href=\"com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult?alt=com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult&text=NetworkSecurityRulesEvaluationResult\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Network security rules evaluation result."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4