Share via


ContainerRegistryPublicNetworkAccess Struct

Definition

Whether or not public network access is allowed for the container registry.

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

Constructors

ContainerRegistryPublicNetworkAccess(String)

Initializes a new instance of ContainerRegistryPublicNetworkAccess.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(ContainerRegistryPublicNetworkAccess)

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(ContainerRegistryPublicNetworkAccess, ContainerRegistryPublicNetworkAccess)

Determines if two ContainerRegistryPublicNetworkAccess values are the same.

Implicit(String to ContainerRegistryPublicNetworkAccess)

Converts a string to a ContainerRegistryPublicNetworkAccess.

Inequality(ContainerRegistryPublicNetworkAccess, ContainerRegistryPublicNetworkAccess)

Determines if two ContainerRegistryPublicNetworkAccess values are not the same.

Applies to