Interface ResourceProvidersClient


public interface ResourceProvidersClient
An instance of this class provides access to all the operations defined in ResourceProvidersClient.
  • Method Details

    • redeemInvitationCode

      void redeemInvitationCode(RedeemRequest parameters)
      Redeem invite code to join a redeemable lab.
      Parameters:
      parameters - Request parameters to provide redeem code.
      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.
    • redeemInvitationCodeWithResponse

      com.azure.core.http.rest.Response<Void> redeemInvitationCodeWithResponse(RedeemRequest parameters, com.azure.core.util.Context context)
      Redeem invite code to join a redeemable lab.
      Parameters:
      parameters - Request parameters to provide redeem code.
      context - The context to associate with this operation.
      Returns:
      the 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.