CommunityActionType Struct

Definition

Default action that needs to be applied when no condition is matched. Example: Permit | Deny.

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

Constructors

Name Description
CommunityActionType(String)

Initializes a new instance of CommunityActionType.

Properties

Name Description
Deny

Deny Community Action Types.

Permit

Permit Community Action Types.

Methods

Name Description
Equals(CommunityActionType)

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

Determines if two CommunityActionType values are the same.

Implicit(String to CommunityActionType)

Converts a String to a CommunityActionType.

Inequality(CommunityActionType, CommunityActionType)

Determines if two CommunityActionType values are not the same.

Applies to