Uses of Class
com.azure.resourcemanager.keyvault.models.NetworkRuleBypassOptions
-
Packages that use NetworkRuleBypassOptions Package Description com.azure.resourcemanager.keyvault.models Package containing the data models for KeyVaultManagementClient. -
-
Uses of NetworkRuleBypassOptions in com.azure.resourcemanager.keyvault.models
Fields in com.azure.resourcemanager.keyvault.models declared as NetworkRuleBypassOptions Modifier and Type Field Description static NetworkRuleBypassOptionsNetworkRuleBypassOptions. AZURE_SERVICESStatic value AzureServices for NetworkRuleBypassOptions.static NetworkRuleBypassOptionsNetworkRuleBypassOptions. NONEStatic value None for NetworkRuleBypassOptions.Methods in com.azure.resourcemanager.keyvault.models that return NetworkRuleBypassOptions Modifier and Type Method Description NetworkRuleBypassOptionsNetworkRuleSet. bypass()Get the bypass property: Tells what traffic can bypass network rules.static NetworkRuleBypassOptionsNetworkRuleBypassOptions. fromString(String name)Creates or finds a NetworkRuleBypassOptions from its string representation.Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type NetworkRuleBypassOptions Modifier and Type Method Description static Collection<NetworkRuleBypassOptions>NetworkRuleBypassOptions. values()Methods in com.azure.resourcemanager.keyvault.models with parameters of type NetworkRuleBypassOptions Modifier and Type Method Description NetworkRuleSetNetworkRuleSet. withBypass(NetworkRuleBypassOptions bypass)Set the bypass property: Tells what traffic can bypass network rules.Vault.DefinitionStages.WithCreateVault.DefinitionStages.WithNetworkRuleSet. withBypass(NetworkRuleBypassOptions bypass)Set the bypass value.Vault.UpdateVault.UpdateStages.WithNetworkRuleSet. withBypass(NetworkRuleBypassOptions bypass)Set the bypass value.
-