public final class LoadDistribution extends com.microsoft.rest.ExpandableStringEnum<LoadDistribution>
| Modifier and Type | Field and Description |
|---|---|
static LoadDistribution |
DEFAULT
Static value Default for LoadDistribution.
|
static LoadDistribution |
SOURCE_IP
Static value SourceIP for LoadDistribution.
|
static LoadDistribution |
SOURCE_IPPROTOCOL
Static value SourceIPProtocol for LoadDistribution.
|
| Constructor and Description |
|---|
LoadDistribution() |
| Modifier and Type | Method and Description |
|---|---|
static LoadDistribution |
fromString(String name)
Creates or finds a LoadDistribution from its string representation.
|
static Collection<LoadDistribution> |
values() |
public static final LoadDistribution DEFAULT
public static final LoadDistribution SOURCE_IP
public static final LoadDistribution SOURCE_IPPROTOCOL
public static LoadDistribution fromString(String name)
name - a name to look forpublic static Collection<LoadDistribution> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/