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

180 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.batch.InboundNatPool"
fullName: "com.microsoft.azure.management.batch.InboundNatPool"
name: "InboundNatPool"
nameWithType: "InboundNatPool"
summary: "A inbound NAT pool that can be used to address specific ports on compute nodes in a Batch pool externally."
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 **InboundNatPool**"
constructors:
- uid: "com.microsoft.azure.management.batch.InboundNatPool.InboundNatPool()"
fullName: "com.microsoft.azure.management.batch.InboundNatPool.InboundNatPool()"
name: "InboundNatPool()"
nameWithType: "InboundNatPool.InboundNatPool()"
syntax: "public InboundNatPool()"
methods:
- uid: "com.microsoft.azure.management.batch.InboundNatPool.backendPort()"
fullName: "com.microsoft.azure.management.batch.InboundNatPool.backendPort()"
name: "backendPort()"
nameWithType: "InboundNatPool.backendPort()"
summary: "Get this must be unique within a Batch pool."
syntax: "public int backendPort()"
desc: "Get this must be unique within a Batch pool. Acceptable values are between 1 and 65535 except for 22, 3389, 29876 and 29877 as these are reserved. If any reserved values are provided the request fails with HTTP status code 400."
returns:
description: "the backendPort value"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.InboundNatPool.frontendPortRangeEnd()"
fullName: "com.microsoft.azure.management.batch.InboundNatPool.frontendPortRangeEnd()"
name: "frontendPortRangeEnd()"
nameWithType: "InboundNatPool.frontendPortRangeEnd()"
summary: "Get acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved by the Batch service."
syntax: "public int frontendPortRangeEnd()"
desc: "Get acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved by the Batch service. All ranges within a pool must be distinct and cannot overlap. If any reserved or overlapping values are provided the request fails with HTTP status code 400."
returns:
description: "the frontendPortRangeEnd value"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.InboundNatPool.frontendPortRangeStart()"
fullName: "com.microsoft.azure.management.batch.InboundNatPool.frontendPortRangeStart()"
name: "frontendPortRangeStart()"
nameWithType: "InboundNatPool.frontendPortRangeStart()"
summary: "Get acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved."
syntax: "public int frontendPortRangeStart()"
desc: "Get acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved. All ranges within a pool must be distinct and cannot overlap. If any reserved or overlapping values are provided the request fails with HTTP status code 400."
returns:
description: "the frontendPortRangeStart value"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.InboundNatPool.name()"
fullName: "com.microsoft.azure.management.batch.InboundNatPool.name()"
name: "name()"
nameWithType: "InboundNatPool.name()"
summary: "Get the name must be unique within a Batch pool, can contain letters, numbers, underscores, periods, and hyphens."
syntax: "public String name()"
desc: "Get the name must be unique within a Batch pool, can contain letters, numbers, underscores, periods, and hyphens. Names must start with a letter or number, must end with a letter, number, or underscore, and cannot exceed 77 characters. If any invalid values are provided the request fails with HTTP status code 400."
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.batch.InboundNatPool.networkSecurityGroupRules()"
fullName: "com.microsoft.azure.management.batch.InboundNatPool.networkSecurityGroupRules()"
name: "networkSecurityGroupRules()"
nameWithType: "InboundNatPool.networkSecurityGroupRules()"
summary: "Get the maximum number of rules that can be specified across all the endpoints on a Batch pool is 25."
syntax: "public List<NetworkSecurityGroupRule> networkSecurityGroupRules()"
desc: "Get the maximum number of rules that can be specified across all the endpoints on a Batch pool is 25. If no network security group rules are specified, a default rule will be created to allow inbound access to the specified backendPort. If the maximum number of network security group rules is exceeded the request fails with HTTP status code 400."
returns:
description: "the networkSecurityGroupRules 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.batch.NetworkSecurityGroupRule?alt=com.microsoft.azure.management.batch.NetworkSecurityGroupRule&text=NetworkSecurityGroupRule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.batch.InboundNatPool.protocol()"
fullName: "com.microsoft.azure.management.batch.InboundNatPool.protocol()"
name: "protocol()"
nameWithType: "InboundNatPool.protocol()"
summary: "Get possible values include: 'TCP', 'UDP'."
syntax: "public InboundEndpointProtocol protocol()"
desc: "Get possible values include: 'TCP', 'UDP'."
returns:
description: "the protocol value"
type: "<xref href=\"com.microsoft.azure.management.batch.InboundEndpointProtocol?alt=com.microsoft.azure.management.batch.InboundEndpointProtocol&text=InboundEndpointProtocol\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.InboundNatPool.withBackendPort(int)"
fullName: "com.microsoft.azure.management.batch.InboundNatPool.withBackendPort(int backendPort)"
name: "withBackendPort(int backendPort)"
nameWithType: "InboundNatPool.withBackendPort(int backendPort)"
summary: "Set this must be unique within a Batch pool."
parameters:
- description: "the backendPort value to set"
name: "backendPort"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public InboundNatPool withBackendPort(int backendPort)"
desc: "Set this must be unique within a Batch pool. Acceptable values are between 1 and 65535 except for 22, 3389, 29876 and 29877 as these are reserved. If any reserved values are provided the request fails with HTTP status code 400."
returns:
description: "the InboundNatPool object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.InboundNatPool?alt=com.microsoft.azure.management.batch.InboundNatPool&text=InboundNatPool\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.InboundNatPool.withFrontendPortRangeEnd(int)"
fullName: "com.microsoft.azure.management.batch.InboundNatPool.withFrontendPortRangeEnd(int frontendPortRangeEnd)"
name: "withFrontendPortRangeEnd(int frontendPortRangeEnd)"
nameWithType: "InboundNatPool.withFrontendPortRangeEnd(int frontendPortRangeEnd)"
summary: "Set acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved by the Batch service."
parameters:
- description: "the frontendPortRangeEnd value to set"
name: "frontendPortRangeEnd"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public InboundNatPool withFrontendPortRangeEnd(int frontendPortRangeEnd)"
desc: "Set acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved by the Batch service. All ranges within a pool must be distinct and cannot overlap. If any reserved or overlapping values are provided the request fails with HTTP status code 400."
returns:
description: "the InboundNatPool object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.InboundNatPool?alt=com.microsoft.azure.management.batch.InboundNatPool&text=InboundNatPool\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.InboundNatPool.withFrontendPortRangeStart(int)"
fullName: "com.microsoft.azure.management.batch.InboundNatPool.withFrontendPortRangeStart(int frontendPortRangeStart)"
name: "withFrontendPortRangeStart(int frontendPortRangeStart)"
nameWithType: "InboundNatPool.withFrontendPortRangeStart(int frontendPortRangeStart)"
summary: "Set acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved."
parameters:
- description: "the frontendPortRangeStart value to set"
name: "frontendPortRangeStart"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public InboundNatPool withFrontendPortRangeStart(int frontendPortRangeStart)"
desc: "Set acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved. All ranges within a pool must be distinct and cannot overlap. If any reserved or overlapping values are provided the request fails with HTTP status code 400."
returns:
description: "the InboundNatPool object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.InboundNatPool?alt=com.microsoft.azure.management.batch.InboundNatPool&text=InboundNatPool\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.InboundNatPool.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.InboundNatPool.withName(String name)"
name: "withName(String name)"
nameWithType: "InboundNatPool.withName(String name)"
summary: "Set the name must be unique within a Batch pool, can contain letters, numbers, underscores, periods, and hyphens."
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 InboundNatPool withName(String name)"
desc: "Set the name must be unique within a Batch pool, can contain letters, numbers, underscores, periods, and hyphens. Names must start with a letter or number, must end with a letter, number, or underscore, and cannot exceed 77 characters. If any invalid values are provided the request fails with HTTP status code 400."
returns:
description: "the InboundNatPool object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.InboundNatPool?alt=com.microsoft.azure.management.batch.InboundNatPool&text=InboundNatPool\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.InboundNatPool.withNetworkSecurityGroupRules(java.util.List<com.microsoft.azure.management.batch.NetworkSecurityGroupRule>)"
fullName: "com.microsoft.azure.management.batch.InboundNatPool.withNetworkSecurityGroupRules(List<NetworkSecurityGroupRule> networkSecurityGroupRules)"
name: "withNetworkSecurityGroupRules(List<NetworkSecurityGroupRule> networkSecurityGroupRules)"
nameWithType: "InboundNatPool.withNetworkSecurityGroupRules(List<NetworkSecurityGroupRule> networkSecurityGroupRules)"
summary: "Set the maximum number of rules that can be specified across all the endpoints on a Batch pool is 25."
parameters:
- description: "the networkSecurityGroupRules value to set"
name: "networkSecurityGroupRules"
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.batch.NetworkSecurityGroupRule?alt=com.microsoft.azure.management.batch.NetworkSecurityGroupRule&text=NetworkSecurityGroupRule\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public InboundNatPool withNetworkSecurityGroupRules(List<NetworkSecurityGroupRule> networkSecurityGroupRules)"
desc: "Set the maximum number of rules that can be specified across all the endpoints on a Batch pool is 25. If no network security group rules are specified, a default rule will be created to allow inbound access to the specified backendPort. If the maximum number of network security group rules is exceeded the request fails with HTTP status code 400."
returns:
description: "the InboundNatPool object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.InboundNatPool?alt=com.microsoft.azure.management.batch.InboundNatPool&text=InboundNatPool\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.InboundNatPool.withProtocol(com.microsoft.azure.management.batch.InboundEndpointProtocol)"
fullName: "com.microsoft.azure.management.batch.InboundNatPool.withProtocol(InboundEndpointProtocol protocol)"
name: "withProtocol(InboundEndpointProtocol protocol)"
nameWithType: "InboundNatPool.withProtocol(InboundEndpointProtocol protocol)"
summary: "Set possible values include: 'TCP', 'UDP'."
parameters:
- description: "the protocol value to set"
name: "protocol"
type: "<xref href=\"com.microsoft.azure.management.batch.InboundEndpointProtocol?alt=com.microsoft.azure.management.batch.InboundEndpointProtocol&text=InboundEndpointProtocol\" data-throw-if-not-resolved=\"False\" />"
syntax: "public InboundNatPool withProtocol(InboundEndpointProtocol protocol)"
desc: "Set possible values include: 'TCP', 'UDP'."
returns:
description: "the InboundNatPool object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.InboundNatPool?alt=com.microsoft.azure.management.batch.InboundNatPool&text=InboundNatPool\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A inbound NAT pool that can be used to address specific ports on compute nodes in a Batch pool externally."
metadata: {}
package: "com.microsoft.azure.management.batch"
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4