public interface ExpressRouteLinksClient
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteLinkInner |
get(String resourceGroupName,
String expressRoutePortName,
String linkName)
Retrieves the specified ExpressRouteLink resource.
|
Mono<ExpressRouteLinkInner> |
getAsync(String resourceGroupName,
String expressRoutePortName,
String linkName)
Retrieves the specified ExpressRouteLink resource.
|
com.azure.core.http.rest.Response<ExpressRouteLinkInner> |
getWithResponse(String resourceGroupName,
String expressRoutePortName,
String linkName,
com.azure.core.util.Context context)
Retrieves the specified ExpressRouteLink resource.
|
Mono<com.azure.core.http.rest.Response<ExpressRouteLinkInner>> |
getWithResponseAsync(String resourceGroupName,
String expressRoutePortName,
String linkName)
Retrieves the specified ExpressRouteLink resource.
|
com.azure.core.http.rest.PagedIterable<ExpressRouteLinkInner> |
list(String resourceGroupName,
String expressRoutePortName)
Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource.
|
com.azure.core.http.rest.PagedIterable<ExpressRouteLinkInner> |
list(String resourceGroupName,
String expressRoutePortName,
com.azure.core.util.Context context)
Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource.
|
com.azure.core.http.rest.PagedFlux<ExpressRouteLinkInner> |
listAsync(String resourceGroupName,
String expressRoutePortName)
Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource.
|
Mono<com.azure.core.http.rest.Response<ExpressRouteLinkInner>> getWithResponseAsync(String resourceGroupName, String expressRoutePortName, String linkName)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.linkName - The name of the ExpressRouteLink resource.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<ExpressRouteLinkInner> getAsync(String resourceGroupName, String expressRoutePortName, String linkName)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.linkName - The name of the ExpressRouteLink resource.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.ExpressRouteLinkInner get(String resourceGroupName, String expressRoutePortName, String linkName)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.linkName - The name of the ExpressRouteLink resource.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<ExpressRouteLinkInner> getWithResponse(String resourceGroupName, String expressRoutePortName, String linkName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.linkName - The name of the ExpressRouteLink resource.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.com.azure.core.http.rest.PagedFlux<ExpressRouteLinkInner> listAsync(String resourceGroupName, String expressRoutePortName)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.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.PagedIterable<ExpressRouteLinkInner> list(String resourceGroupName, String expressRoutePortName)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.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.PagedIterable<ExpressRouteLinkInner> list(String resourceGroupName, String expressRoutePortName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.expressRoutePortName - The name of the ExpressRoutePort resource.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 © 2021 Microsoft Corporation. All rights reserved.