| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
static ResponseBasedDetectedErrorTypes |
ResponseBasedDetectedErrorTypes.fromString(String value)
Parses a serialized value to a ResponseBasedDetectedErrorTypes instance.
|
ResponseBasedDetectedErrorTypes |
ResponseBasedOriginErrorDetectionParameters.responseBasedDetectedErrorTypes()
Get the responseBasedDetectedErrorTypes property: Type of response errors for real user requests for which origin
will be deemed unhealthy.
|
static ResponseBasedDetectedErrorTypes |
ResponseBasedDetectedErrorTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseBasedDetectedErrorTypes[] |
ResponseBasedDetectedErrorTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseBasedOriginErrorDetectionParameters |
ResponseBasedOriginErrorDetectionParameters.withResponseBasedDetectedErrorTypes(ResponseBasedDetectedErrorTypes responseBasedDetectedErrorTypes)
Set the responseBasedDetectedErrorTypes property: Type of response errors for real user requests for which origin
will be deemed unhealthy.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.