ManagedClusterKeyVaultNetworkAccessType 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.
Network access of key vault. The possible values are Public
and Private
. Public
means the key vault allows public access from all networks. Private
means the key vault disables public access and enables private link. The default value is Public
.
public readonly struct ManagedClusterKeyVaultNetworkAccessType : IEquatable<Azure.ResourceManager.ContainerService.Models.ManagedClusterKeyVaultNetworkAccessType>
type ManagedClusterKeyVaultNetworkAccessType = struct
Public Structure ManagedClusterKeyVaultNetworkAccessType
Implements IEquatable(Of ManagedClusterKeyVaultNetworkAccessType)
- Inheritance
-
ManagedClusterKeyVaultNetworkAccessType
- Implements
Constructors
ManagedClusterKeyVaultNetworkAccessType(String) |
Initializes a new instance of ManagedClusterKeyVaultNetworkAccessType. |
Properties
Private |
Private. |
Public |
Public. |
Methods
Equals(ManagedClusterKeyVaultNetworkAccessType) |
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(ManagedClusterKeyVaultNetworkAccessType, ManagedClusterKeyVaultNetworkAccessType) |
Determines if two ManagedClusterKeyVaultNetworkAccessType values are the same. |
Implicit(String to ManagedClusterKeyVaultNetworkAccessType) |
Converts a string to a ManagedClusterKeyVaultNetworkAccessType. |
Inequality(ManagedClusterKeyVaultNetworkAccessType, ManagedClusterKeyVaultNetworkAccessType) |
Determines if two ManagedClusterKeyVaultNetworkAccessType values are not the same. |
Applies to
Azure SDK for .NET