Class VirtualWanSecurityProvidersInner
java.lang.Object
com.azure.resourcemanager.network.fluent.models.VirtualWanSecurityProvidersInner
Collection of SecurityProviders.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of VirtualWanSecurityProvidersInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the supportedProviders property: List of VirtualWAN security providers.voidvalidate()Validates the instance.withSupportedProviders(List<VirtualWanSecurityProvider> supportedProviders) Set the supportedProviders property: List of VirtualWAN security providers.
-
Constructor Details
-
VirtualWanSecurityProvidersInner
public VirtualWanSecurityProvidersInner()Creates an instance of VirtualWanSecurityProvidersInner class.
-
-
Method Details
-
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.
-