ServiceCorrelationScheme Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. servicefabric. models. ServiceCorrelationScheme
- com.
- com.
public final class ServiceCorrelationScheme
extends ExpandableStringEnum<ServiceCorrelationScheme>
The service correlation scheme.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Service |
AFFINITY
Static value Affinity for Service |
|
static final
Service |
ALIGNED_AFFINITY
Static value Aligned |
|
static final
Service |
INVALID
Static value Invalid for Service |
|
static final
Service |
NON_ALIGNED_AFFINITY
Static value Non |
Constructor Summary
| Constructor | Description |
|---|---|
| ServiceCorrelationScheme() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Service |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Service |
fromString(String name)
Creates or finds a Service |
|
static
Collection<Service |
values()
Gets known Service |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AFFINITY
public static final ServiceCorrelationScheme AFFINITY
Static value Affinity for ServiceCorrelationScheme.
ALIGNED_AFFINITY
public static final ServiceCorrelationScheme ALIGNED_AFFINITY
Static value AlignedAffinity for ServiceCorrelationScheme.
INVALID
public static final ServiceCorrelationScheme INVALID
Static value Invalid for ServiceCorrelationScheme.
NON_ALIGNED_AFFINITY
public static final ServiceCorrelationScheme NON_ALIGNED_AFFINITY
Static value NonAlignedAffinity for ServiceCorrelationScheme.
Constructor Details
ServiceCorrelationScheme
@Deprecated
public ServiceCorrelationScheme()
Deprecated
Creates a new instance of ServiceCorrelationScheme value.
Method Details
fromString
public static ServiceCorrelationScheme fromString(String name)
Creates or finds a ServiceCorrelationScheme from its string representation.
Parameters:
Returns:
values
public static Collection<ServiceCorrelationScheme> values()
Gets known ServiceCorrelationScheme values.
Returns: