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

84 строки
6.1 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.InboundIpRule"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.InboundIpRule"
name: "InboundIpRule"
nameWithType: "InboundIpRule"
summary: "The Inbound<wbr>IpRule model."
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 **InboundIpRule**"
constructors:
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.InboundIpRule.InboundIpRule()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.InboundIpRule.InboundIpRule()"
name: "InboundIpRule()"
nameWithType: "InboundIpRule.InboundIpRule()"
syntax: "public InboundIpRule()"
methods:
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.InboundIpRule.action()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.InboundIpRule.action()"
name: "action()"
nameWithType: "InboundIpRule.action()"
summary: "Get action to perform based on the match or no match of the Ip<wbr>Mask."
syntax: "public IpActionType action()"
desc: "Get action to perform based on the match or no match of the IpMask. Possible values include: 'Allow'."
returns:
description: "the action value"
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.IpActionType?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.IpActionType&text=IpActionType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.InboundIpRule.ipMask()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.InboundIpRule.ipMask()"
name: "ipMask()"
nameWithType: "InboundIpRule.ipMask()"
summary: "Get iP Address in CIDR notation e.<wbr>g., 10.0.0.0/8."
syntax: "public String ipMask()"
desc: "Get iP Address in CIDR notation e.g., 10.0.0.0/8."
returns:
description: "the ipMask value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.InboundIpRule.withAction(com.microsoft.azure.management.eventgrid.v2020_04_01_preview.IpActionType)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.InboundIpRule.withAction(IpActionType action)"
name: "withAction(IpActionType action)"
nameWithType: "InboundIpRule.withAction(IpActionType action)"
summary: "Set action to perform based on the match or no match of the Ip<wbr>Mask."
parameters:
- description: "the action value to set"
name: "action"
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.IpActionType?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.IpActionType&text=IpActionType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public InboundIpRule withAction(IpActionType action)"
desc: "Set action to perform based on the match or no match of the IpMask. Possible values include: 'Allow'."
returns:
description: "the InboundIpRule object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.InboundIpRule?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.InboundIpRule&text=InboundIpRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.InboundIpRule.withIpMask(java.lang.String)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.InboundIpRule.withIpMask(String ipMask)"
name: "withIpMask(String ipMask)"
nameWithType: "InboundIpRule.withIpMask(String ipMask)"
summary: "Set iP Address in CIDR notation e.<wbr>g., 10.0.0.0/8."
parameters:
- description: "the ipMask value to set"
name: "ipMask"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public InboundIpRule withIpMask(String ipMask)"
desc: "Set iP Address in CIDR notation e.g., 10.0.0.0/8."
returns:
description: "the InboundIpRule object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.InboundIpRule?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.InboundIpRule&text=InboundIpRule\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The InboundIpRule model."
metadata: {}
package: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview"
artifact: com.microsoft.azure.eventgrid.v2020_04_01_preview:azure-mgmt-eventgrid:1.0.0-beta-3