ContainerRegistryData.IsNetworkRuleBypassAllowedForTasks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether or not Tasks allowed to bypass the network rules for this container registry.
public bool? IsNetworkRuleBypassAllowedForTasks { get; set; }
member this.IsNetworkRuleBypassAllowedForTasks : Nullable<bool> with get, set
Public Property IsNetworkRuleBypassAllowedForTasks As Nullable(Of Boolean)