Uses of Class
com.azure.resourcemanager.network.fluent.models.NetworkGroupInner
Packages that use NetworkGroupInner
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 NetworkGroupInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return NetworkGroupInnerModifier and TypeMethodDescriptionNetworkGroupsClient.createOrUpdate(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters) Creates or updates a network group.NetworkGroupsClient.get(String resourceGroupName, String networkManagerName, String networkGroupName) Gets the specified network group.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type NetworkGroupInnerModifier and TypeMethodDescriptionNetworkGroupsClient.createOrUpdateAsync(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters) Creates or updates a network group.NetworkGroupsClient.getAsync(String resourceGroupName, String networkManagerName, String networkGroupName) Gets the specified network group.com.azure.core.http.rest.Response<NetworkGroupInner> NetworkGroupsClient.getWithResponse(String resourceGroupName, String networkManagerName, String networkGroupName, com.azure.core.util.Context context) Gets the specified network group.Mono<com.azure.core.http.rest.Response<NetworkGroupInner>> NetworkGroupsClient.getWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName) Gets the specified network group.com.azure.core.http.rest.PagedIterable<NetworkGroupInner> Lists the specified network group.com.azure.core.http.rest.PagedIterable<NetworkGroupInner> NetworkGroupsClient.list(String resourceGroupName, String networkManagerName, Integer top, String skipToken, com.azure.core.util.Context context) Lists the specified network group.com.azure.core.http.rest.PagedFlux<NetworkGroupInner> Lists the specified network group.com.azure.core.http.rest.PagedFlux<NetworkGroupInner> NetworkGroupsClient.listAsync(String resourceGroupName, String networkManagerName, Integer top, String skipToken) Lists the specified network group.Methods in com.azure.resourcemanager.network.fluent with parameters of type NetworkGroupInnerModifier and TypeMethodDescriptionNetworkGroupsClient.createOrUpdate(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters) Creates or updates a network group.NetworkGroupsClient.createOrUpdateAsync(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters) Creates or updates a network group.NetworkGroupsClient.createOrUpdateWithResponse(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates a network group.NetworkGroupsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName, NetworkGroupInner parameters, String ifMatch) Creates or updates a network group. -
Uses of NetworkGroupInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return NetworkGroupInnerModifier and TypeMethodDescriptionstatic NetworkGroupInnerNetworkGroupInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkGroupInner from the JsonReader.NetworkGroupInner.withDescription(String description) Set the description property: A description of the network group.NetworkGroupInner.withMemberType(GroupMemberType memberType) Set the memberType property: The type of the group member. -
Uses of NetworkGroupInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return NetworkGroupInnerModifier and TypeMethodDescriptionNetworkGroupsCreateOrUpdateResponse.getValue()Gets the deserialized response body.Methods in com.azure.resourcemanager.network.models that return types with arguments of type NetworkGroupInnerModifier and TypeMethodDescriptionNetworkGroupListResult.value()Get the value property: Gets a page of NetworkGroup.Method parameters in com.azure.resourcemanager.network.models with type arguments of type NetworkGroupInnerModifier and TypeMethodDescriptionNetworkGroupListResult.withValue(List<NetworkGroupInner> value) Set the value property: Gets a page of NetworkGroup.Constructors in com.azure.resourcemanager.network.models with parameters of type NetworkGroupInnerModifierConstructorDescriptionNetworkGroupsCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, NetworkGroupInner value, NetworkGroupsCreateOrUpdateHeaders headers) Creates an instance of NetworkGroupsCreateOrUpdateResponse.