Uses of Class
com.azure.resourcemanager.network.fluent.models.NetworkManagerInner
Packages that use NetworkManagerInner
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 NetworkManagerInner in com.azure.resourcemanager.network.fluent
Subinterfaces with type arguments of type NetworkManagerInner in com.azure.resourcemanager.network.fluentModifier and TypeInterfaceDescriptioninterfaceAn instance of this class provides access to all the operations defined in NetworkManagersClient.interfaceAn instance of this class provides access to all the operations defined in NetworkManagersClient.Methods in com.azure.resourcemanager.network.fluent that return NetworkManagerInnerModifier and TypeMethodDescriptionNetworkManagersClient.createOrUpdate(String resourceGroupName, String networkManagerName, NetworkManagerInner parameters) Creates or updates a Network Manager.NetworkManagersClient.getByResourceGroup(String resourceGroupName, String networkManagerName) Gets the specified Network Manager.NetworkManagersClient.patch(String resourceGroupName, String networkManagerName, PatchObject parameters) Patch NetworkManager.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type NetworkManagerInnerModifier and TypeMethodDescriptionNetworkManagersClient.createOrUpdateAsync(String resourceGroupName, String networkManagerName, NetworkManagerInner parameters) Creates or updates a Network Manager.com.azure.core.http.rest.Response<NetworkManagerInner> NetworkManagersClient.createOrUpdateWithResponse(String resourceGroupName, String networkManagerName, NetworkManagerInner parameters, com.azure.core.util.Context context) Creates or updates a Network Manager.Mono<com.azure.core.http.rest.Response<NetworkManagerInner>> NetworkManagersClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkManagerName, NetworkManagerInner parameters) Creates or updates a Network Manager.NetworkManagersClient.getByResourceGroupAsync(String resourceGroupName, String networkManagerName) Gets the specified Network Manager.com.azure.core.http.rest.Response<NetworkManagerInner> NetworkManagersClient.getByResourceGroupWithResponse(String resourceGroupName, String networkManagerName, com.azure.core.util.Context context) Gets the specified Network Manager.Mono<com.azure.core.http.rest.Response<NetworkManagerInner>> NetworkManagersClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String networkManagerName) Gets the specified Network Manager.com.azure.core.http.rest.PagedIterable<NetworkManagerInner> NetworkManagersClient.list()List all network managers in a subscription.com.azure.core.http.rest.PagedIterable<NetworkManagerInner> List all network managers in a subscription.com.azure.core.http.rest.PagedFlux<NetworkManagerInner> NetworkManagersClient.listAsync()List all network managers in a subscription.com.azure.core.http.rest.PagedFlux<NetworkManagerInner> List all network managers in a subscription.com.azure.core.http.rest.PagedIterable<NetworkManagerInner> NetworkManagersClient.listByResourceGroup(String resourceGroupName) List network managers in a resource group.com.azure.core.http.rest.PagedIterable<NetworkManagerInner> NetworkManagersClient.listByResourceGroup(String resourceGroupName, Integer top, String skipToken, com.azure.core.util.Context context) List network managers in a resource group.com.azure.core.http.rest.PagedFlux<NetworkManagerInner> NetworkManagersClient.listByResourceGroupAsync(String resourceGroupName) List network managers in a resource group.com.azure.core.http.rest.PagedFlux<NetworkManagerInner> NetworkManagersClient.listByResourceGroupAsync(String resourceGroupName, Integer top, String skipToken) List network managers in a resource group.NetworkManagersClient.patchAsync(String resourceGroupName, String networkManagerName, PatchObject parameters) Patch NetworkManager.com.azure.core.http.rest.Response<NetworkManagerInner> NetworkManagersClient.patchWithResponse(String resourceGroupName, String networkManagerName, PatchObject parameters, com.azure.core.util.Context context) Patch NetworkManager.Mono<com.azure.core.http.rest.Response<NetworkManagerInner>> NetworkManagersClient.patchWithResponseAsync(String resourceGroupName, String networkManagerName, PatchObject parameters) Patch NetworkManager.Methods in com.azure.resourcemanager.network.fluent with parameters of type NetworkManagerInnerModifier and TypeMethodDescriptionNetworkManagersClient.createOrUpdate(String resourceGroupName, String networkManagerName, NetworkManagerInner parameters) Creates or updates a Network Manager.NetworkManagersClient.createOrUpdateAsync(String resourceGroupName, String networkManagerName, NetworkManagerInner parameters) Creates or updates a Network Manager.com.azure.core.http.rest.Response<NetworkManagerInner> NetworkManagersClient.createOrUpdateWithResponse(String resourceGroupName, String networkManagerName, NetworkManagerInner parameters, com.azure.core.util.Context context) Creates or updates a Network Manager.Mono<com.azure.core.http.rest.Response<NetworkManagerInner>> NetworkManagersClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkManagerName, NetworkManagerInner parameters) Creates or updates a Network Manager. -
Uses of NetworkManagerInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return NetworkManagerInnerModifier and TypeMethodDescriptionstatic NetworkManagerInnerNetworkManagerInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkManagerInner from the JsonReader.NetworkManagerInner.withDescription(String description) Set the description property: A description of the network manager.Set the id property: Resource ID.NetworkManagerInner.withLocation(String location) NetworkManagerInner.withNetworkManagerScopeAccesses(List<ConfigurationType> networkManagerScopeAccesses) Set the networkManagerScopeAccesses property: Scope Access.NetworkManagerInner.withNetworkManagerScopes(NetworkManagerPropertiesNetworkManagerScopes networkManagerScopes) Set the networkManagerScopes property: Scope of Network Manager. -
Uses of NetworkManagerInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type NetworkManagerInnerModifier and TypeMethodDescriptionNetworkManagerListResult.value()Get the value property: Gets a page of NetworkManager.Method parameters in com.azure.resourcemanager.network.models with type arguments of type NetworkManagerInnerModifier and TypeMethodDescriptionNetworkManagerListResult.withValue(List<NetworkManagerInner> value) Set the value property: Gets a page of NetworkManager.