Uses of Class
com.azure.resourcemanager.network.fluent.models.ResourceNavigationLinksListResultInner
Packages that use ResourceNavigationLinksListResultInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of ResourceNavigationLinksListResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return ResourceNavigationLinksListResultInnerModifier and TypeMethodDescriptionResourceNavigationLinksClient.list(String resourceGroupName, String virtualNetworkName, String subnetName) Gets a list of resource navigation links for a subnet.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ResourceNavigationLinksListResultInnerModifier and TypeMethodDescriptionResourceNavigationLinksClient.listAsync(String resourceGroupName, String virtualNetworkName, String subnetName) Gets a list of resource navigation links for a subnet.com.azure.core.http.rest.Response<ResourceNavigationLinksListResultInner> ResourceNavigationLinksClient.listWithResponse(String resourceGroupName, String virtualNetworkName, String subnetName, com.azure.core.util.Context context) Gets a list of resource navigation links for a subnet.Mono<com.azure.core.http.rest.Response<ResourceNavigationLinksListResultInner>> ResourceNavigationLinksClient.listWithResponseAsync(String resourceGroupName, String virtualNetworkName, String subnetName) Gets a list of resource navigation links for a subnet. -
Uses of ResourceNavigationLinksListResultInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type ResourceNavigationLinksListResultInnerModifier and TypeClassDescriptionfinal classResponse for ResourceNavigationLinks_List operation.Methods in com.azure.resourcemanager.network.fluent.models that return ResourceNavigationLinksListResultInnerModifier and TypeMethodDescriptionResourceNavigationLinksListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResourceNavigationLinksListResultInner from the JsonReader.ResourceNavigationLinksListResultInner.withValue(List<ResourceNavigationLink> value) Set the value property: The resource navigation links in a subnet.