Interface ServiceAssociationLinksClient
public interface ServiceAssociationLinksClient
An instance of this class provides access to all the operations defined in ServiceAssociationLinksClient.
-
Method Summary
Modifier and TypeMethodDescriptionGets a list of service association links for a subnet.Gets a list of service association links for a subnet.com.azure.core.http.rest.Response<ServiceAssociationLinksListResultInner> listWithResponse(String resourceGroupName, String virtualNetworkName, String subnetName, com.azure.core.util.Context context) Gets a list of service association links for a subnet.Mono<com.azure.core.http.rest.Response<ServiceAssociationLinksListResultInner>> listWithResponseAsync(String resourceGroupName, String virtualNetworkName, String subnetName) Gets a list of service association links for a subnet.
-
Method Details
-
listWithResponseAsync
Mono<com.azure.core.http.rest.Response<ServiceAssociationLinksListResultInner>> listWithResponseAsync(String resourceGroupName, String virtualNetworkName, String subnetName) Gets a list of service association links for a subnet.- Parameters:
resourceGroupName- The name of the resource group.virtualNetworkName- The name of the virtual network.subnetName- The name of the subnet.- Returns:
- a list of service association links for a subnet along with
Responseon successful completion ofMono. - Throws:
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.
-
listAsync
Mono<ServiceAssociationLinksListResultInner> listAsync(String resourceGroupName, String virtualNetworkName, String subnetName) Gets a list of service association links for a subnet.- Parameters:
resourceGroupName- The name of the resource group.virtualNetworkName- The name of the virtual network.subnetName- The name of the subnet.- Returns:
- a list of service association links for a subnet on successful completion of
Mono. - Throws:
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.
-
listWithResponse
com.azure.core.http.rest.Response<ServiceAssociationLinksListResultInner> listWithResponse(String resourceGroupName, String virtualNetworkName, String subnetName, com.azure.core.util.Context context) Gets a list of service association links for a subnet.- Parameters:
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.- Returns:
- a list of service association links for a subnet along with
Response. - Throws:
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.
-
list
ServiceAssociationLinksListResultInner list(String resourceGroupName, String virtualNetworkName, String subnetName) Gets a list of service association links for a subnet.- Parameters:
resourceGroupName- The name of the resource group.virtualNetworkName- The name of the virtual network.subnetName- The name of the subnet.- Returns:
- a list of service association links for a subnet.
- Throws:
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.
-