CommunityActionType 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.
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
Azure SDK for .NET