Uses of Class
com.azure.resourcemanager.network.fluent.models.ResourceNavigationLinksListResultInner
-
Packages that use ResourceNavigationLinksListResultInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.fluent.models 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 ResourceNavigationLinksListResultInner Modifier and Type Method Description ResourceNavigationLinksListResultInnerResourceNavigationLinksClient. 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 ResourceNavigationLinksListResultInner Modifier and Type Method Description Mono<ResourceNavigationLinksListResultInner>ResourceNavigationLinksClient. 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
Methods in com.azure.resourcemanager.network.fluent.models that return ResourceNavigationLinksListResultInner Modifier and Type Method Description ResourceNavigationLinksListResultInnerResourceNavigationLinksListResultInner. withValue(List<ResourceNavigationLink> value)Set the value property: The resource navigation links in a subnet.
-