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

67 строки
4.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.PCFilter.DefinitionStages.WithLocalIP"
fullName: "com.microsoft.azure.management.network.PCFilter.DefinitionStages.WithLocalIP<ParentT>"
name: "PCFilter.DefinitionStages.WithLocalIP<ParentT>"
nameWithType: "PCFilter.DefinitionStages.WithLocalIP<ParentT>"
summary: "Set local IP Address to be filtered on."
syntax: "public static interface **PCFilter.DefinitionStages.WithLocalIP<ParentT>**"
methods:
- uid: "com.microsoft.azure.management.network.PCFilter.DefinitionStages.WithLocalIP.withLocalIPAddress(java.lang.String)"
fullName: "com.microsoft.azure.management.network.PCFilter.DefinitionStages.WithLocalIP<ParentT>.withLocalIPAddress(String ipAddress)"
name: "withLocalIPAddress(String ipAddress)"
nameWithType: "PCFilter.DefinitionStages.WithLocalIP<ParentT>.withLocalIPAddress(String ipAddress)"
summary: "Set local IP address to be filtered on."
modifiers:
- "abstract"
parameters:
- description: "local IP address"
name: "ipAddress"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PCFilter.Definition<ParentT> withLocalIPAddress(String ipAddress)"
desc: "Set local IP address to be filtered on."
returns:
description: "the next stage"
type: "<xref href=\"com.microsoft.azure.management.network.PCFilter.Definition?alt=com.microsoft.azure.management.network.PCFilter.Definition&text=Definition\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.PCFilter.DefinitionStages.WithLocalIP.withLocalIPAddresses(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.PCFilter.DefinitionStages.WithLocalIP<ParentT>.withLocalIPAddresses(List<String> ipAddresses)"
name: "withLocalIPAddresses(List<String> ipAddresses)"
nameWithType: "PCFilter.DefinitionStages.WithLocalIP<ParentT>.withLocalIPAddresses(List<String> ipAddresses)"
summary: "Set list of local IP addresses to be filtered on."
modifiers:
- "abstract"
parameters:
- description: "list of IP address"
name: "ipAddresses"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract PCFilter.Definition<ParentT> withLocalIPAddresses(List<String> ipAddresses)"
desc: "Set list of local IP addresses to be filtered on."
returns:
description: "the next stage"
type: "<xref href=\"com.microsoft.azure.management.network.PCFilter.Definition?alt=com.microsoft.azure.management.network.PCFilter.Definition&text=Definition\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.PCFilter.DefinitionStages.WithLocalIP.withLocalIPAddressesRange(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.network.PCFilter.DefinitionStages.WithLocalIP<ParentT>.withLocalIPAddressesRange(String startIPAddress, String endIPAddress)"
name: "withLocalIPAddressesRange(String startIPAddress, String endIPAddress)"
nameWithType: "PCFilter.DefinitionStages.WithLocalIP<ParentT>.withLocalIPAddressesRange(String startIPAddress, String endIPAddress)"
summary: "Set local IP addresses range to be filtered on."
modifiers:
- "abstract"
parameters:
- description: "range start IP address"
name: "startIPAddress"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "range end IP address"
name: "endIPAddress"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PCFilter.Definition<ParentT> withLocalIPAddressesRange(String startIPAddress, String endIPAddress)"
desc: "Set local IP addresses range to be filtered on."
returns:
description: "the next stage"
type: "<xref href=\"com.microsoft.azure.management.network.PCFilter.Definition?alt=com.microsoft.azure.management.network.PCFilter.Definition&text=Definition\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
typeParameters:
- name: "ParentT"
desc: "Set local IP Address to be filtered on. Notation: \"127.0.0.1\" for single address entry. \"127.0.0.1-127.0.0.255\" for range. \"127.0.0.1;127.0.0.5\" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4