Sdílet prostřednictvím


ContainerRegistryNetworkRuleBypassOption Struct

Definition

Whether to allow trusted Azure services to access a network restricted registry.

public readonly struct ContainerRegistryNetworkRuleBypassOption : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryNetworkRuleBypassOption>
type ContainerRegistryNetworkRuleBypassOption = struct
Public Structure ContainerRegistryNetworkRuleBypassOption
Implements IEquatable(Of ContainerRegistryNetworkRuleBypassOption)
Inheritance
ContainerRegistryNetworkRuleBypassOption
Implements

Constructors

ContainerRegistryNetworkRuleBypassOption(String)

Initializes a new instance of ContainerRegistryNetworkRuleBypassOption.

Properties

AzureServices

AzureServices.

None

None.

Methods

Equals(ContainerRegistryNetworkRuleBypassOption)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ContainerRegistryNetworkRuleBypassOption, ContainerRegistryNetworkRuleBypassOption)

Determines if two ContainerRegistryNetworkRuleBypassOption values are the same.

Implicit(String to ContainerRegistryNetworkRuleBypassOption)

Converts a string to a ContainerRegistryNetworkRuleBypassOption.

Inequality(ContainerRegistryNetworkRuleBypassOption, ContainerRegistryNetworkRuleBypassOption)

Determines if two ContainerRegistryNetworkRuleBypassOption values are not the same.

Applies to