Uses of Class
com.azure.resourcemanager.network.models.VirtualWanSecurityProvider
-
Packages that use VirtualWanSecurityProvider Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of VirtualWanSecurityProvider in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type VirtualWanSecurityProvider Modifier and Type Method Description List<VirtualWanSecurityProvider>VirtualWanSecurityProvidersInner. supportedProviders()Get the supportedProviders property: List of VirtualWAN security providers.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type VirtualWanSecurityProvider Modifier and Type Method Description VirtualWanSecurityProvidersInnerVirtualWanSecurityProvidersInner. withSupportedProviders(List<VirtualWanSecurityProvider> supportedProviders)Set the supportedProviders property: List of VirtualWAN security providers. -
Uses of VirtualWanSecurityProvider in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VirtualWanSecurityProvider Modifier and Type Method Description VirtualWanSecurityProviderVirtualWanSecurityProvider. withName(String name)Set the name property: Name of the security provider.VirtualWanSecurityProviderVirtualWanSecurityProvider. withUrl(String url)Set the url property: Url of the security provider.
-