Uses of Class
com.azure.resourcemanager.network.fluent.models.VpnServerConfigurationsResponseInner
Packages that use VpnServerConfigurationsResponseInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of VpnServerConfigurationsResponseInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return VpnServerConfigurationsResponseInnerModifier and TypeMethodDescriptionVpnServerConfigurationsAssociatedWithVirtualWansClient.list(String resourceGroupName, String virtualWanName) Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.VpnServerConfigurationsAssociatedWithVirtualWansClient.list(String resourceGroupName, String virtualWanName, com.azure.core.util.Context context) Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type VpnServerConfigurationsResponseInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnServerConfigurationsResponseInner>, VpnServerConfigurationsResponseInner> VpnServerConfigurationsAssociatedWithVirtualWansClient.beginList(String resourceGroupName, String virtualWanName) Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnServerConfigurationsResponseInner>, VpnServerConfigurationsResponseInner> VpnServerConfigurationsAssociatedWithVirtualWansClient.beginList(String resourceGroupName, String virtualWanName) Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnServerConfigurationsResponseInner>, VpnServerConfigurationsResponseInner> VpnServerConfigurationsAssociatedWithVirtualWansClient.beginList(String resourceGroupName, String virtualWanName, com.azure.core.util.Context context) Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnServerConfigurationsResponseInner>, VpnServerConfigurationsResponseInner> VpnServerConfigurationsAssociatedWithVirtualWansClient.beginList(String resourceGroupName, String virtualWanName, com.azure.core.util.Context context) Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VpnServerConfigurationsResponseInner>, VpnServerConfigurationsResponseInner> VpnServerConfigurationsAssociatedWithVirtualWansClient.beginListAsync(String resourceGroupName, String virtualWanName) Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VpnServerConfigurationsResponseInner>, VpnServerConfigurationsResponseInner> VpnServerConfigurationsAssociatedWithVirtualWansClient.beginListAsync(String resourceGroupName, String virtualWanName) Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group.VpnServerConfigurationsAssociatedWithVirtualWansClient.listAsync(String resourceGroupName, String virtualWanName) Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group. -
Uses of VpnServerConfigurationsResponseInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VpnServerConfigurationsResponseInnerModifier and TypeMethodDescriptionVpnServerConfigurationsResponseInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VpnServerConfigurationsResponseInner from the JsonReader.VpnServerConfigurationsResponseInner.withVpnServerConfigurationResourceIds(List<String> vpnServerConfigurationResourceIds) Set the vpnServerConfigurationResourceIds property: List of VpnServerConfigurations associated with VirtualWan.