Uses of Class
com.azure.resourcemanager.containerregistry.models.NetworkRuleSet
Packages that use NetworkRuleSet
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of NetworkRuleSet in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return NetworkRuleSetModifier and TypeMethodDescriptionRegistryInner.networkRuleSet()Get the networkRuleSet property: The network rule set for a container registry.RegistryProperties.networkRuleSet()Get the networkRuleSet property: The network rule set for a container registry.RegistryPropertiesUpdateParameters.networkRuleSet()Get the networkRuleSet property: The network rule set for a container registry.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type NetworkRuleSetModifier and TypeMethodDescriptionRegistryInner.withNetworkRuleSet(NetworkRuleSet networkRuleSet) Set the networkRuleSet property: The network rule set for a container registry.RegistryProperties.withNetworkRuleSet(NetworkRuleSet networkRuleSet) Set the networkRuleSet property: The network rule set for a container registry.RegistryPropertiesUpdateParameters.withNetworkRuleSet(NetworkRuleSet networkRuleSet) Set the networkRuleSet property: The network rule set for a container registry. -
Uses of NetworkRuleSet in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return NetworkRuleSetModifier and TypeMethodDescriptionstatic NetworkRuleSetNetworkRuleSet.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkRuleSet from the JsonReader.Registry.networkRuleSet()Gets the network rule set for the container registry.RegistryUpdateParameters.networkRuleSet()Get the networkRuleSet property: The network rule set for a container registry.NetworkRuleSet.withDefaultAction(DefaultAction defaultAction) Set the defaultAction property: The default action of allow or deny when no other rules match.NetworkRuleSet.withIpRules(List<IpRule> ipRules) Set the ipRules property: The IP ACL rules.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type NetworkRuleSetModifier and TypeMethodDescriptionRegistryUpdateParameters.withNetworkRuleSet(NetworkRuleSet networkRuleSet) Set the networkRuleSet property: The network rule set for a container registry.