Freigeben über


ContainerAppPublicNetworkAccess Struct

Definition

Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled'.

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

Constructors

Name Description
ContainerAppPublicNetworkAccess(String)

Initializes a new instance of ContainerAppPublicNetworkAccess.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

Name Description
Equals(ContainerAppPublicNetworkAccess)

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

Name Description
Equality(ContainerAppPublicNetworkAccess, ContainerAppPublicNetworkAccess)

Determines if two ContainerAppPublicNetworkAccess values are the same.

Implicit(String to ContainerAppPublicNetworkAccess)

Converts a String to a ContainerAppPublicNetworkAccess.

Inequality(ContainerAppPublicNetworkAccess, ContainerAppPublicNetworkAccess)

Determines if two ContainerAppPublicNetworkAccess values are not the same.

Applies to