| Modifier and Type | Field and Description |
|---|---|
static NetworkRuleAction |
NetworkRuleAction.ALLOW
Static value Allow for NetworkRuleAction.
|
static NetworkRuleAction |
NetworkRuleAction.DENY
Static value Deny for NetworkRuleAction.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkRuleAction |
NetworkRuleSet.defaultAction()
Get the defaultAction value.
|
static NetworkRuleAction |
NetworkRuleAction.fromString(String name)
Creates or finds a NetworkRuleAction from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<NetworkRuleAction> |
NetworkRuleAction.values() |
| Modifier and Type | Method and Description |
|---|---|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithNetworkRuleSet.withDefaultAction(NetworkRuleAction defaultAction)
Set the defaultAction value.
|
Vault.Update |
Vault.UpdateStages.WithNetworkRuleSet.withDefaultAction(NetworkRuleAction defaultAction)
Set the defaultAction value.
|
NetworkRuleSet |
NetworkRuleSet.withDefaultAction(NetworkRuleAction defaultAction)
Set the defaultAction value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/