Interface AutoProvisioningSettingsClient


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

    • list

      com.azure.core.http.rest.PagedIterable<AutoProvisioningSettingInner> list()
      Exposes the auto provisioning settings of the subscriptions.
      Returns:
      list of all the auto provisioning settings response as paginated response with PagedIterable.
      Throws:
      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.
    • list

      com.azure.core.http.rest.PagedIterable<AutoProvisioningSettingInner> list(com.azure.core.util.Context context)
      Exposes the auto provisioning settings of the subscriptions.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      list of all the auto provisioning settings response 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.
    • get

      Details of a specific setting.
      Parameters:
      settingName - Auto provisioning setting key.
      Returns:
      auto provisioning setting.
      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<AutoProvisioningSettingInner> getWithResponse(String settingName, com.azure.core.util.Context context)
      Details of a specific setting.
      Parameters:
      settingName - Auto provisioning setting key.
      context - The context to associate with this operation.
      Returns:
      auto provisioning setting 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.
    • create

      Details of a specific setting.
      Parameters:
      settingName - Auto provisioning setting key.
      setting - Auto provisioning setting key.
      Returns:
      auto provisioning setting.
      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.
    • createWithResponse

      com.azure.core.http.rest.Response<AutoProvisioningSettingInner> createWithResponse(String settingName, AutoProvisioningSettingInner setting, com.azure.core.util.Context context)
      Details of a specific setting.
      Parameters:
      settingName - Auto provisioning setting key.
      setting - Auto provisioning setting key.
      context - The context to associate with this operation.
      Returns:
      auto provisioning setting 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.