SessionAddressProvider Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. peering. models. SessionAddressProvider
- com.
- com.
public final class SessionAddressProvider
extends ExpandableStringEnum<SessionAddressProvider>
The field indicating if Microsoft provides session ip addresses.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Session |
MICROSOFT
Static value Microsoft for Session |
|
static final
Session |
PEER
Static value Peer for Session |
Constructor Summary
| Constructor | Description |
|---|---|
| SessionAddressProvider() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Session |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Session |
fromString(String name)
Creates or finds a Session |
|
static
Collection<Session |
values()
Gets known Session |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
MICROSOFT
public static final SessionAddressProvider MICROSOFT
Static value Microsoft for SessionAddressProvider.
PEER
public static final SessionAddressProvider PEER
Static value Peer for SessionAddressProvider.
Constructor Details
SessionAddressProvider
@Deprecated
public SessionAddressProvider()
Deprecated
Creates a new instance of SessionAddressProvider value.
Method Details
fromString
public static SessionAddressProvider fromString(String name)
Creates or finds a SessionAddressProvider from its string representation.
Parameters:
Returns:
values
public static Collection<SessionAddressProvider> values()
Gets known SessionAddressProvider values.
Returns: