Share via


AcsRouterUpdatedWorkerProperty Struct

Definition

An individual property updated in the Router Worker.

public readonly struct AcsRouterUpdatedWorkerProperty : IEquatable<Azure.Messaging.EventGrid.SystemEvents.AcsRouterUpdatedWorkerProperty>
type AcsRouterUpdatedWorkerProperty = struct
Public Structure AcsRouterUpdatedWorkerProperty
Implements IEquatable(Of AcsRouterUpdatedWorkerProperty)
Inheritance
AcsRouterUpdatedWorkerProperty
Implements

Constructors

AcsRouterUpdatedWorkerProperty(String)

Initializes a new instance of AcsRouterUpdatedWorkerProperty.

Properties

AvailableForOffers

AvailableForOffers.

ChannelConfigurations

ChannelConfigurations.

Labels

Labels.

QueueAssignments

QueueAssignments.

Tags

Tags.

TotalCapacity

TotalCapacity.

Methods

Equals(AcsRouterUpdatedWorkerProperty)

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

Determines if two AcsRouterUpdatedWorkerProperty values are the same.

Implicit(String to AcsRouterUpdatedWorkerProperty)

Converts a string to a AcsRouterUpdatedWorkerProperty.

Inequality(AcsRouterUpdatedWorkerProperty, AcsRouterUpdatedWorkerProperty)

Determines if two AcsRouterUpdatedWorkerProperty values are not the same.

Applies to