Package | Description |
---|---|
com.microsoft.azure.management.keyvault |
This package contains the classes for KeyVaultManagementClient.
|
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 © 2019. All rights reserved.