Class EndpointType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<EndpointType>
com.azure.resourcemanager.network.models.EndpointType
The endpoint type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EndpointTypeStatic value AzureArcNetwork for EndpointType.static final EndpointTypeStatic value AzureArcVM for EndpointType.static final EndpointTypeStatic value AzureSubnet for EndpointType.static final EndpointTypeStatic value AzureVM for EndpointType.static final EndpointTypeStatic value AzureVMSS for EndpointType.static final EndpointTypeStatic value AzureVNet for EndpointType.static final EndpointTypeStatic value ExternalAddress for EndpointType.static final EndpointTypeStatic value MMAWorkspaceMachine for EndpointType.static final EndpointTypeStatic value MMAWorkspaceNetwork for EndpointType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EndpointTypefromString(String name) Creates or finds a EndpointType from its string representation.static Collection<EndpointType>values()Gets known EndpointType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
AZURE_VM
Static value AzureVM for EndpointType. -
AZURE_VNET
Static value AzureVNet for EndpointType. -
AZURE_SUBNET
Static value AzureSubnet for EndpointType. -
EXTERNAL_ADDRESS
Static value ExternalAddress for EndpointType. -
MMAWORKSPACE_MACHINE
Static value MMAWorkspaceMachine for EndpointType. -
MMAWORKSPACE_NETWORK
Static value MMAWorkspaceNetwork for EndpointType. -
AZURE_ARC_VM
Static value AzureArcVM for EndpointType. -
AZURE_VMSS
Static value AzureVMSS for EndpointType. -
AZURE_ARC_NETWORK
Static value AzureArcNetwork for EndpointType.
-
-
Constructor Details
-
EndpointType
Deprecated.Use thefromString(String)factory method.Creates a new instance of EndpointType value.
-
-
Method Details
-
fromString
Creates or finds a EndpointType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding EndpointType.
-
values
Gets known EndpointType values.- Returns:
- known EndpointType values.
-
fromString(String)factory method.