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

132 строки
9.2 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.NextHopParameters"
fullName: "com.microsoft.azure.management.network.NextHopParameters"
name: "NextHopParameters"
nameWithType: "NextHopParameters"
summary: "Parameters that define the source and destination endpoint."
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 **NextHopParameters**"
constructors:
- uid: "com.microsoft.azure.management.network.NextHopParameters.NextHopParameters()"
fullName: "com.microsoft.azure.management.network.NextHopParameters.NextHopParameters()"
name: "NextHopParameters()"
nameWithType: "NextHopParameters.NextHopParameters()"
syntax: "public NextHopParameters()"
methods:
- uid: "com.microsoft.azure.management.network.NextHopParameters.destinationIPAddress()"
fullName: "com.microsoft.azure.management.network.NextHopParameters.destinationIPAddress()"
name: "destinationIPAddress()"
nameWithType: "NextHopParameters.destinationIPAddress()"
summary: "Get the destination IP address."
syntax: "public String destinationIPAddress()"
desc: "Get the destination IP address."
returns:
description: "the destinationIPAddress 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.NextHopParameters.sourceIPAddress()"
fullName: "com.microsoft.azure.management.network.NextHopParameters.sourceIPAddress()"
name: "sourceIPAddress()"
nameWithType: "NextHopParameters.sourceIPAddress()"
summary: "Get the source IP address."
syntax: "public String sourceIPAddress()"
desc: "Get the source IP address."
returns:
description: "the sourceIPAddress 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.NextHopParameters.targetNicResourceId()"
fullName: "com.microsoft.azure.management.network.NextHopParameters.targetNicResourceId()"
name: "targetNicResourceId()"
nameWithType: "NextHopParameters.targetNicResourceId()"
summary: "Get the NIC ID."
syntax: "public String targetNicResourceId()"
desc: "Get the NIC ID. (If VM has multiple NICs and IP forwarding is enabled on any of the nics, then this parameter must be specified. Otherwise optional)."
returns:
description: "the targetNicResourceId 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.NextHopParameters.targetResourceId()"
fullName: "com.microsoft.azure.management.network.NextHopParameters.targetResourceId()"
name: "targetResourceId()"
nameWithType: "NextHopParameters.targetResourceId()"
summary: "Get the resource identifier of the target resource against which the action is to be performed."
syntax: "public String targetResourceId()"
desc: "Get the resource identifier of the target resource against which the action is to be performed."
returns:
description: "the targetResourceId 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.NextHopParameters.withDestinationIPAddress(java.lang.String)"
fullName: "com.microsoft.azure.management.network.NextHopParameters.withDestinationIPAddress(String destinationIPAddress)"
name: "withDestinationIPAddress(String destinationIPAddress)"
nameWithType: "NextHopParameters.withDestinationIPAddress(String destinationIPAddress)"
summary: "Set the destination IP address."
parameters:
- description: "the destinationIPAddress value to set"
name: "destinationIPAddress"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NextHopParameters withDestinationIPAddress(String destinationIPAddress)"
desc: "Set the destination IP address."
returns:
description: "the NextHopParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.NextHopParameters?alt=com.microsoft.azure.management.network.NextHopParameters&text=NextHopParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NextHopParameters.withSourceIPAddress(java.lang.String)"
fullName: "com.microsoft.azure.management.network.NextHopParameters.withSourceIPAddress(String sourceIPAddress)"
name: "withSourceIPAddress(String sourceIPAddress)"
nameWithType: "NextHopParameters.withSourceIPAddress(String sourceIPAddress)"
summary: "Set the source IP address."
parameters:
- description: "the sourceIPAddress value to set"
name: "sourceIPAddress"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NextHopParameters withSourceIPAddress(String sourceIPAddress)"
desc: "Set the source IP address."
returns:
description: "the NextHopParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.NextHopParameters?alt=com.microsoft.azure.management.network.NextHopParameters&text=NextHopParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NextHopParameters.withTargetNicResourceId(java.lang.String)"
fullName: "com.microsoft.azure.management.network.NextHopParameters.withTargetNicResourceId(String targetNicResourceId)"
name: "withTargetNicResourceId(String targetNicResourceId)"
nameWithType: "NextHopParameters.withTargetNicResourceId(String targetNicResourceId)"
summary: "Set the NIC ID."
parameters:
- description: "the targetNicResourceId value to set"
name: "targetNicResourceId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NextHopParameters withTargetNicResourceId(String targetNicResourceId)"
desc: "Set the NIC ID. (If VM has multiple NICs and IP forwarding is enabled on any of the nics, then this parameter must be specified. Otherwise optional)."
returns:
description: "the NextHopParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.NextHopParameters?alt=com.microsoft.azure.management.network.NextHopParameters&text=NextHopParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.NextHopParameters.withTargetResourceId(java.lang.String)"
fullName: "com.microsoft.azure.management.network.NextHopParameters.withTargetResourceId(String targetResourceId)"
name: "withTargetResourceId(String targetResourceId)"
nameWithType: "NextHopParameters.withTargetResourceId(String targetResourceId)"
summary: "Set the resource identifier of the target resource against which the action is to be performed."
parameters:
- description: "the targetResourceId value to set"
name: "targetResourceId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NextHopParameters withTargetResourceId(String targetResourceId)"
desc: "Set the resource identifier of the target resource against which the action is to be performed."
returns:
description: "the NextHopParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.NextHopParameters?alt=com.microsoft.azure.management.network.NextHopParameters&text=NextHopParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Parameters that define the source and destination endpoint."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4