MobileNetworkTrafficControlPermission 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.
Traffic control permission.
public readonly struct MobileNetworkTrafficControlPermission : IEquatable<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkTrafficControlPermission>
type MobileNetworkTrafficControlPermission = struct
Public Structure MobileNetworkTrafficControlPermission
Implements IEquatable(Of MobileNetworkTrafficControlPermission)
- Inheritance
-
MobileNetworkTrafficControlPermission
- Implements
Constructors
MobileNetworkTrafficControlPermission(String) |
Initializes a new instance of MobileNetworkTrafficControlPermission. |
Properties
Blocked |
Traffic matching this rule is not allowed to flow. |
Enabled |
Traffic matching this rule is allowed to flow. |
Methods
Equals(MobileNetworkTrafficControlPermission) |
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(MobileNetworkTrafficControlPermission, MobileNetworkTrafficControlPermission) |
Determines if two MobileNetworkTrafficControlPermission values are the same. |
Implicit(String to MobileNetworkTrafficControlPermission) |
Converts a string to a MobileNetworkTrafficControlPermission. |
Inequality(MobileNetworkTrafficControlPermission, MobileNetworkTrafficControlPermission) |
Determines if two MobileNetworkTrafficControlPermission values are not the same. |
Applies to
Azure SDK for .NET