VirtualWanSecurityProviderType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The virtual wan security provider type.
public readonly struct VirtualWanSecurityProviderType : IEquatable<Azure.ResourceManager.Network.Models.VirtualWanSecurityProviderType>
type VirtualWanSecurityProviderType = struct
Public Structure VirtualWanSecurityProviderType
Implements IEquatable(Of VirtualWanSecurityProviderType)
- Inheritance
-
VirtualWanSecurityProviderType
- Implements
Constructors
VirtualWanSecurityProviderType(String) |
Initializes a new instance of VirtualWanSecurityProviderType. |
Properties
External |
External. |
Native |
Native. |
Methods
Equals(VirtualWanSecurityProviderType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(VirtualWanSecurityProviderType, VirtualWanSecurityProviderType) |
Determines if two VirtualWanSecurityProviderType values are the same. |
Implicit(String to VirtualWanSecurityProviderType) |
Converts a string to a VirtualWanSecurityProviderType. |
Inequality(VirtualWanSecurityProviderType, VirtualWanSecurityProviderType) |
Determines if two VirtualWanSecurityProviderType values are not the same. |