ContainerServicePublicNetworkAccess Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET