Class AcsRouterUpdatedWorkerProperty
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AcsRouterUpdatedWorkerProperty>
com.azure.messaging.eventgrid.systemevents.AcsRouterUpdatedWorkerProperty
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class AcsRouterUpdatedWorkerProperty
extends com.azure.core.util.ExpandableStringEnum<AcsRouterUpdatedWorkerProperty>
Worker properties that can be updated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AcsRouterUpdatedWorkerPropertyAvailableForOffers.static final AcsRouterUpdatedWorkerPropertyChannelConfigurations.static final AcsRouterUpdatedWorkerPropertyLabels.static final AcsRouterUpdatedWorkerPropertyQueueAssignments.static final AcsRouterUpdatedWorkerPropertyTags.static final AcsRouterUpdatedWorkerPropertyTotalCapacity. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a AcsRouterUpdatedWorkerProperty from its string representation.values()Gets known AcsRouterUpdatedWorkerProperty values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
AVAILABLE_FOR_OFFERS
AvailableForOffers. -
TOTAL_CAPACITY
TotalCapacity. -
QUEUE_ASSIGNMENTS
QueueAssignments. -
LABELS
Labels. -
TAGS
Tags. -
CHANNEL_CONFIGURATIONS
ChannelConfigurations.
-
-
Constructor Details
-
AcsRouterUpdatedWorkerProperty
Deprecated.Use thefromString(String)factory method.Creates a new instance of AcsRouterUpdatedWorkerProperty value.
-
-
Method Details
-
fromString
Creates or finds a AcsRouterUpdatedWorkerProperty from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AcsRouterUpdatedWorkerProperty.
-
values
Gets known AcsRouterUpdatedWorkerProperty values.- Returns:
- known AcsRouterUpdatedWorkerProperty values.
-
fromString(String)factory method.