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