Share via


CommunityActionType Struct

Definition

community action types. 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

CommunityActionType(String)

Initializes a new instance of CommunityActionType.

Properties

Deny

Deny.

Permit

Permit.

Methods

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

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