public final class EndpointType extends com.azure.core.util.ExpandableStringEnum<EndpointType>
| Modifier and Type | Field and Description |
|---|---|
static EndpointType |
AZURE_SUBNET
Static value AzureSubnet for EndpointType.
|
static EndpointType |
AZURE_VM
Static value AzureVM for EndpointType.
|
static EndpointType |
AZURE_VNET
Static value AzureVNet for EndpointType.
|
static EndpointType |
EXTERNAL_ADDRESS
Static value ExternalAddress for EndpointType.
|
static EndpointType |
MMAWORKSPACE_MACHINE
Static value MMAWorkspaceMachine for EndpointType.
|
static EndpointType |
MMAWORKSPACE_NETWORK
Static value MMAWorkspaceNetwork for EndpointType.
|
| Constructor and Description |
|---|
EndpointType() |
| Modifier and Type | Method and Description |
|---|---|
static EndpointType |
fromString(String name)
Creates or finds a EndpointType from its string representation.
|
static Collection<EndpointType> |
values() |
public static final EndpointType AZURE_VM
public static final EndpointType AZURE_VNET
public static final EndpointType AZURE_SUBNET
public static final EndpointType EXTERNAL_ADDRESS
public static final EndpointType MMAWORKSPACE_MACHINE
public static final EndpointType MMAWORKSPACE_NETWORK
public static EndpointType fromString(String name)
name - a name to look for.public static Collection<EndpointType> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.