Uses of Class
com.azure.resourcemanager.containerregistry.models.NetworkRuleBypassOptions
-
Packages that use NetworkRuleBypassOptions Package Description com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models 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 NetworkRuleBypassOptions Modifier and Type Method Description NetworkRuleBypassOptionsRegistryInner. networkRuleBypassOptions()Get the networkRuleBypassOptions property: Whether to allow trusted Azure services to access a network restricted registry.NetworkRuleBypassOptionsRegistryProperties. networkRuleBypassOptions()Get the networkRuleBypassOptions property: Whether to allow trusted Azure services to access a network restricted registry.NetworkRuleBypassOptionsRegistryPropertiesUpdateParameters. 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 NetworkRuleBypassOptions Modifier and Type Method Description RegistryInnerRegistryInner. withNetworkRuleBypassOptions(NetworkRuleBypassOptions networkRuleBypassOptions)Set the networkRuleBypassOptions property: Whether to allow trusted Azure services to access a network restricted registry.RegistryPropertiesRegistryProperties. withNetworkRuleBypassOptions(NetworkRuleBypassOptions networkRuleBypassOptions)Set the networkRuleBypassOptions property: Whether to allow trusted Azure services to access a network restricted registry.RegistryPropertiesUpdateParametersRegistryPropertiesUpdateParameters. 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 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.containerregistry.models that return NetworkRuleBypassOptions Modifier and Type Method Description static NetworkRuleBypassOptionsNetworkRuleBypassOptions. fromString(String name)Creates or finds a NetworkRuleBypassOptions from its string representation.NetworkRuleBypassOptionsRegistryUpdateParameters. 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 NetworkRuleBypassOptions Modifier and Type Method Description static Collection<NetworkRuleBypassOptions>NetworkRuleBypassOptions. values()Methods in com.azure.resourcemanager.containerregistry.models with parameters of type NetworkRuleBypassOptions Modifier and Type Method Description RegistryUpdateParametersRegistryUpdateParameters. withNetworkRuleBypassOptions(NetworkRuleBypassOptions networkRuleBypassOptions)Set the networkRuleBypassOptions property: Whether to allow trusted Azure services to access a network restricted registry.
-