Freigeben über


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

Name Description
CommunityActionType(String)

Initializes a new instance of CommunityActionType.

Properties

Name Description
Deny

Deny.

Permit

Permit.

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