| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static TransformType |
TransformType.LOWERCASE
Static value Lowercase for TransformType.
|
static TransformType |
TransformType.REMOVE_NULLS
Static value RemoveNulls for TransformType.
|
static TransformType |
TransformType.TRIM
Static value Trim for TransformType.
|
static TransformType |
TransformType.UPPERCASE
Static value Uppercase for TransformType.
|
static TransformType |
TransformType.URL_DECODE
Static value UrlDecode for TransformType.
|
static TransformType |
TransformType.URL_ENCODE
Static value UrlEncode for TransformType.
|
| Modifier and Type | Method and Description |
|---|---|
static TransformType |
TransformType.fromString(String name)
Creates or finds a TransformType from its string representation.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.