Interface PrivateLinkResourcesClient
-
public interface PrivateLinkResourcesClient
An instance of this class provides access to all the operations defined in PrivateLinkResourcesClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateLinkResourcesWrapperInner
get(String resourceGroupName, String factoryName)
Gets the private link resources.com.azure.core.http.rest.Response<PrivateLinkResourcesWrapperInner>
getWithResponse(String resourceGroupName, String factoryName, com.azure.core.util.Context context)
Gets the private link resources.
-
-
-
Method Detail
-
get
PrivateLinkResourcesWrapperInner get(String resourceGroupName, String factoryName)
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.
-
getWithResponse
com.azure.core.http.rest.Response<PrivateLinkResourcesWrapperInner> 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.
-
-