Relaytype Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. relay. models. Relaytype
- com.
- java.
public enum Relaytype
extends Enum<Relaytype>
WCF relay type.
Fields
| HTTP |
Enum value Http. |
| NET_TCP |
Enum value Net |
Methods inherited from java.lang.Enum
valueOf
clone
compareTo
describeConstable
equals
finalize
getDeclaringClass
hashCode
name
ordinal
toString
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static Relaytype fromString(String value)
Parses a serialized value to a Relaytype instance.
Parameters
- value
- String
Returns
the parsed Relaytype object, or null if unable to parse.