Freigeben über


AccessRuleDirection Struct

Definition

Direction of Access Rule.

public readonly struct AccessRuleDirection : IEquatable<Azure.ResourceManager.CosmosDB.Models.AccessRuleDirection>
type AccessRuleDirection = struct
Public Structure AccessRuleDirection
Implements IEquatable(Of AccessRuleDirection)
Inheritance
AccessRuleDirection
Implements

Constructors

Name Description
AccessRuleDirection(String)

Initializes a new instance of AccessRuleDirection.

Properties

Name Description
Inbound

Applies to inbound network traffic to the secured resources.

Outbound

Applies to outbound network traffic from the secured resources.

Methods

Name Description
Equals(AccessRuleDirection)

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(AccessRuleDirection, AccessRuleDirection)

Determines if two AccessRuleDirection values are the same.

Implicit(String to AccessRuleDirection)

Converts a String to a AccessRuleDirection.

Inequality(AccessRuleDirection, AccessRuleDirection)

Determines if two AccessRuleDirection values are not the same.

Applies to