| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
static ProbeProtocol |
ProbeProtocol.fromString(String value)
Parses a serialized value to a ProbeProtocol instance.
|
ProbeProtocol |
HealthProbeParameters.probeProtocol()
Get the probeProtocol property: Protocol to use for health probe.
|
static ProbeProtocol |
ProbeProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProbeProtocol[] |
ProbeProtocol.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.withProbeProtocol(ProbeProtocol probeProtocol)
Set the probeProtocol property: Protocol to use for health probe.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.