| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
static HealthProbeRequestType |
HealthProbeRequestType.fromString(String value)
Parses a serialized value to a HealthProbeRequestType instance.
|
HealthProbeRequestType |
HealthProbeParameters.probeRequestType()
Get the probeRequestType property: The type of health probe request that is made.
|
static HealthProbeRequestType |
HealthProbeRequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthProbeRequestType[] |
HealthProbeRequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HealthProbeParameters |
HealthProbeParameters.withProbeRequestType(HealthProbeRequestType probeRequestType)
Set the probeRequestType property: The type of health probe request that is made.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.