Uses of Class
com.azure.resourcemanager.keyvault.models.NetworkRuleBypassOptions
Packages that use NetworkRuleBypassOptions
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of NetworkRuleBypassOptions in com.azure.resourcemanager.keyvault.models
Subclasses with type arguments of type NetworkRuleBypassOptions in com.azure.resourcemanager.keyvault.modelsModifier and TypeClassDescriptionfinal classTells what traffic can bypass network rules.Fields in com.azure.resourcemanager.keyvault.models declared as NetworkRuleBypassOptionsModifier and TypeFieldDescriptionstatic final NetworkRuleBypassOptionsNetworkRuleBypassOptions.AZURE_SERVICESStatic value AzureServices for NetworkRuleBypassOptions.static final NetworkRuleBypassOptionsNetworkRuleBypassOptions.NONEStatic value None for NetworkRuleBypassOptions.Methods in com.azure.resourcemanager.keyvault.models that return NetworkRuleBypassOptionsModifier and TypeMethodDescriptionMhsmNetworkRuleSet.bypass()Get the bypass property: Tells what traffic can bypass network rules.NetworkRuleSet.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 NetworkRuleBypassOptionsModifier and TypeMethodDescriptionstatic Collection<NetworkRuleBypassOptions> NetworkRuleBypassOptions.values()Gets known NetworkRuleBypassOptions values.Methods in com.azure.resourcemanager.keyvault.models with parameters of type NetworkRuleBypassOptionsModifier and TypeMethodDescriptionMhsmNetworkRuleSet.withBypass(NetworkRuleBypassOptions bypass) Set the bypass property: Tells what traffic can bypass network rules.NetworkRuleSet.withBypass(NetworkRuleBypassOptions bypass) Set the bypass property: Tells what traffic can bypass network rules.Vault.DefinitionStages.WithNetworkRuleSet.withBypass(NetworkRuleBypassOptions bypass) Set the bypass value.Vault.UpdateStages.WithNetworkRuleSet.withBypass(NetworkRuleBypassOptions bypass) Set the bypass value.