Freigeben über


ContainerServicePublicNetworkAccess Struct

Definition

PublicNetworkAccess of the managedCluster. Allow or deny public network access for AKS Serialized Name: PublicNetworkAccess

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

Disabled Serialized Name: PublicNetworkAccess.Disabled

Enabled

Enabled Serialized Name: PublicNetworkAccess.Enabled

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.

Inequality(ContainerServicePublicNetworkAccess, ContainerServicePublicNetworkAccess)

Determines if two ContainerServicePublicNetworkAccess values are not the same.

Applies to