Uses of Class
com.azure.resourcemanager.network.fluent.models.NetworkWatcherInner
-
Packages that use NetworkWatcherInner 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.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of NetworkWatcherInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return NetworkWatcherInner Modifier and Type Method Description NetworkWatcherInnerNetworkWatchersClient. createOrUpdate(String resourceGroupName, String networkWatcherName, NetworkWatcherInner parameters)Creates or updates a network watcher in the specified resource group.NetworkWatcherInnerNetworkWatchersClient. getByResourceGroup(String resourceGroupName, String networkWatcherName)Gets the specified network watcher by resource group.NetworkWatcherInnerNetworkWatchersClient. updateTags(String resourceGroupName, String networkWatcherName, TagsObject parameters)Updates a network watcher tags.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type NetworkWatcherInner Modifier and Type Method Description Mono<NetworkWatcherInner>NetworkWatchersClient. createOrUpdateAsync(String resourceGroupName, String networkWatcherName, NetworkWatcherInner parameters)Creates or updates a network watcher in the specified resource group.com.azure.core.http.rest.Response<NetworkWatcherInner>NetworkWatchersClient. createOrUpdateWithResponse(String resourceGroupName, String networkWatcherName, NetworkWatcherInner parameters, com.azure.core.util.Context context)Creates or updates a network watcher in the specified resource group.Mono<com.azure.core.http.rest.Response<NetworkWatcherInner>>NetworkWatchersClient. createOrUpdateWithResponseAsync(String resourceGroupName, String networkWatcherName, NetworkWatcherInner parameters)Creates or updates a network watcher in the specified resource group.Mono<NetworkWatcherInner>NetworkWatchersClient. getByResourceGroupAsync(String resourceGroupName, String networkWatcherName)Gets the specified network watcher by resource group.com.azure.core.http.rest.Response<NetworkWatcherInner>NetworkWatchersClient. getByResourceGroupWithResponse(String resourceGroupName, String networkWatcherName, com.azure.core.util.Context context)Gets the specified network watcher by resource group.Mono<com.azure.core.http.rest.Response<NetworkWatcherInner>>NetworkWatchersClient. getByResourceGroupWithResponseAsync(String resourceGroupName, String networkWatcherName)Gets the specified network watcher by resource group.com.azure.core.http.rest.PagedIterable<NetworkWatcherInner>NetworkWatchersClient. list()Gets all network watchers by subscription.com.azure.core.http.rest.PagedIterable<NetworkWatcherInner>NetworkWatchersClient. list(com.azure.core.util.Context context)Gets all network watchers by subscription.com.azure.core.http.rest.PagedFlux<NetworkWatcherInner>NetworkWatchersClient. listAsync()Gets all network watchers by subscription.com.azure.core.http.rest.PagedIterable<NetworkWatcherInner>NetworkWatchersClient. listByResourceGroup(String resourceGroupName)Gets all network watchers by resource group.com.azure.core.http.rest.PagedIterable<NetworkWatcherInner>NetworkWatchersClient. listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)Gets all network watchers by resource group.com.azure.core.http.rest.PagedFlux<NetworkWatcherInner>NetworkWatchersClient. listByResourceGroupAsync(String resourceGroupName)Gets all network watchers by resource group.Mono<NetworkWatcherInner>NetworkWatchersClient. updateTagsAsync(String resourceGroupName, String networkWatcherName, TagsObject parameters)Updates a network watcher tags.com.azure.core.http.rest.Response<NetworkWatcherInner>NetworkWatchersClient. updateTagsWithResponse(String resourceGroupName, String networkWatcherName, TagsObject parameters, com.azure.core.util.Context context)Updates a network watcher tags.Mono<com.azure.core.http.rest.Response<NetworkWatcherInner>>NetworkWatchersClient. updateTagsWithResponseAsync(String resourceGroupName, String networkWatcherName, TagsObject parameters)Updates a network watcher tags.Methods in com.azure.resourcemanager.network.fluent with parameters of type NetworkWatcherInner Modifier and Type Method Description NetworkWatcherInnerNetworkWatchersClient. createOrUpdate(String resourceGroupName, String networkWatcherName, NetworkWatcherInner parameters)Creates or updates a network watcher in the specified resource group.Mono<NetworkWatcherInner>NetworkWatchersClient. createOrUpdateAsync(String resourceGroupName, String networkWatcherName, NetworkWatcherInner parameters)Creates or updates a network watcher in the specified resource group.com.azure.core.http.rest.Response<NetworkWatcherInner>NetworkWatchersClient. createOrUpdateWithResponse(String resourceGroupName, String networkWatcherName, NetworkWatcherInner parameters, com.azure.core.util.Context context)Creates or updates a network watcher in the specified resource group.Mono<com.azure.core.http.rest.Response<NetworkWatcherInner>>NetworkWatchersClient. createOrUpdateWithResponseAsync(String resourceGroupName, String networkWatcherName, NetworkWatcherInner parameters)Creates or updates a network watcher in the specified resource group. -
Uses of NetworkWatcherInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return NetworkWatcherInner Modifier and Type Method Description NetworkWatcherInnerNetworkWatcherInner. withId(String id)Set the id property: Resource ID.NetworkWatcherInnerNetworkWatcherInner. withLocation(String location)NetworkWatcherInnerNetworkWatcherInner. withTags(Map<String,String> tags) -
Uses of NetworkWatcherInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type NetworkWatcherInner Modifier and Type Method Description List<NetworkWatcherInner>NetworkWatcherListResult. value()Get the value property: List of network watcher resources.Method parameters in com.azure.resourcemanager.network.models with type arguments of type NetworkWatcherInner Modifier and Type Method Description NetworkWatcherListResultNetworkWatcherListResult. withValue(List<NetworkWatcherInner> value)Set the value property: List of network watcher resources.
-