Condividi tramite


ContainerServicePublicNetworkAccess Struct

Definition

PublicNetworkAccess of the managedCluster. 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

Name Description
ContainerServicePublicNetworkAccess(String)

Initializes a new instance of ContainerServicePublicNetworkAccess.

Properties

Name Description
Disabled

Inbound traffic to managedCluster is disabled, traffic from managedCluster is allowed.

Enabled

Inbound/Outbound to the managedCluster is allowed.

SecuredByPerimeter

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

Methods

Name Description
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

Name Description
Equality(ContainerServicePublicNetworkAccess, ContainerServicePublicNetworkAccess)

Determines if two ContainerServicePublicNetworkAccess values are the same.

Implicit(String to ContainerServicePublicNetworkAccess)

Converts a string to a ContainerServicePublicNetworkAccess.

Implicit(String to Nullable<ContainerServicePublicNetworkAccess>)
Inequality(ContainerServicePublicNetworkAccess, ContainerServicePublicNetworkAccess)

Determines if two ContainerServicePublicNetworkAccess values are not the same.

Applies to