Interface ResourceProvidersClient
public interface ResourceProvidersClient
An instance of this class provides access to all the operations defined in ResourceProvidersClient.
-
Method Summary
Modifier and TypeMethodDescriptionvoidredeemInvitationCode(RedeemRequest parameters) Redeem invite code to join a redeemable lab.com.azure.core.http.rest.Response<Void> redeemInvitationCodeWithResponse(RedeemRequest parameters, com.azure.core.util.Context context) Redeem invite code to join a redeemable lab.
-
Method Details
-
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.
-
redeemInvitationCode
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.
-