Uses of Class
com.azure.resourcemanager.network.models.GetVpnSitesConfigurationRequest
Packages that use GetVpnSitesConfigurationRequest
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of GetVpnSitesConfigurationRequest in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type GetVpnSitesConfigurationRequestModifier and TypeMethodDescriptionVpnSitesConfigurationsClient.beginDownload(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request) Gives the sas-url to download the configurations for vpn-sites in a resource group.VpnSitesConfigurationsClient.beginDownload(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request, com.azure.core.util.Context context) Gives the sas-url to download the configurations for vpn-sites in a resource group.VpnSitesConfigurationsClient.beginDownloadAsync(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request) Gives the sas-url to download the configurations for vpn-sites in a resource group.voidVpnSitesConfigurationsClient.download(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request) Gives the sas-url to download the configurations for vpn-sites in a resource group.voidVpnSitesConfigurationsClient.download(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request, com.azure.core.util.Context context) Gives the sas-url to download the configurations for vpn-sites in a resource group.VpnSitesConfigurationsClient.downloadAsync(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request) Gives the sas-url to download the configurations for vpn-sites in a resource group.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> VpnSitesConfigurationsClient.downloadWithResponseAsync(String resourceGroupName, String virtualWanName, GetVpnSitesConfigurationRequest request) Gives the sas-url to download the configurations for vpn-sites in a resource group. -
Uses of GetVpnSitesConfigurationRequest in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return GetVpnSitesConfigurationRequestModifier and TypeMethodDescriptionGetVpnSitesConfigurationRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GetVpnSitesConfigurationRequest from the JsonReader.GetVpnSitesConfigurationRequest.withOutputBlobSasUrl(String outputBlobSasUrl) Set the outputBlobSasUrl property: The sas-url to download the configurations for vpn-sites.GetVpnSitesConfigurationRequest.withVpnSites(List<String> vpnSites) Set the vpnSites property: List of resource-ids of the vpn-sites for which config is to be downloaded.