AfdEndpointProtocols Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cdn. models. AfdEndpointProtocols
- com.
- com.
public final class AfdEndpointProtocols
extends ExpandableStringEnum<AfdEndpointProtocols>
Supported protocols for the customer's endpoint.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Afd |
HTTP
Static value Http for Afd |
|
static final
Afd |
HTTPS
Static value Https for Afd |
Constructor Summary
| Constructor | Description |
|---|---|
| AfdEndpointProtocols() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Afd |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Afd |
fromString(String name)
Creates or finds a Afd |
|
static
Collection<Afd |
values()
Gets known Afd |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
HTTP
public static final AfdEndpointProtocols HTTP
Static value Http for AfdEndpointProtocols.
HTTPS
public static final AfdEndpointProtocols HTTPS
Static value Https for AfdEndpointProtocols.
Constructor Details
AfdEndpointProtocols
@Deprecated
public AfdEndpointProtocols()
Deprecated
Creates a new instance of AfdEndpointProtocols value.
Method Details
fromString
public static AfdEndpointProtocols fromString(String name)
Creates or finds a AfdEndpointProtocols from its string representation.
Parameters:
Returns:
values
public static Collection<AfdEndpointProtocols> values()
Gets known AfdEndpointProtocols values.
Returns: