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

132 строки
9.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.keyvault.NetworkRuleSet"
fullName: "com.microsoft.azure.management.keyvault.NetworkRuleSet"
name: "NetworkRuleSet"
nameWithType: "NetworkRuleSet"
summary: "A set of rules governing the network accessibility of a vault."
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 **NetworkRuleSet**"
constructors:
- uid: "com.microsoft.azure.management.keyvault.NetworkRuleSet.NetworkRuleSet()"
fullName: "com.microsoft.azure.management.keyvault.NetworkRuleSet.NetworkRuleSet()"
name: "NetworkRuleSet()"
nameWithType: "NetworkRuleSet.NetworkRuleSet()"
syntax: "public NetworkRuleSet()"
methods:
- uid: "com.microsoft.azure.management.keyvault.NetworkRuleSet.bypass()"
fullName: "com.microsoft.azure.management.keyvault.NetworkRuleSet.bypass()"
name: "bypass()"
nameWithType: "NetworkRuleSet.bypass()"
summary: "Get the bypass value."
syntax: "public NetworkRuleBypassOptions bypass()"
desc: "Get the bypass value."
returns:
description: "the bypass value"
type: "<xref href=\"com.microsoft.azure.management.keyvault.NetworkRuleBypassOptions?alt=com.microsoft.azure.management.keyvault.NetworkRuleBypassOptions&text=NetworkRuleBypassOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.keyvault.NetworkRuleSet.defaultAction()"
fullName: "com.microsoft.azure.management.keyvault.NetworkRuleSet.defaultAction()"
name: "defaultAction()"
nameWithType: "NetworkRuleSet.defaultAction()"
summary: "Get the default<wbr>Action value."
syntax: "public NetworkRuleAction defaultAction()"
desc: "Get the defaultAction value."
returns:
description: "the defaultAction value"
type: "<xref href=\"com.microsoft.azure.management.keyvault.NetworkRuleAction?alt=com.microsoft.azure.management.keyvault.NetworkRuleAction&text=NetworkRuleAction\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.keyvault.NetworkRuleSet.ipRules()"
fullName: "com.microsoft.azure.management.keyvault.NetworkRuleSet.ipRules()"
name: "ipRules()"
nameWithType: "NetworkRuleSet.ipRules()"
summary: "Get the ip<wbr>Rules value."
syntax: "public List<IPRule> ipRules()"
desc: "Get the ipRules value."
returns:
description: "the ipRules 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.keyvault.IPRule?alt=com.microsoft.azure.management.keyvault.IPRule&text=IPRule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.keyvault.NetworkRuleSet.virtualNetworkRules()"
fullName: "com.microsoft.azure.management.keyvault.NetworkRuleSet.virtualNetworkRules()"
name: "virtualNetworkRules()"
nameWithType: "NetworkRuleSet.virtualNetworkRules()"
summary: "Get the virtual<wbr>Network<wbr>Rules value."
syntax: "public List<VirtualNetworkRule> virtualNetworkRules()"
desc: "Get the virtualNetworkRules value."
returns:
description: "the virtualNetworkRules 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.keyvault.VirtualNetworkRule?alt=com.microsoft.azure.management.keyvault.VirtualNetworkRule&text=VirtualNetworkRule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.keyvault.NetworkRuleSet.withBypass(com.microsoft.azure.management.keyvault.NetworkRuleBypassOptions)"
fullName: "com.microsoft.azure.management.keyvault.NetworkRuleSet.withBypass(NetworkRuleBypassOptions bypass)"
name: "withBypass(NetworkRuleBypassOptions bypass)"
nameWithType: "NetworkRuleSet.withBypass(NetworkRuleBypassOptions bypass)"
summary: "Set the bypass value."
parameters:
- description: "the bypass value to set"
name: "bypass"
type: "<xref href=\"com.microsoft.azure.management.keyvault.NetworkRuleBypassOptions?alt=com.microsoft.azure.management.keyvault.NetworkRuleBypassOptions&text=NetworkRuleBypassOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NetworkRuleSet withBypass(NetworkRuleBypassOptions bypass)"
desc: "Set the bypass value."
returns:
description: "the NetworkRuleSet object itself."
type: "<xref href=\"com.microsoft.azure.management.keyvault.NetworkRuleSet?alt=com.microsoft.azure.management.keyvault.NetworkRuleSet&text=NetworkRuleSet\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.keyvault.NetworkRuleSet.withDefaultAction(com.microsoft.azure.management.keyvault.NetworkRuleAction)"
fullName: "com.microsoft.azure.management.keyvault.NetworkRuleSet.withDefaultAction(NetworkRuleAction defaultAction)"
name: "withDefaultAction(NetworkRuleAction defaultAction)"
nameWithType: "NetworkRuleSet.withDefaultAction(NetworkRuleAction defaultAction)"
summary: "Set the default<wbr>Action value."
parameters:
- description: "the defaultAction value to set"
name: "defaultAction"
type: "<xref href=\"com.microsoft.azure.management.keyvault.NetworkRuleAction?alt=com.microsoft.azure.management.keyvault.NetworkRuleAction&text=NetworkRuleAction\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NetworkRuleSet withDefaultAction(NetworkRuleAction defaultAction)"
desc: "Set the defaultAction value."
returns:
description: "the NetworkRuleSet object itself."
type: "<xref href=\"com.microsoft.azure.management.keyvault.NetworkRuleSet?alt=com.microsoft.azure.management.keyvault.NetworkRuleSet&text=NetworkRuleSet\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.keyvault.NetworkRuleSet.withIpRules(java.util.List<com.microsoft.azure.management.keyvault.IPRule>)"
fullName: "com.microsoft.azure.management.keyvault.NetworkRuleSet.withIpRules(List<IPRule> ipRules)"
name: "withIpRules(List<IPRule> ipRules)"
nameWithType: "NetworkRuleSet.withIpRules(List<IPRule> ipRules)"
summary: "Set the ip<wbr>Rules value."
parameters:
- description: "the ipRules value to set"
name: "ipRules"
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.keyvault.IPRule?alt=com.microsoft.azure.management.keyvault.IPRule&text=IPRule\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public NetworkRuleSet withIpRules(List<IPRule> ipRules)"
desc: "Set the ipRules value."
returns:
description: "the NetworkRuleSet object itself."
type: "<xref href=\"com.microsoft.azure.management.keyvault.NetworkRuleSet?alt=com.microsoft.azure.management.keyvault.NetworkRuleSet&text=NetworkRuleSet\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.keyvault.NetworkRuleSet.withVirtualNetworkRules(java.util.List<com.microsoft.azure.management.keyvault.VirtualNetworkRule>)"
fullName: "com.microsoft.azure.management.keyvault.NetworkRuleSet.withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules)"
name: "withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules)"
nameWithType: "NetworkRuleSet.withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules)"
summary: "Set the virtual<wbr>Network<wbr>Rules value."
parameters:
- description: "the virtualNetworkRules value to set"
name: "virtualNetworkRules"
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.keyvault.VirtualNetworkRule?alt=com.microsoft.azure.management.keyvault.VirtualNetworkRule&text=VirtualNetworkRule\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public NetworkRuleSet withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules)"
desc: "Set the virtualNetworkRules value."
returns:
description: "the NetworkRuleSet object itself."
type: "<xref href=\"com.microsoft.azure.management.keyvault.NetworkRuleSet?alt=com.microsoft.azure.management.keyvault.NetworkRuleSet&text=NetworkRuleSet\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A set of rules governing the network accessibility of a vault."
metadata: {}
package: "com.microsoft.azure.management.keyvault"
artifact: com.microsoft.azure:azure-mgmt-keyvault:1.41.4