Interface PrivateLinkResources
public interface PrivateLinkResources
Resource collection API of PrivateLinkResources.
-
Method Summary
Modifier and TypeMethodDescriptionGets the private link resources.com.azure.core.http.rest.Response<PrivateLinkResourcesWrapper>
getWithResponse
(String resourceGroupName, String factoryName, com.azure.core.util.Context context) Gets the private link resources.
-
Method Details
-
getWithResponse
com.azure.core.http.rest.Response<PrivateLinkResourcesWrapper> getWithResponse(String resourceGroupName, String factoryName, com.azure.core.util.Context context) Gets the private link resources.- Parameters:
resourceGroupName
- The resource group name.factoryName
- The factory name.context
- The context to associate with this operation.- Returns:
- the private link resources 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.
-
get
Gets the private link resources.- Parameters:
resourceGroupName
- The resource group name.factoryName
- The factory name.- Returns:
- the private link resources.
- 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.
-