azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.i...

117 строки
7.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.iothub.models.IpFilterRule"
fullName: "com.azure.resourcemanager.iothub.models.IpFilterRule"
name: "IpFilterRule"
nameWithType: "IpFilterRule"
summary: "The IP filter rules for the IoT hub."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **IpFilterRule**"
constructors:
- uid: "com.azure.resourcemanager.iothub.models.IpFilterRule.IpFilterRule()"
fullName: "com.azure.resourcemanager.iothub.models.IpFilterRule.IpFilterRule()"
name: "IpFilterRule()"
nameWithType: "IpFilterRule.IpFilterRule()"
summary: "Creates an instance of Ip<wbr>Filter<wbr>Rule class."
syntax: "public IpFilterRule()"
desc: "Creates an instance of IpFilterRule class."
methods:
- uid: "com.azure.resourcemanager.iothub.models.IpFilterRule.action()"
fullName: "com.azure.resourcemanager.iothub.models.IpFilterRule.action()"
name: "action()"
nameWithType: "IpFilterRule.action()"
summary: "Get the action property: The desired action for requests captured by this rule."
syntax: "public IpFilterActionType action()"
desc: "Get the action property: The desired action for requests captured by this rule."
returns:
description: "the action value."
type: "<xref href=\"com.azure.resourcemanager.iothub.models.IpFilterActionType?alt=com.azure.resourcemanager.iothub.models.IpFilterActionType&text=IpFilterActionType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.iothub.models.IpFilterRule.filterName()"
fullName: "com.azure.resourcemanager.iothub.models.IpFilterRule.filterName()"
name: "filterName()"
nameWithType: "IpFilterRule.filterName()"
summary: "Get the filter<wbr>Name property: The name of the IP filter rule."
syntax: "public String filterName()"
desc: "Get the filterName property: The name of the IP filter rule."
returns:
description: "the filterName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.iothub.models.IpFilterRule.ipMask()"
fullName: "com.azure.resourcemanager.iothub.models.IpFilterRule.ipMask()"
name: "ipMask()"
nameWithType: "IpFilterRule.ipMask()"
summary: "Get the ip<wbr>Mask property: A string that contains the IP address range in CIDR notation for the rule."
syntax: "public String ipMask()"
desc: "Get the ipMask property: A string that contains the IP address range in CIDR notation for the rule."
returns:
description: "the ipMask value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.iothub.models.IpFilterRule.validate()"
fullName: "com.azure.resourcemanager.iothub.models.IpFilterRule.validate()"
name: "validate()"
nameWithType: "IpFilterRule.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.iothub.models.IpFilterRule.withAction(com.azure.resourcemanager.iothub.models.IpFilterActionType)"
fullName: "com.azure.resourcemanager.iothub.models.IpFilterRule.withAction(IpFilterActionType action)"
name: "withAction(IpFilterActionType action)"
nameWithType: "IpFilterRule.withAction(IpFilterActionType action)"
summary: "Set the action property: The desired action for requests captured by this rule."
parameters:
- description: "the action value to set."
name: "action"
type: "<xref href=\"com.azure.resourcemanager.iothub.models.IpFilterActionType?alt=com.azure.resourcemanager.iothub.models.IpFilterActionType&text=IpFilterActionType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public IpFilterRule withAction(IpFilterActionType action)"
desc: "Set the action property: The desired action for requests captured by this rule."
returns:
description: "the IpFilterRule object itself."
type: "<xref href=\"com.azure.resourcemanager.iothub.models.IpFilterRule?alt=com.azure.resourcemanager.iothub.models.IpFilterRule&text=IpFilterRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.iothub.models.IpFilterRule.withFilterName(java.lang.String)"
fullName: "com.azure.resourcemanager.iothub.models.IpFilterRule.withFilterName(String filterName)"
name: "withFilterName(String filterName)"
nameWithType: "IpFilterRule.withFilterName(String filterName)"
summary: "Set the filter<wbr>Name property: The name of the IP filter rule."
parameters:
- description: "the filterName value to set."
name: "filterName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public IpFilterRule withFilterName(String filterName)"
desc: "Set the filterName property: The name of the IP filter rule."
returns:
description: "the IpFilterRule object itself."
type: "<xref href=\"com.azure.resourcemanager.iothub.models.IpFilterRule?alt=com.azure.resourcemanager.iothub.models.IpFilterRule&text=IpFilterRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.iothub.models.IpFilterRule.withIpMask(java.lang.String)"
fullName: "com.azure.resourcemanager.iothub.models.IpFilterRule.withIpMask(String ipMask)"
name: "withIpMask(String ipMask)"
nameWithType: "IpFilterRule.withIpMask(String ipMask)"
summary: "Set the ip<wbr>Mask property: A string that contains the IP address range in CIDR notation for the rule."
parameters:
- description: "the ipMask value to set."
name: "ipMask"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public IpFilterRule withIpMask(String ipMask)"
desc: "Set the ipMask property: A string that contains the IP address range in CIDR notation for the rule."
returns:
description: "the IpFilterRule object itself."
type: "<xref href=\"com.azure.resourcemanager.iothub.models.IpFilterRule?alt=com.azure.resourcemanager.iothub.models.IpFilterRule&text=IpFilterRule\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The IP filter rules for the IoT hub."
metadata: {}
package: "com.azure.resourcemanager.iothub.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-iothub:1.2.0