Uses of Class
com.azure.resourcemanager.containerregistry.models.NetworkRuleSet
-
Packages that use NetworkRuleSet 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 NetworkRuleSet in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return NetworkRuleSet Modifier and Type Method Description NetworkRuleSetRegistryInner. networkRuleSet()Get the networkRuleSet property: The network rule set for a container registry.NetworkRuleSetRegistryProperties. networkRuleSet()Get the networkRuleSet property: The network rule set for a container registry.NetworkRuleSetRegistryPropertiesUpdateParameters. 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 NetworkRuleSet Modifier and Type Method Description RegistryInnerRegistryInner. withNetworkRuleSet(NetworkRuleSet networkRuleSet)Set the networkRuleSet property: The network rule set for a container registry.RegistryPropertiesRegistryProperties. withNetworkRuleSet(NetworkRuleSet networkRuleSet)Set the networkRuleSet property: The network rule set for a container registry.RegistryPropertiesUpdateParametersRegistryPropertiesUpdateParameters. 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 NetworkRuleSet Modifier and Type Method Description NetworkRuleSetRegistryUpdateParameters. networkRuleSet()Get the networkRuleSet property: The network rule set for a container registry.NetworkRuleSetNetworkRuleSet. withDefaultAction(DefaultAction defaultAction)Set the defaultAction property: The default action of allow or deny when no other rules match.NetworkRuleSetNetworkRuleSet. withIpRules(List<IpRule> ipRules)Set the ipRules property: The IP ACL rules.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type NetworkRuleSet Modifier and Type Method Description RegistryUpdateParametersRegistryUpdateParameters. withNetworkRuleSet(NetworkRuleSet networkRuleSet)Set the networkRuleSet property: The network rule set for a container registry.
-