Interface PrivateLinkResources


public interface PrivateLinkResources
Resource collection API of PrivateLinkResources.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.PagedIterable<PrivateLinkResource>
    automation(String resourceGroupName, String automationAccountName)
    Gets the private link resources that need to be created for Automation account.
    com.azure.core.http.rest.PagedIterable<PrivateLinkResource>
    automation(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context)
    Gets the private link resources that need to be created for Automation account.
  • Method Details

    • automation

      com.azure.core.http.rest.PagedIterable<PrivateLinkResource> automation(String resourceGroupName, String automationAccountName)
      Gets the private link resources that need to be created for Automation account.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      Returns:
      the private link resources that need to be created for Automation account as paginated response with PagedIterable.
      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.
    • automation

      com.azure.core.http.rest.PagedIterable<PrivateLinkResource> automation(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context)
      Gets the private link resources that need to be created for Automation account.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      context - The context to associate with this operation.
      Returns:
      the private link resources that need to be created for Automation account as paginated response with PagedIterable.
      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.