Class VirtualWanSecurityProvidersInner
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.VirtualWanSecurityProvidersInner
-
public final class VirtualWanSecurityProvidersInner extends Object
Collection of SecurityProviders.
-
-
Constructor Summary
Constructors Constructor Description VirtualWanSecurityProvidersInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<VirtualWanSecurityProvider>supportedProviders()Get the supportedProviders property: List of VirtualWAN security providers.voidvalidate()Validates the instance.VirtualWanSecurityProvidersInnerwithSupportedProviders(List<VirtualWanSecurityProvider> supportedProviders)Set the supportedProviders property: List of VirtualWAN security providers.
-
-
-
Method Detail
-
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.
-
-