Uses of Class
com.azure.resourcemanager.containerregistry.models.NetworkRuleBypassOptions
Packages that use NetworkRuleBypassOptions
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of NetworkRuleBypassOptions in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return NetworkRuleBypassOptionsModifier and TypeMethodDescriptionRegistryInner.networkRuleBypassOptions()Get the networkRuleBypassOptions property: Whether to allow trusted Azure services to access a network restricted registry.RegistryProperties.networkRuleBypassOptions()Get the networkRuleBypassOptions property: Whether to allow trusted Azure services to access a network restricted registry.RegistryPropertiesUpdateParameters.networkRuleBypassOptions()Get the networkRuleBypassOptions property: Whether to allow trusted Azure services to access a network restricted registry.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type NetworkRuleBypassOptionsModifier and TypeMethodDescriptionRegistryInner.withNetworkRuleBypassOptions(NetworkRuleBypassOptions networkRuleBypassOptions) Set the networkRuleBypassOptions property: Whether to allow trusted Azure services to access a network restricted registry.RegistryProperties.withNetworkRuleBypassOptions(NetworkRuleBypassOptions networkRuleBypassOptions) Set the networkRuleBypassOptions property: Whether to allow trusted Azure services to access a network restricted registry.RegistryPropertiesUpdateParameters.withNetworkRuleBypassOptions(NetworkRuleBypassOptions networkRuleBypassOptions) Set the networkRuleBypassOptions property: Whether to allow trusted Azure services to access a network restricted registry. -
Uses of NetworkRuleBypassOptions in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.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.containerregistry.models that return NetworkRuleBypassOptionsModifier and TypeMethodDescriptionstatic NetworkRuleBypassOptionsNetworkRuleBypassOptions.fromString(String name) Creates or finds a NetworkRuleBypassOptions from its string representation.RegistryUpdateParameters.networkRuleBypassOptions()Get the networkRuleBypassOptions property: Whether to allow trusted Azure services to access a network restricted registry.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type NetworkRuleBypassOptionsModifier and TypeMethodDescriptionstatic Collection<NetworkRuleBypassOptions> NetworkRuleBypassOptions.values()Gets known NetworkRuleBypassOptions values.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type NetworkRuleBypassOptionsModifier and TypeMethodDescriptionRegistryUpdateParameters.withNetworkRuleBypassOptions(NetworkRuleBypassOptions networkRuleBypassOptions) Set the networkRuleBypassOptions property: Whether to allow trusted Azure services to access a network restricted registry.