Uses of Class
com.azure.resourcemanager.network.models.VirtualWanSecurityProviderType
Packages that use VirtualWanSecurityProviderType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of VirtualWanSecurityProviderType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as VirtualWanSecurityProviderTypeModifier and TypeFieldDescriptionstatic final VirtualWanSecurityProviderTypeVirtualWanSecurityProviderType.EXTERNALStatic value External for VirtualWanSecurityProviderType.static final VirtualWanSecurityProviderTypeVirtualWanSecurityProviderType.NATIVEStatic value Native for VirtualWanSecurityProviderType.Methods in com.azure.resourcemanager.network.models that return VirtualWanSecurityProviderTypeModifier and TypeMethodDescriptionVirtualWanSecurityProviderType.fromString(String name) Creates or finds a VirtualWanSecurityProviderType from its string representation.VirtualWanSecurityProvider.type()Get the type property: Name of the security provider.Methods in com.azure.resourcemanager.network.models that return types with arguments of type VirtualWanSecurityProviderTypeModifier and TypeMethodDescriptionVirtualWanSecurityProviderType.values()Gets known VirtualWanSecurityProviderType values.