Uses of Class
com.azure.resourcemanager.network.models.EndpointType
Packages that use EndpointType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of EndpointType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type EndpointType in com.azure.resourcemanager.network.modelsFields in com.azure.resourcemanager.network.models declared as EndpointTypeModifier and TypeFieldDescriptionstatic final EndpointTypeEndpointType.AZURE_ARC_NETWORKStatic value AzureArcNetwork for EndpointType.static final EndpointTypeEndpointType.AZURE_ARC_VMStatic value AzureArcVM for EndpointType.static final EndpointTypeEndpointType.AZURE_SUBNETStatic value AzureSubnet for EndpointType.static final EndpointTypeEndpointType.AZURE_VMStatic value AzureVM for EndpointType.static final EndpointTypeEndpointType.AZURE_VMSSStatic value AzureVMSS for EndpointType.static final EndpointTypeEndpointType.AZURE_VNETStatic value AzureVNet for EndpointType.static final EndpointTypeEndpointType.EXTERNAL_ADDRESSStatic value ExternalAddress for EndpointType.static final EndpointTypeEndpointType.MMAWORKSPACE_MACHINEStatic value MMAWorkspaceMachine for EndpointType.static final EndpointTypeEndpointType.MMAWORKSPACE_NETWORKStatic value MMAWorkspaceNetwork for EndpointType.Methods in com.azure.resourcemanager.network.models that return EndpointTypeModifier and TypeMethodDescriptionstatic EndpointTypeEndpointType.fromString(String name) Creates or finds a EndpointType from its string representation.ConnectionMonitorEndpoint.type()Get the type property: The endpoint type.Methods in com.azure.resourcemanager.network.models that return types with arguments of type EndpointTypeModifier and TypeMethodDescriptionstatic Collection<EndpointType> EndpointType.values()Gets known EndpointType values.Methods in com.azure.resourcemanager.network.models with parameters of type EndpointTypeModifier and TypeMethodDescriptionConnectionMonitorEndpoint.withType(EndpointType type) Set the type property: The endpoint type.