Uses of Class
com.azure.resourcemanager.network.fluent.models.VirtualWanSecurityProvidersInner
Packages that use VirtualWanSecurityProvidersInner
Package
Description
Package containing the service clients for NetworkManagementClient.
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 VirtualWanSecurityProvidersInnerModifier and TypeMethodDescriptionNetworkManagementClient.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 VirtualWanSecurityProvidersInnerModifier and TypeMethodDescriptionNetworkManagementClient.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
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type VirtualWanSecurityProvidersInnerModifier and TypeClassDescriptionfinal classCollection of SecurityProviders.Methods in com.azure.resourcemanager.network.fluent.models that return VirtualWanSecurityProvidersInnerModifier and TypeMethodDescriptionVirtualWanSecurityProvidersInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualWanSecurityProvidersInner from the JsonReader.VirtualWanSecurityProvidersInner.withSupportedProviders(List<VirtualWanSecurityProvider> supportedProviders) Set the supportedProviders property: List of VirtualWAN security providers.