Uses of Class
com.azure.resourcemanager.network.models.AvailableProvidersListParameters
Packages that use AvailableProvidersListParameters
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of AvailableProvidersListParameters in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type AvailableProvidersListParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AvailableProvidersListInner>, AvailableProvidersListInner> NetworkWatchersClient.beginListAvailableProviders(String resourceGroupName, String networkWatcherName, AvailableProvidersListParameters parameters) NOTE: This feature is currently in preview and still being tested for stability.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AvailableProvidersListInner>, AvailableProvidersListInner> NetworkWatchersClient.beginListAvailableProviders(String resourceGroupName, String networkWatcherName, AvailableProvidersListParameters parameters, com.azure.core.util.Context context) NOTE: This feature is currently in preview and still being tested for stability.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AvailableProvidersListInner>, AvailableProvidersListInner> NetworkWatchersClient.beginListAvailableProvidersAsync(String resourceGroupName, String networkWatcherName, AvailableProvidersListParameters parameters) NOTE: This feature is currently in preview and still being tested for stability.NetworkWatchersClient.listAvailableProviders(String resourceGroupName, String networkWatcherName, AvailableProvidersListParameters parameters) NOTE: This feature is currently in preview and still being tested for stability.NetworkWatchersClient.listAvailableProviders(String resourceGroupName, String networkWatcherName, AvailableProvidersListParameters parameters, com.azure.core.util.Context context) NOTE: This feature is currently in preview and still being tested for stability.NetworkWatchersClient.listAvailableProvidersAsync(String resourceGroupName, String networkWatcherName, AvailableProvidersListParameters parameters) NOTE: This feature is currently in preview and still being tested for stability.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> NetworkWatchersClient.listAvailableProvidersWithResponseAsync(String resourceGroupName, String networkWatcherName, AvailableProvidersListParameters parameters) NOTE: This feature is currently in preview and still being tested for stability. -
Uses of AvailableProvidersListParameters in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return AvailableProvidersListParametersModifier and TypeMethodDescriptionAvailableProviders.availableProvidersParameters()Gets parameters used to query available internet providers.AvailableProvidersListParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AvailableProvidersListParameters from the JsonReader.AvailableProvidersListParameters.withAzureLocations(List<String> azureLocations) Set the azureLocations property: A list of Azure regions.Set the city property: The city or town for available providers list.AvailableProvidersListParameters.withCountry(String country) Set the country property: The country for available providers list.Set the state property: The state for available providers list.