Uses of Class
com.azure.resourcemanager.network.fluent.models.IpGroupInner
Packages that use IpGroupInner
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 IpGroupInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return IpGroupInnerModifier and TypeMethodDescriptionIpGroupsClient.createOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters) Creates or updates an ipGroups in a specified resource group.IpGroupsClient.createOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters, com.azure.core.util.Context context) Creates or updates an ipGroups in a specified resource group.IpGroupsClient.getByResourceGroup(String resourceGroupName, String ipGroupsName) Gets the specified ipGroups.IpGroupsClient.updateGroups(String resourceGroupName, String ipGroupsName, TagsObject parameters) Updates tags of an IpGroups resource.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type IpGroupInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IpGroupInner>, IpGroupInner> IpGroupsClient.beginCreateOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters) Creates or updates an ipGroups in a specified resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IpGroupInner>, IpGroupInner> IpGroupsClient.beginCreateOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters) Creates or updates an ipGroups in a specified resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IpGroupInner>, IpGroupInner> IpGroupsClient.beginCreateOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters, com.azure.core.util.Context context) Creates or updates an ipGroups in a specified resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IpGroupInner>, IpGroupInner> IpGroupsClient.beginCreateOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters, com.azure.core.util.Context context) Creates or updates an ipGroups in a specified resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<IpGroupInner>, IpGroupInner> IpGroupsClient.beginCreateOrUpdateAsync(String resourceGroupName, String ipGroupsName, IpGroupInner parameters) Creates or updates an ipGroups in a specified resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<IpGroupInner>, IpGroupInner> IpGroupsClient.beginCreateOrUpdateAsync(String resourceGroupName, String ipGroupsName, IpGroupInner parameters) Creates or updates an ipGroups in a specified resource group.IpGroupsClient.createOrUpdateAsync(String resourceGroupName, String ipGroupsName, IpGroupInner parameters) Creates or updates an ipGroups in a specified resource group.IpGroupsClient.getByResourceGroupAsync(String resourceGroupName, String ipGroupsName) Gets the specified ipGroups.com.azure.core.http.rest.Response<IpGroupInner> IpGroupsClient.getByResourceGroupWithResponse(String resourceGroupName, String ipGroupsName, String expand, com.azure.core.util.Context context) Gets the specified ipGroups.Mono<com.azure.core.http.rest.Response<IpGroupInner>> IpGroupsClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String ipGroupsName, String expand) Gets the specified ipGroups.com.azure.core.http.rest.PagedIterable<IpGroupInner> IpGroupsClient.list()Gets all IpGroups in a subscription.com.azure.core.http.rest.PagedIterable<IpGroupInner> IpGroupsClient.list(com.azure.core.util.Context context) Gets all IpGroups in a subscription.com.azure.core.http.rest.PagedFlux<IpGroupInner> IpGroupsClient.listAsync()Gets all IpGroups in a subscription.com.azure.core.http.rest.PagedIterable<IpGroupInner> IpGroupsClient.listByResourceGroup(String resourceGroupName) Gets all IpGroups in a resource group.com.azure.core.http.rest.PagedIterable<IpGroupInner> IpGroupsClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Gets all IpGroups in a resource group.com.azure.core.http.rest.PagedFlux<IpGroupInner> IpGroupsClient.listByResourceGroupAsync(String resourceGroupName) Gets all IpGroups in a resource group.IpGroupsClient.updateGroupsAsync(String resourceGroupName, String ipGroupsName, TagsObject parameters) Updates tags of an IpGroups resource.com.azure.core.http.rest.Response<IpGroupInner> IpGroupsClient.updateGroupsWithResponse(String resourceGroupName, String ipGroupsName, TagsObject parameters, com.azure.core.util.Context context) Updates tags of an IpGroups resource.Mono<com.azure.core.http.rest.Response<IpGroupInner>> IpGroupsClient.updateGroupsWithResponseAsync(String resourceGroupName, String ipGroupsName, TagsObject parameters) Updates tags of an IpGroups resource.Methods in com.azure.resourcemanager.network.fluent with parameters of type IpGroupInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IpGroupInner>, IpGroupInner> IpGroupsClient.beginCreateOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters) Creates or updates an ipGroups in a specified resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IpGroupInner>, IpGroupInner> IpGroupsClient.beginCreateOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters, com.azure.core.util.Context context) Creates or updates an ipGroups in a specified resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<IpGroupInner>, IpGroupInner> IpGroupsClient.beginCreateOrUpdateAsync(String resourceGroupName, String ipGroupsName, IpGroupInner parameters) Creates or updates an ipGroups in a specified resource group.IpGroupsClient.createOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters) Creates or updates an ipGroups in a specified resource group.IpGroupsClient.createOrUpdate(String resourceGroupName, String ipGroupsName, IpGroupInner parameters, com.azure.core.util.Context context) Creates or updates an ipGroups in a specified resource group.IpGroupsClient.createOrUpdateAsync(String resourceGroupName, String ipGroupsName, IpGroupInner parameters) Creates or updates an ipGroups in a specified resource group.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> IpGroupsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String ipGroupsName, IpGroupInner parameters) Creates or updates an ipGroups in a specified resource group. -
Uses of IpGroupInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return IpGroupInnerModifier and TypeMethodDescriptionstatic IpGroupInnerIpGroupInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IpGroupInner from the JsonReader.Set the id property: Resource ID.IpGroupInner.withIpAddresses(List<String> ipAddresses) Set the ipAddresses property: IpAddresses/IpAddressPrefixes in the IpGroups resource.IpGroupInner.withLocation(String location) -
Uses of IpGroupInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type IpGroupInnerModifier and TypeMethodDescriptionIpGroupListResult.value()Get the value property: The list of IpGroups information resources.Method parameters in com.azure.resourcemanager.network.models with type arguments of type IpGroupInnerModifier and TypeMethodDescriptionIpGroupListResult.withValue(List<IpGroupInner> value) Set the value property: The list of IpGroups information resources.