Share via


OfficeTrafficCategory Struct

Definition

The office traffic category.

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

Constructors

OfficeTrafficCategory(String)

Initializes a new instance of OfficeTrafficCategory.

Properties

All

All.

None

None.

Optimize

Optimize.

OptimizeAndAllow

OptimizeAndAllow.

Methods

Equals(OfficeTrafficCategory)

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

Determines if two OfficeTrafficCategory values are the same.

Implicit(String to OfficeTrafficCategory)

Converts a string to a OfficeTrafficCategory.

Inequality(OfficeTrafficCategory, OfficeTrafficCategory)

Determines if two OfficeTrafficCategory values are not the same.

Applies to