Uses of Class
com.azure.resourcemanager.network.fluent.models.NetworkWatcherInner
Packages that use NetworkWatcherInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkWatcherInner in com.azure.resourcemanager.network.fluent
Subinterfaces with type arguments of type NetworkWatcherInner in com.azure.resourcemanager.network.fluentModifier and TypeInterfaceDescriptioninterfaceAn instance of this class provides access to all the operations defined in NetworkWatchersClient.interfaceAn instance of this class provides access to all the operations defined in NetworkWatchersClient.Methods in com.azure.resourcemanager.network.fluent that return NetworkWatcherInnerModifier and TypeMethodDescriptionNetworkWatchersClient.createOrUpdate(String resourceGroupName, String networkWatcherName, NetworkWatcherInner parameters) Creates or updates a network watcher in the specified resource group.NetworkWatchersClient.getByResourceGroup(String resourceGroupName, String networkWatcherName) Gets the specified network watcher by resource group.NetworkWatchersClient.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 NetworkWatcherInnerModifier and TypeMethodDescriptionNetworkWatchersClient.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.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.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 NetworkWatcherInnerModifier and TypeMethodDescriptionNetworkWatchersClient.createOrUpdate(String resourceGroupName, String networkWatcherName, NetworkWatcherInner parameters) Creates or updates a network watcher in the specified resource group.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 NetworkWatcherInnerModifier and TypeMethodDescriptionstatic NetworkWatcherInnerNetworkWatcherInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkWatcherInner from the JsonReader.Set the id property: Resource ID.NetworkWatcherInner.withLocation(String location) -
Uses of NetworkWatcherInner in com.azure.resourcemanager.network.models
Subinterfaces with type arguments of type NetworkWatcherInner in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptioninterfaceEntry point for Network Watcher API in Azure.Methods in com.azure.resourcemanager.network.models that return types with arguments of type NetworkWatcherInnerModifier and TypeMethodDescriptionNetworkWatcherListResult.value()Get the value property: List of network watcher resources.Method parameters in com.azure.resourcemanager.network.models with type arguments of type NetworkWatcherInnerModifier and TypeMethodDescriptionNetworkWatcherListResult.withValue(List<NetworkWatcherInner> value) Set the value property: List of network watcher resources.