다음을 통해 공유


MobileNetworkTrafficControlPermission Struct

Definition

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