### YamlMime:JavaType uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient" fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient" name: "NetworkGroupsClient" nameWithType: "NetworkGroupsClient" summary: "An instance of this class provides access to all the operations defined in NetworkGroupsClient." syntax: "public interface **NetworkGroupsClient**" methods: - uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.beginDelete(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.beginDelete(String resourceGroupName, String networkManagerName, String networkGroupName)" name: "beginDelete(String resourceGroupName, String networkManagerName, String networkGroupName)" nameWithType: "NetworkGroupsClient.beginDelete(String resourceGroupName, String networkManagerName, String networkGroupName)" summary: "Deletes a network group." modifiers: - "abstract" parameters: - description: "The name of the resource group." name: "resourceGroupName" type: "String" - description: "The name of the network manager." name: "networkManagerName" type: "String" - description: "The name of the network group." name: "networkGroupName" type: "String" syntax: "public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String networkManagerName, String networkGroupName)" desc: "Deletes a network group." returns: description: "the for polling of long-running operation." type: "<<Void>,Void>" - uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.beginDelete(java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.beginDelete(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force, Context context)" name: "beginDelete(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force, Context context)" nameWithType: "NetworkGroupsClient.beginDelete(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force, Context context)" summary: "Deletes a network group." modifiers: - "abstract" parameters: - description: "The name of the resource group." name: "resourceGroupName" type: "String" - description: "The name of the network manager." name: "networkManagerName" type: "String" - description: "The name of the network group." name: "networkGroupName" type: "String" - description: "Deletes the resource even if it is part of a deployed configuration. If the configuration has been\n deployed, the service will do a cleanup deployment in the background, prior to the delete." name: "force" type: "Boolean" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force, Context context)" desc: "Deletes a network group." returns: description: "the for polling of long-running operation." type: "<<Void>,Void>" - uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.beginDeleteAsync(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.beginDeleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName)" name: "beginDeleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName)" nameWithType: "NetworkGroupsClient.beginDeleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName)" summary: "Deletes a network group." modifiers: - "abstract" parameters: - description: "The name of the resource group." name: "resourceGroupName" type: "String" - description: "The name of the network manager." name: "networkManagerName" type: "String" - description: "The name of the network group." name: "networkGroupName" type: "String" syntax: "public abstract PollerFlux,Void> beginDeleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName)" desc: "Deletes a network group." returns: description: "the for polling of long-running operation." type: "<<Void>,Void>" - uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.beginDeleteAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean)" fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.beginDeleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force)" name: "beginDeleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force)" nameWithType: "NetworkGroupsClient.beginDeleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force)" summary: "Deletes a network group." modifiers: - "abstract" parameters: - description: "The name of the resource group." name: "resourceGroupName" type: "String" - description: "The name of the network manager." name: "networkManagerName" type: "String" - description: "The name of the network group." name: "networkGroupName" type: "String" - description: "Deletes the resource even if it is part of a deployed configuration. If the configuration has been\n deployed, the service will do a cleanup deployment in the background, prior to the delete." name: "force" type: "Boolean" syntax: "public abstract PollerFlux,Void> beginDeleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force)" desc: "Deletes a network group." returns: description: "the for polling of long-running operation." type: "<<Void>,Void>" - uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.NetworkGroupInner)" fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.createOrUpdate(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters)" name: "createOrUpdate(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters)" nameWithType: "NetworkGroupsClient.createOrUpdate(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters)" summary: "Creates or updates a network group." modifiers: - "abstract" parameters: - description: "The name of the resource group." name: "resourceGroupName" type: "String" - description: "The name of the network manager." name: "networkManagerName" type: "String" - description: "The name of the network group." name: "networkGroupName" type: "String" - description: "Parameters supplied to the specify which network group need to create." name: "parameters" type: "" syntax: "public abstract NetworkGroupInner createOrUpdate(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters)" desc: "Creates or updates a network group." returns: description: "the network group resource." type: "" - uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.createOrUpdateAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.NetworkGroupInner)" fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.createOrUpdateAsync(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters)" name: "createOrUpdateAsync(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters)" nameWithType: "NetworkGroupsClient.createOrUpdateAsync(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters)" summary: "Creates or updates a network group." modifiers: - "abstract" parameters: - description: "The name of the resource group." name: "resourceGroupName" type: "String" - description: "The name of the network manager." name: "networkManagerName" type: "String" - description: "The name of the network group." name: "networkGroupName" type: "String" - description: "Parameters supplied to the specify which network group need to create." name: "parameters" type: "" syntax: "public abstract Mono createOrUpdateAsync(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters)" desc: "Creates or updates a network group." returns: description: "the network group resource on successful completion of ." type: "Mono<>" - uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.createOrUpdateWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.NetworkGroupInner,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.createOrUpdateWithResponse(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters, String ifMatch, Context context)" name: "createOrUpdateWithResponse(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters, String ifMatch, Context context)" nameWithType: "NetworkGroupsClient.createOrUpdateWithResponse(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters, String ifMatch, Context context)" summary: "Creates or updates a network group." modifiers: - "abstract" parameters: - description: "The name of the resource group." name: "resourceGroupName" type: "String" - description: "The name of the network manager." name: "networkManagerName" type: "String" - description: "The name of the network group." name: "networkGroupName" type: "String" - description: "Parameters supplied to the specify which network group need to create." name: "parameters" type: "" - description: "The ETag of the transformation. Omit this value to always overwrite the current resource. Specify\n the last-seen ETag value to prevent accidentally overwriting concurrent changes." name: "ifMatch" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract NetworkGroupsCreateOrUpdateResponse createOrUpdateWithResponse(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters, String ifMatch, Context context)" desc: "Creates or updates a network group." returns: description: "the network group resource." type: "" - uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.createOrUpdateWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.NetworkGroupInner,java.lang.String)" fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters, String ifMatch)" name: "createOrUpdateWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters, String ifMatch)" nameWithType: "NetworkGroupsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters, String ifMatch)" summary: "Creates or updates a network group." modifiers: - "abstract" parameters: - description: "The name of the resource group." name: "resourceGroupName" type: "String" - description: "The name of the network manager." name: "networkManagerName" type: "String" - description: "The name of the network group." name: "networkGroupName" type: "String" - description: "Parameters supplied to the specify which network group need to create." name: "parameters" type: "" - description: "The ETag of the transformation. Omit this value to always overwrite the current resource. Specify\n the last-seen ETag value to prevent accidentally overwriting concurrent changes." name: "ifMatch" type: "String" syntax: "public abstract Mono createOrUpdateWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters, String ifMatch)" desc: "Creates or updates a network group." returns: description: "the network group resource on successful completion of ." type: "Mono<>" - uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.delete(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.delete(String resourceGroupName, String networkManagerName, String networkGroupName)" name: "delete(String resourceGroupName, String networkManagerName, String networkGroupName)" nameWithType: "NetworkGroupsClient.delete(String resourceGroupName, String networkManagerName, String networkGroupName)" summary: "Deletes a network group." modifiers: - "abstract" parameters: - description: "The name of the resource group." name: "resourceGroupName" type: "String" - description: "The name of the network manager." name: "networkManagerName" type: "String" - description: "The name of the network group." name: "networkGroupName" type: "String" syntax: "public abstract void delete(String resourceGroupName, String networkManagerName, String networkGroupName)" desc: "Deletes a network group." - uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.delete(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force, Context context)" name: "delete(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force, Context context)" nameWithType: "NetworkGroupsClient.delete(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force, Context context)" summary: "Deletes a network group." modifiers: - "abstract" parameters: - description: "The name of the resource group." name: "resourceGroupName" type: "String" - description: "The name of the network manager." name: "networkManagerName" type: "String" - description: "The name of the network group." name: "networkGroupName" type: "String" - description: "Deletes the resource even if it is part of a deployed configuration. If the configuration has been\n deployed, the service will do a cleanup deployment in the background, prior to the delete." name: "force" type: "Boolean" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract void delete(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force, Context context)" desc: "Deletes a network group." - uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.deleteAsync(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.deleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName)" name: "deleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName)" nameWithType: "NetworkGroupsClient.deleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName)" summary: "Deletes a network group." modifiers: - "abstract" parameters: - description: "The name of the resource group." name: "resourceGroupName" type: "String" - description: "The name of the network manager." name: "networkManagerName" type: "String" - description: "The name of the network group." name: "networkGroupName" type: "String" syntax: "public abstract Mono deleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName)" desc: "Deletes a network group." returns: description: "A that completes when a successful response is received." type: "Mono<Void>" - uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.deleteAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean)" fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.deleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force)" name: "deleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force)" nameWithType: "NetworkGroupsClient.deleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force)" summary: "Deletes a network group." modifiers: - "abstract" parameters: - description: "The name of the resource group." name: "resourceGroupName" type: "String" - description: "The name of the network manager." name: "networkManagerName" type: "String" - description: "The name of the network group." name: "networkGroupName" type: "String" - description: "Deletes the resource even if it is part of a deployed configuration. If the configuration has been\n deployed, the service will do a cleanup deployment in the background, prior to the delete." name: "force" type: "Boolean" syntax: "public abstract Mono deleteAsync(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force)" desc: "Deletes a network group." returns: description: "A that completes when a successful response is received." type: "Mono<Void>" - uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.deleteWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean)" fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.deleteWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force)" name: "deleteWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force)" nameWithType: "NetworkGroupsClient.deleteWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force)" summary: "Deletes a network group." modifiers: - "abstract" parameters: - description: "The name of the resource group." name: "resourceGroupName" type: "String" - description: "The name of the network manager." name: "networkManagerName" type: "String" - description: "The name of the network group." name: "networkGroupName" type: "String" - description: "Deletes the resource even if it is part of a deployed configuration. If the configuration has been\n deployed, the service will do a cleanup deployment in the background, prior to the delete." name: "force" type: "Boolean" syntax: "public abstract Mono>> deleteWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName, Boolean force)" desc: "Deletes a network group." returns: description: "the on successful completion of ." type: "Mono<<Flux<ByteBuffer>>>" - uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.get(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.get(String resourceGroupName, String networkManagerName, String networkGroupName)" name: "get(String resourceGroupName, String networkManagerName, String networkGroupName)" nameWithType: "NetworkGroupsClient.get(String resourceGroupName, String networkManagerName, String networkGroupName)" summary: "Gets the specified network group." modifiers: - "abstract" parameters: - description: "The name of the resource group." name: "resourceGroupName" type: "String" - description: "The name of the network manager." name: "networkManagerName" type: "String" - description: "The name of the network group." name: "networkGroupName" type: "String" syntax: "public abstract NetworkGroupInner get(String resourceGroupName, String networkManagerName, String networkGroupName)" desc: "Gets the specified network group." returns: description: "the specified network group." type: "" - uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.getAsync(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.getAsync(String resourceGroupName, String networkManagerName, String networkGroupName)" name: "getAsync(String resourceGroupName, String networkManagerName, String networkGroupName)" nameWithType: "NetworkGroupsClient.getAsync(String resourceGroupName, String networkManagerName, String networkGroupName)" summary: "Gets the specified network group." modifiers: - "abstract" parameters: - description: "The name of the resource group." name: "resourceGroupName" type: "String" - description: "The name of the network manager." name: "networkManagerName" type: "String" - description: "The name of the network group." name: "networkGroupName" type: "String" syntax: "public abstract Mono getAsync(String resourceGroupName, String networkManagerName, String networkGroupName)" desc: "Gets the specified network group." returns: description: "the specified network group on successful completion of ." type: "Mono<>" - uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.getWithResponse(String resourceGroupName, String networkManagerName, String networkGroupName, Context context)" name: "getWithResponse(String resourceGroupName, String networkManagerName, String networkGroupName, Context context)" nameWithType: "NetworkGroupsClient.getWithResponse(String resourceGroupName, String networkManagerName, String networkGroupName, Context context)" summary: "Gets the specified network group." modifiers: - "abstract" parameters: - description: "The name of the resource group." name: "resourceGroupName" type: "String" - description: "The name of the network manager." name: "networkManagerName" type: "String" - description: "The name of the network group." name: "networkGroupName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response getWithResponse(String resourceGroupName, String networkManagerName, String networkGroupName, Context context)" desc: "Gets the specified network group." returns: description: "the specified network group along with ." type: "<>" - uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.getWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.getWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName)" name: "getWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName)" nameWithType: "NetworkGroupsClient.getWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName)" summary: "Gets the specified network group." modifiers: - "abstract" parameters: - description: "The name of the resource group." name: "resourceGroupName" type: "String" - description: "The name of the network manager." name: "networkManagerName" type: "String" - description: "The name of the network group." name: "networkGroupName" type: "String" syntax: "public abstract Mono> getWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName)" desc: "Gets the specified network group." returns: description: "the specified network group along with on successful completion of ." type: "Mono<<>>" - uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.list(java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.list(String resourceGroupName, String networkManagerName)" name: "list(String resourceGroupName, String networkManagerName)" nameWithType: "NetworkGroupsClient.list(String resourceGroupName, String networkManagerName)" summary: "Lists the specified network group." modifiers: - "abstract" parameters: - description: "The name of the resource group." name: "resourceGroupName" type: "String" - description: "The name of the network manager." name: "networkManagerName" type: "String" syntax: "public abstract PagedIterable list(String resourceGroupName, String networkManagerName)" desc: "Lists the specified network group." returns: description: "result of the request to list NetworkGroup as paginated response with ." type: "<>" - uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.list(java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.list(String resourceGroupName, String networkManagerName, Integer top, String skipToken, Context context)" name: "list(String resourceGroupName, String networkManagerName, Integer top, String skipToken, Context context)" nameWithType: "NetworkGroupsClient.list(String resourceGroupName, String networkManagerName, Integer top, String skipToken, Context context)" summary: "Lists the specified network group." modifiers: - "abstract" parameters: - description: "The name of the resource group." name: "resourceGroupName" type: "String" - description: "The name of the network manager." name: "networkManagerName" type: "String" - description: "An optional query parameter which specifies the maximum number of records to be returned by the\n server." name: "top" type: "Integer" - description: "SkipToken is only used if a previous operation returned a partial result. If a previous response\n contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies\n a starting point to use for subsequent calls." name: "skipToken" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract PagedIterable list(String resourceGroupName, String networkManagerName, Integer top, String skipToken, Context context)" desc: "Lists the specified network group." returns: description: "result of the request to list NetworkGroup as paginated response with ." type: "<>" - uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.listAsync(java.lang.String,java.lang.String)" fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.listAsync(String resourceGroupName, String networkManagerName)" name: "listAsync(String resourceGroupName, String networkManagerName)" nameWithType: "NetworkGroupsClient.listAsync(String resourceGroupName, String networkManagerName)" summary: "Lists the specified network group." modifiers: - "abstract" parameters: - description: "The name of the resource group." name: "resourceGroupName" type: "String" - description: "The name of the network manager." name: "networkManagerName" type: "String" syntax: "public abstract PagedFlux listAsync(String resourceGroupName, String networkManagerName)" desc: "Lists the specified network group." returns: description: "result of the request to list NetworkGroup as paginated response with ." type: "<>" - uid: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.listAsync(java.lang.String,java.lang.String,java.lang.Integer,java.lang.String)" fullName: "com.azure.resourcemanager.network.fluent.NetworkGroupsClient.listAsync(String resourceGroupName, String networkManagerName, Integer top, String skipToken)" name: "listAsync(String resourceGroupName, String networkManagerName, Integer top, String skipToken)" nameWithType: "NetworkGroupsClient.listAsync(String resourceGroupName, String networkManagerName, Integer top, String skipToken)" summary: "Lists the specified network group." modifiers: - "abstract" parameters: - description: "The name of the resource group." name: "resourceGroupName" type: "String" - description: "The name of the network manager." name: "networkManagerName" type: "String" - description: "An optional query parameter which specifies the maximum number of records to be returned by the\n server." name: "top" type: "Integer" - description: "SkipToken is only used if a previous operation returned a partial result. If a previous response\n contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies\n a starting point to use for subsequent calls." name: "skipToken" type: "String" syntax: "public abstract PagedFlux listAsync(String resourceGroupName, String networkManagerName, Integer top, String skipToken)" desc: "Lists the specified network group." returns: description: "result of the request to list NetworkGroup as paginated response with ." type: "<>" type: "interface" desc: "An instance of this class provides access to all the operations defined in NetworkGroupsClient." metadata: {} package: "com.azure.resourcemanager.network.fluent" artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0