public interface ResourceNavigationLinksClient
| Modifier and Type | Method and Description |
|---|---|
ResourceNavigationLinksListResultInner |
list(String resourceGroupName,
String virtualNetworkName,
String subnetName)
Gets a list of resource navigation links for a subnet.
|
Mono<ResourceNavigationLinksListResultInner> |
listAsync(String resourceGroupName,
String virtualNetworkName,
String subnetName)
Gets a list of resource navigation links for a subnet.
|
com.azure.core.http.rest.Response<ResourceNavigationLinksListResultInner> |
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>> |
listWithResponseAsync(String resourceGroupName,
String virtualNetworkName,
String subnetName)
Gets a list of resource navigation links for a subnet.
|
Mono<com.azure.core.http.rest.Response<ResourceNavigationLinksListResultInner>> listWithResponseAsync(String resourceGroupName, String virtualNetworkName, String subnetName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ResourceNavigationLinksListResultInner> listAsync(String resourceGroupName, String virtualNetworkName, String subnetName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ResourceNavigationLinksListResultInner list(String resourceGroupName, String virtualNetworkName, String subnetName)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ResourceNavigationLinksListResultInner> listWithResponse(String resourceGroupName, String virtualNetworkName, String subnetName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.virtualNetworkName - The name of the virtual network.subnetName - The name of the subnet.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.