Freigeben über


VirtualWanSecurityProviderType Struct

Definition

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

Name Description
VirtualWanSecurityProviderType(String)

Initializes a new instance of VirtualWanSecurityProviderType.

Properties

Name Description
External

External.

Native

Native.

Methods

Name Description
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

Name Description
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.

Applies to