Uses of Class
com.azure.resourcemanager.network.models.EndpointType
-
Packages that use EndpointType Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of EndpointType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as EndpointType Modifier and Type Field Description static EndpointTypeEndpointType. AZURE_SUBNETStatic value AzureSubnet for EndpointType.static EndpointTypeEndpointType. AZURE_VMStatic value AzureVM for EndpointType.static EndpointTypeEndpointType. AZURE_VNETStatic value AzureVNet for EndpointType.static EndpointTypeEndpointType. EXTERNAL_ADDRESSStatic value ExternalAddress for EndpointType.static EndpointTypeEndpointType. MMAWORKSPACE_MACHINEStatic value MMAWorkspaceMachine for EndpointType.static EndpointTypeEndpointType. MMAWORKSPACE_NETWORKStatic value MMAWorkspaceNetwork for EndpointType.Methods in com.azure.resourcemanager.network.models that return EndpointType Modifier and Type Method Description static EndpointTypeEndpointType. fromString(String name)Creates or finds a EndpointType from its string representation.EndpointTypeConnectionMonitorEndpoint. type()Get the type property: The endpoint type.Methods in com.azure.resourcemanager.network.models that return types with arguments of type EndpointType Modifier and Type Method Description static Collection<EndpointType>EndpointType. values()Methods in com.azure.resourcemanager.network.models with parameters of type EndpointType Modifier and Type Method Description ConnectionMonitorEndpointConnectionMonitorEndpoint. withType(EndpointType type)Set the type property: The endpoint type.
-