Freigeben über


ManagedClusterSubnetPrivateEndpointNetworkPoliciesState Struct

Definition

Enable or Disable apply network policies on private end point in the subnet.

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

Constructors

Name Description
ManagedClusterSubnetPrivateEndpointNetworkPoliciesState(String)

Initializes a new instance of ManagedClusterSubnetPrivateEndpointNetworkPoliciesState.

Properties

Name Description
Disabled

Disable apply network policies on private end point in the subnet.

Enabled

Enable apply network policies on private end point in the subnet.

Methods

Name Description
Equals(ManagedClusterSubnetPrivateEndpointNetworkPoliciesState)

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

Determines if two ManagedClusterSubnetPrivateEndpointNetworkPoliciesState values are the same.

Implicit(String to ManagedClusterSubnetPrivateEndpointNetworkPoliciesState)

Converts a String to a ManagedClusterSubnetPrivateEndpointNetworkPoliciesState.

Inequality(ManagedClusterSubnetPrivateEndpointNetworkPoliciesState, ManagedClusterSubnetPrivateEndpointNetworkPoliciesState)

Determines if two ManagedClusterSubnetPrivateEndpointNetworkPoliciesState values are not the same.

Applies to