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

156 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile"
fullName: "com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile"
name: "NetworkConfigurationDiagnosticProfile"
nameWithType: "NetworkConfigurationDiagnosticProfile"
summary: "Parameters to compare with network configuration."
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 **NetworkConfigurationDiagnosticProfile**"
constructors:
- uid: "com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile.NetworkConfigurationDiagnosticProfile()"
fullName: "com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile.NetworkConfigurationDiagnosticProfile()"
name: "NetworkConfigurationDiagnosticProfile()"
nameWithType: "NetworkConfigurationDiagnosticProfile.NetworkConfigurationDiagnosticProfile()"
syntax: "public NetworkConfigurationDiagnosticProfile()"
methods:
- uid: "com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile.destination()"
fullName: "com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile.destination()"
name: "destination()"
nameWithType: "NetworkConfigurationDiagnosticProfile.destination()"
summary: "Get traffic destination."
syntax: "public String destination()"
desc: "Get traffic destination. Accepted values are: '\\*', IP Address/CIDR, Service Tag."
returns:
description: "the destination 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.NetworkConfigurationDiagnosticProfile.destinationPort()"
fullName: "com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile.destinationPort()"
name: "destinationPort()"
nameWithType: "NetworkConfigurationDiagnosticProfile.destinationPort()"
summary: "Get traffic destination port."
syntax: "public String destinationPort()"
desc: "Get traffic destination port. Accepted values are '\\*' and a single port in the range (0 - 65535)."
returns:
description: "the destinationPort 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.NetworkConfigurationDiagnosticProfile.direction()"
fullName: "com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile.direction()"
name: "direction()"
nameWithType: "NetworkConfigurationDiagnosticProfile.direction()"
summary: "Get the direction of the traffic."
syntax: "public Direction direction()"
desc: "Get the direction of the traffic. Possible values include: 'Inbound', 'Outbound'."
returns:
description: "the direction value"
type: "<xref href=\"com.microsoft.azure.management.network.Direction?alt=com.microsoft.azure.management.network.Direction&text=Direction\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile.protocol()"
fullName: "com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile.protocol()"
name: "protocol()"
nameWithType: "NetworkConfigurationDiagnosticProfile.protocol()"
summary: "Get protocol to be verified on."
syntax: "public String protocol()"
desc: "Get protocol to be verified on. Accepted values are '\\*', TCP, UDP."
returns:
description: "the protocol 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.NetworkConfigurationDiagnosticProfile.source()"
fullName: "com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile.source()"
name: "source()"
nameWithType: "NetworkConfigurationDiagnosticProfile.source()"
summary: "Get traffic source."
syntax: "public String source()"
desc: "Get traffic source. Accepted values are '\\*', IP Address/CIDR, Service Tag."
returns:
description: "the source 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.NetworkConfigurationDiagnosticProfile.withDestination(java.lang.String)"
fullName: "com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile.withDestination(String destination)"
name: "withDestination(String destination)"
nameWithType: "NetworkConfigurationDiagnosticProfile.withDestination(String destination)"
summary: "Set traffic destination."
parameters:
- description: "the destination value to set"
name: "destination"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NetworkConfigurationDiagnosticProfile withDestination(String destination)"
desc: "Set traffic destination. Accepted values are: '\\*', IP Address/CIDR, Service Tag."
returns:
description: "the NetworkConfigurationDiagnosticProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile?alt=com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile&text=NetworkConfigurationDiagnosticProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile.withDestinationPort(java.lang.String)"
fullName: "com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile.withDestinationPort(String destinationPort)"
name: "withDestinationPort(String destinationPort)"
nameWithType: "NetworkConfigurationDiagnosticProfile.withDestinationPort(String destinationPort)"
summary: "Set traffic destination port."
parameters:
- description: "the destinationPort value to set"
name: "destinationPort"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NetworkConfigurationDiagnosticProfile withDestinationPort(String destinationPort)"
desc: "Set traffic destination port. Accepted values are '\\*' and a single port in the range (0 - 65535)."
returns:
description: "the NetworkConfigurationDiagnosticProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile?alt=com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile&text=NetworkConfigurationDiagnosticProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile.withDirection(com.microsoft.azure.management.network.Direction)"
fullName: "com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile.withDirection(Direction direction)"
name: "withDirection(Direction direction)"
nameWithType: "NetworkConfigurationDiagnosticProfile.withDirection(Direction direction)"
summary: "Set the direction of the traffic."
parameters:
- description: "the direction value to set"
name: "direction"
type: "<xref href=\"com.microsoft.azure.management.network.Direction?alt=com.microsoft.azure.management.network.Direction&text=Direction\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NetworkConfigurationDiagnosticProfile withDirection(Direction direction)"
desc: "Set the direction of the traffic. Possible values include: 'Inbound', 'Outbound'."
returns:
description: "the NetworkConfigurationDiagnosticProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile?alt=com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile&text=NetworkConfigurationDiagnosticProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile.withProtocol(java.lang.String)"
fullName: "com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile.withProtocol(String protocol)"
name: "withProtocol(String protocol)"
nameWithType: "NetworkConfigurationDiagnosticProfile.withProtocol(String protocol)"
summary: "Set protocol to be verified on."
parameters:
- description: "the protocol value to set"
name: "protocol"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NetworkConfigurationDiagnosticProfile withProtocol(String protocol)"
desc: "Set protocol to be verified on. Accepted values are '\\*', TCP, UDP."
returns:
description: "the NetworkConfigurationDiagnosticProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile?alt=com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile&text=NetworkConfigurationDiagnosticProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile.withSource(java.lang.String)"
fullName: "com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile.withSource(String source)"
name: "withSource(String source)"
nameWithType: "NetworkConfigurationDiagnosticProfile.withSource(String source)"
summary: "Set traffic source."
parameters:
- description: "the source value to set"
name: "source"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NetworkConfigurationDiagnosticProfile withSource(String source)"
desc: "Set traffic source. Accepted values are '\\*', IP Address/CIDR, Service Tag."
returns:
description: "the NetworkConfigurationDiagnosticProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile?alt=com.microsoft.azure.management.network.NetworkConfigurationDiagnosticProfile&text=NetworkConfigurationDiagnosticProfile\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Parameters to compare with network configuration."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4