Class VirtualWanSecurityProvidersInner

java.lang.Object
com.azure.resourcemanager.network.fluent.models.VirtualWanSecurityProvidersInner

public final class VirtualWanSecurityProvidersInner extends Object
Collection of SecurityProviders.
  • Constructor Details

    • VirtualWanSecurityProvidersInner

      public VirtualWanSecurityProvidersInner()
      Creates an instance of VirtualWanSecurityProvidersInner class.
  • Method Details

    • supportedProviders

      public List<VirtualWanSecurityProvider> supportedProviders()
      Get the supportedProviders property: List of VirtualWAN security providers.
      Returns:
      the supportedProviders value.
    • withSupportedProviders

      public VirtualWanSecurityProvidersInner withSupportedProviders(List<VirtualWanSecurityProvider> supportedProviders)
      Set the supportedProviders property: List of VirtualWAN security providers.
      Parameters:
      supportedProviders - the supportedProviders value to set.
      Returns:
      the VirtualWanSecurityProvidersInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.