Uses of Class
com.azure.resourcemanager.network.fluent.models.VirtualWanSecurityProvidersInner
-
Packages that use VirtualWanSecurityProvidersInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient. -
-
Uses of VirtualWanSecurityProvidersInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return VirtualWanSecurityProvidersInner Modifier and Type Method Description VirtualWanSecurityProvidersInnerNetworkManagementClient. supportedSecurityProviders(String resourceGroupName, String virtualWanName)Gives the supported security providers for the virtual wan.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type VirtualWanSecurityProvidersInner Modifier and Type Method Description Mono<VirtualWanSecurityProvidersInner>NetworkManagementClient. supportedSecurityProvidersAsync(String resourceGroupName, String virtualWanName)Gives the supported security providers for the virtual wan.com.azure.core.http.rest.Response<VirtualWanSecurityProvidersInner>NetworkManagementClient. supportedSecurityProvidersWithResponse(String resourceGroupName, String virtualWanName, com.azure.core.util.Context context)Gives the supported security providers for the virtual wan.Mono<com.azure.core.http.rest.Response<VirtualWanSecurityProvidersInner>>NetworkManagementClient. supportedSecurityProvidersWithResponseAsync(String resourceGroupName, String virtualWanName)Gives the supported security providers for the virtual wan. -
Uses of VirtualWanSecurityProvidersInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualWanSecurityProvidersInner Modifier and Type Method Description VirtualWanSecurityProvidersInnerVirtualWanSecurityProvidersInner. withSupportedProviders(List<VirtualWanSecurityProvider> supportedProviders)Set the supportedProviders property: List of VirtualWAN security providers.
-