Interface PrivateLinkResources
-
public interface PrivateLinkResources
Resource collection API of PrivateLinkResources.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateLinkResource
get(String resourceGroupName, String accountName, String name)
Get group ID for video analyzer account.com.azure.core.http.rest.Response<PrivateLinkResource>
getWithResponse(String resourceGroupName, String accountName, String name, com.azure.core.util.Context context)
Get group ID for video analyzer account.PrivateLinkResourceListResult
list(String resourceGroupName, String accountName)
Get list of group IDs for video analyzer account.com.azure.core.http.rest.Response<PrivateLinkResourceListResult>
listWithResponse(String resourceGroupName, String accountName, com.azure.core.util.Context context)
Get list of group IDs for video analyzer account.
-
-
-
Method Detail
-
list
PrivateLinkResourceListResult list(String resourceGroupName, String accountName)
Get list of group IDs for video analyzer account.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.accountName
- The Video Analyzer account name.- Returns:
- list of group IDs for video analyzer account.
- 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<PrivateLinkResourceListResult> listWithResponse(String resourceGroupName, String accountName, com.azure.core.util.Context context)
Get list of group IDs for video analyzer account.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.accountName
- The Video Analyzer account name.context
- The context to associate with this operation.- Returns:
- list of group IDs for video analyzer account 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
PrivateLinkResource get(String resourceGroupName, String accountName, String name)
Get group ID for video analyzer account.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.accountName
- The Video Analyzer account name.name
- Name of the private link resource (Group ID).- Returns:
- group ID for video analyzer account.
- 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<PrivateLinkResource> getWithResponse(String resourceGroupName, String accountName, String name, com.azure.core.util.Context context)
Get group ID for video analyzer account.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.accountName
- The Video Analyzer account name.name
- Name of the private link resource (Group ID).context
- The context to associate with this operation.- Returns:
- group ID for video analyzer account 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.
-
-