Share via


ContainerServicePublicNetworkAccess Struct

Definition

Allow or deny public network access for AKS.

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

Constructors

ContainerServicePublicNetworkAccess(String)

Initializes a new instance of ContainerServicePublicNetworkAccess.

Properties

Disabled

Disabled.

Enabled

Enabled.

SecuredByPerimeter

Inbound/Outbound traffic is managed by Microsoft.Network/NetworkSecurityPerimeters.

Methods

Equals(ContainerServicePublicNetworkAccess)

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

Determines if two ContainerServicePublicNetworkAccess values are the same.

Implicit(String to ContainerServicePublicNetworkAccess)

Converts a string to a ContainerServicePublicNetworkAccess.

Inequality(ContainerServicePublicNetworkAccess, ContainerServicePublicNetworkAccess)

Determines if two ContainerServicePublicNetworkAccess values are not the same.

Applies to